@charset "UTF-8";


/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－共通スタイル*/

body {
		font-size: 62.5%;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic pro", Osaka,"メイリオ",Meyryo, "MS Pゴシック", sans-serif;
		color: #666;
		line-height: 1.5;
		min-width: 870px;
		background: #72b2e2 url(../images/bg_main.jpg) -1px -1px no-repeat;
}

a:link, a:visited{
		color: #2560AA;
}

a:hover, a:active{
		color: #6CA9DC;
}

.red{
		color: #c33;
}

/* clearfix設定----------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/*Hides from IE-mac \*/
/**html.clearfix{height:1%;}*/
.clearfix{display:block;}
/*End hide from IE-mac */

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－コンテンツ枠*/

#wrapper{
		position: relative;
		margin: auto;
		width: 810px;		
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ヘッダー*/

#header{
		background-color: #fff;
		overflow: hidden;
		padding: 10px;
		border-top: #0033CC solid 2px;
}

#header h1{
		float: left;
		padding-top: 5px;
}

#login{
		float: right;
		line-height: 20px;
}

#login img{
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－キャッチ*/

#catch{
		display: block;
		color: #fff;
}

#catch h2{
		text-align: center;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－コンテンツ*/

#contentWrapper{
		background-color:#fff;
		padding: 10px;
		overflow: auto;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－左コンテンツ*/

#contentLeft{
		width: 475px;
		float: left;
		font-size: 1.2em;
		text-align: justify;
}

#contentLeft h3{
		border-bottom: 1px dashed #ccc;
		padding-bottom: 5px;
		margin-bottom: 10px;
}

#news, #about{
		margin-bottom: 10px;
}

#contentLeft dt{
		padding-left: 12px;
		color:#CC3333;
}

#contentLeft dd{
		padding-left: 8em;
		margin-top: -1.5em;
		margin-bottom: 10px;
		background:url(../images/icon_migi.gif) 7em 50% no-repeat;
}

#about{
		margin-top: 15px;
}

#contentLeft p{
		padding-left: 12px;
}

#add{
		color:#3366FF;
		text-align: right;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－右コンテンツ*/

#contentRight{
		float: right;
}

#banner{
		width: 300px;
}

#banner li{
		margin-bottom: 2px;
}

#banner li a{
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0 !important;
		height /**/: 50px;
		padding-top: 50px;
		background-image:url(../images/banner.jpg);
}

#banner01 a{ background-position: 0 0; }
#banner02 a{ background-position: 0 -50px; }
#banner03 a{ background-position: 0 -100px; }
#banner04 a{ background-position: 0 -150px; }
#banner05 a{ background-position: 0 -200px; }

#banner01 a:hover{ background-position: -300px 0; }
#banner02 a:hover{ background-position: -300px -50px; }
#banner03 a:hover{ background-position: -300px -100px; }
#banner04 a:hover{ background-position: -300px -150px; }
#banner05 a:hover{ background-position: -300px -200px; }

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－フッター*/

#footer{
		clear:both;
		text-align: right;
		padding-top:15px;
}

#fix{
	clear:both;
	margin-top: 0;
}
