body
{
	/*background:#DDD;*/
	background:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0 auto;
	text-align: justify;
}

p {
	margin: 14px 0;
	text-align: justify;
}

.shadow {
	box-shadow:0px 0px 10px #000; /*CSS3*/
	-moz-box-shadow: 0px 0px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 10px #000; /* Google Chrome, Safari用*/
	}

.lshadow {
	margin-left: 13px;
	}


.lshadow a:hover {
	box-shadow:0px 0px 10px #000; /*CSS3*/
	-moz-box-shadow: 0px 0px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 10px #000; /* Google Chrome, Safari用*/
	}



a{
	color:#1885bd;
	text-decoration:none;
}
a:hover{color:#FF3333;text-decoration:underline;}




/* タイトルバック */
.titleback {
	margin: 10px auto 5px auto;
	width: 750px;
	font-size: 0.7em;
	text-align: center;
}

.window {
	width: 790px;
	margin: 0 auto;
	padding:5px 0;
}
	
/* コンテンツ */
.contents {
	background: #ffffff;
	width:750px;
	margin: 0 auto;
	font-size: 0.9em;
}

h1{
	margin: 0 0 0 0;
	font-size: 1.5em;
	border-bottom: dotted 3px #2D2D2D; 
}

h2{
	font-size: 1.3em;
	border-bottom: dotted 2px #34B3D1; 
}

h3{
	font-size: 1.0em;
	border-bottom: dotted 2px #34B3D1; 
}

th {
white-space: nowrap;
}

/* テーブル */
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 5px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}