﻿.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix 		{ min-height:1px;}

/*++++++++++++++++ font styles ++++++++++++++++*/
.r{color:#F00;}
.o{color:#C60;}
.gr{color:#096;}
.bl{color:#03C;}
.gl{color:#666;}

.min{font-size:10px !important;}
.big{font-size:18px !important;}


/*++++++++++++++++ page styles ++++++++++++++++*/
body{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; overflow:auto;}
#mainContents{padding:15px 0 0 0; width:1000px; margin:0 auto;}
#page{
	background:#FFF;
	-webkit-border-radius: 50% 50% 0 0/15px 15px 0 0;
	-moz-border-radius: 50% 50% 0 0/15px 15px 0 0;
	border-radius: 50% 50% 0 0/15px 15px 0 0;

	-webkit-box-shadow: #EEE 0px -5px 10px;
	-moz-box-shadow: #EEE 0px -5px 10px;
	box-shadow: #EEE 0px -5px 10px;
	
	behavior: url(PIE/PIE.htc);
}

/*++++++++++++++++ header styles ++++++++++++++++*/
header{padding:0 0 20px 0;}
header .top{height:18px; overflow:hidden; background:#999;}
header .top div,header p{width:1020px; margin:0 auto;}
	h1{font-size:12px; float:left; color:#000; padding-left:0.6em;}
	.sitemap{font-size:12px; float:right; color:#000; padding-right:0.6em; text-decoration:none;}
	.sitemap:hover{text-decoration:underline;}

header .middle{background:#000000; height:70px; overflow:hidden;}
.logo{float:left; padding:8px 0 0 10px;}
.contact{
	float:right;
	padding:12px 10px 0 0;
	text-align:right;
	font-size:14px;
	line-height:24px;
	color:#FFF;
	font-weight:bold;
	text-shadow:1px 1px 2px #999;
	text-decoration:none;
	
	behavior: url(PIE/PIE.htc);
}
.contact span{font-size:32px;}

.navi{border-top:1px solid #630; border-bottom:1px solid #630; background:#aa1c1f; clear:both;}
.navi ul{width:1020px; margin:0 auto; border-right:1px solid #F93; border-left:1px solid #C60;}
.navi li{float:left; width:20%;}
.navi li a{
	display:block;
	padding:12px 0 11px 0;
	text-align:center;
	
	font-size:18px;
	color:#FFF;
	font-weight:none;
	text-decoration:none;
	letter-spacing:2px;
	text-shadow:-1px -1px 1px #F60;
	
	
	border-left:1px solid #F93;
	border-right:1px solid #C60;
	
	behavior: url(PIE/PIE.htc);
}
.navi li a:hover{background:#333;}

/*++++++++++++++++ menu styles ++++++++++++++++*/
#leftColm{
	width:240px;
	float:left;
	margin-bottom:20px;
}
#leftColm h2{
	background:#aa1c1f;
	font-size:16px;
        color:#FFF;
	padding:8px 0 8px 10px;
	font-weight:none;
	letter-spacing:2px;
	text-align:center;
}
#leftColm ul{border-left:1px solid #CCC; border-right:1px solid #CCC;}
#leftColm a{
	display:block;
	font-size:16px;
	color:#3300cc;
	text-decoration:none;
	padding:8px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;	
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EEE));
	background: -webkit-linear-gradient(#FFF, #EEE);
	background: -moz-linear-gradient(#FFF, #EEE);
	background: -ms-linear-gradient(#FFF, #EEE);
	background: -o-linear-gradient(#FFF, #EEE);
	background: linear-gradient(#FFF, #EEE);
	-pie-background: linear-gradient(#FFF, #EEE);
	
	behavior: url(PIE/PIE.htc);
}
#leftColm a:hover{
	text-decoration:underline;
	background: #EEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEE), to(#FFF));
	background: -webkit-linear-gradient(#EEE, #FFF);
	background: -moz-linear-gradient(#EEE, #FFF);
	background: -ms-linear-gradient(#EEE, #FFF);
	background: -o-linear-gradient(#EEE, #FFF);
	background: linear-gradient(#EEE, #FFF);
	-pie-background: linear-gradient(#EEE, #FFF);
	
	behavior: url(PIE/PIE.htc);
}

/*++++++++++++++++ main styles ++++++++++++++++*/
#rightColm{float:right; width:710px;}
.komidashi{font-size:12px; text-align:right;}

p{font-size:16px; line-height:21px;}
article{padding:0 10px; margin-bottom:35px;}

.index1{  /*+++++++++++++++++++ 大見出し +++++++++++++++++++*/
	font-size:32px;
	line-height:32px;
	color:#666;
	letter-spacing:2px;
	text-align:center;
	
	padding:12px 12px 8px 12px;
	margin-bottom:15px;
	background:#FFF;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	
	behavior: url(PIE/PIE.htc);
}

.index2{  /*+++++++++++++++++++ 中見出し +++++++++++++++++++*/
	font-size:18px;
	line-height:18px;
	color:#333;
	letter-spacing:2px;
	text-align:center;
	
	padding:12px 12px 8px 12px;
	margin-bottom:15px;
	border-bottom:2px solid #F90;
	
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EEE));
	background: -webkit-linear-gradient(#FFF, #EEE);
	background: -moz-linear-gradient(#FFF, #EEE);
	background: -ms-linear-gradient(#FFF, #EEE);
	background: -o-linear-gradient(#FFF, #EEE);
	background: linear-gradient(#FFF, #EEE);
	-pie-background: linear-gradient(#FFF, #EEE);
	
	behavior: url(PIE/PIE.htc);
}

.index3{  /*+++++++++++++++++++ 小見出し +++++++++++++++++++*/
	font-size:14px;
	padding:6px;
	border-left:10px solid #F90;
	border-bottom:1px dotted #F90;
	margin-bottom:15px;
}



.index4{  /*+++++++++++++++++++ 装飾見出し +++++++++++++++++++*/
	font-size:16px;
	padding:8px;
	margin-bottom:15px;
	border:4px solid #F90;
	background:#FFF;
	
	-webkit-box-shadow: #F90 2px 2px 0px,#630 4px 4px 0px,#F90 6px 6px 0px;
	-moz-box-shadow: #F90 2px 2px 0px,#630 4px 4px 0px,#F90 6px 6px 0px;
	box-shadow: #F90 2px 2px 0px,#630 4px 4px 0px,#F90 6px 6px 0px;
	
	-webkit-border-radius: 0 6px 6px 6px/0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px/0 6px 6px 6px;
	border-radius: 0 6px 6px 6px/0 6px 6px 6px;
	
	behavior: url(PIE/PIE.htc);
}

.img{padding:5px; background:#FFF; border:1px solid#CCC;}

/*++++++++++++++++ web styles ++++++++++++++++*/

.web{
	width:680px;
	border:solid 2px #CCC;
	margin-bottom:20px;
}
.web th{
	border:solid 1px #CCC;
	font-size:16px;
	text-align:center;
	padding:5px;
	background:#aa1c1f;;
	color:#FFF;
}
.web td{
	border:solid 1px #CCC;
	font-size:16px;
	text-align:center;
	padding:5px;
}
.web a{
	color:#3300cc;
	text-decoration:none;
}
.web a:hover{
	text-decoration:underline;
}

/*++++++++++++++++ footer styles ++++++++++++++++*/
footer div{font-size:14px; text-align:right; width:1020px; margin:0 auto;}
	footer div a{color:#999;}
	footer div a:hover{color:#000;}
footer p{color:#FFF; text-align:center; font-size:14px; padding:1em 0; background:#000;}
	footer p a{color:#FFF; text-decoration:none;}
	footer p a:hover{text-decoration:underline;}






.sample1{padding:12px 12px 0 12px; border:1px #CCC solid; overflow:hidden; margin-bottom:15px;}
.sample2{font-size:14px; line-height:17px; padding:8px; border:1px #CCC solid; background:#EEE;}

