.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; background:#EEE; overflow:auto;}
#wrapper{
	width:1020px;
	overflow:hidden;
	margin:0 auto;
	background:#FFF;
	position:relative;
	
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	
	behavior: url(PIE/PIE.htc);
}
#mainContents{padding:15px 20px 0 10px; }

/*++++++++++++++++ header styles ++++++++++++++++*/
header .top{height:18px; overflow:hidden; background:#999;}
	h1{font-size:12px; float:left; color:#FFF; padding-left:0.6em;}
	.sitemap{font-size:12px; float:right; color:#FFF; padding-right:0.6em; text-decoration:none;}
	.sitemap:hover{text-decoration:underline;}

header .middle{height:70px; overflow:hidden; border-bottom:2px solid #630;}
.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:#999;
	font-weight:bold;
	text-shadow:1px 1px 2px #EEE;
	text-decoration:none;
	
	behavior: url(PIE/PIE.htc);
}
.contact span{font-size:32px;}

.navi{border-top:1px solid #630;}
.navi li{float:left; width:20%; border-bottom:1px solid #630;}
.navi li a{
	display:block;
	padding:12px 0 11px 0;
	text-align:center;
	
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
	text-shadow:-1px -1px 1px #F60;
	
	background:#EE8433;
	border-left:1px solid #F93;
	border-right:1px solid #C60;
	
	behavior: url(PIE/PIE.htc);
}
.navi li a:hover{background:#FFC24D;}
	.navi li:first-child a{border-left:none;}
	.navi li:last-child a{border-right:none;}

/*++++++++++++++++ menu styles ++++++++++++++++*/
#leftColm{
	width:240px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-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);
}
#leftColm h2{
	background:#EE8433;
	font-size:14px;
	padding:8px 0 8px 10px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}
#leftColm a{
	display:block;
	font-size:13px;
	color:#069;
	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:14px; line-height:21px;}
article{padding:0 10px; margin-bottom:35px;}

.index1{  /*+++++++++++++++++++ 大見出し +++++++++++++++++++*/
	font-size:36px;
	line-height:36px;
	color:#666;
	letter-spacing:2px;
	
	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:16px;
	line-height:16px;
	color:#333;
	letter-spacing:2px;
	
	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;}

/*++++++++++++++++ footer styles ++++++++++++++++*/
footer div{font-size:14px; text-align:right; padding-right:10px;}
	footer div a{color:#999;}
	footer div a:hover{color:#000;}
footer p{text-align:center; font-size:14px; padding:1em 0; background:#EE8433;}
	footer p a{color:#000; 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;}

