@charset "utf-8";


/* =================================================

 *** COMMON.CSS ***

================================================= */


/* defaults
------------------------------------------------- */
body {
	color:#333;
	line-height:1.6;
	font-size:13px;
	font-family:"メイリオ", meiryo, Verdana, Arial, sans-serif;
}
/*pragraph*/
p {
	margin: 0 0  0.75em 0;
}


/* Overall structure
------------------------------------------------- */
#wrapper {
}

#header {
	padding-bottom:15px;
	background:url(../img/common/bg_header.gif) 0 0 repeat-x;
}
	#headerInner {
		width:960px;
		margin:0 auto;
	}

#contents {
	clear:both;
	margin-bottom:40px;
}
	.contentsInner {
		width:960px;
		margin:30px auto 0;
		padding-bottom:20px;
	}

	#main {
		float:left;
		width:720px;
	}

	#side {
		float:right;
		width:210px;
	}

#footer {
	clear:both;
	padding-top:15px;
	border-top:1px solid #f66013;
}
	#footerInner {
		width:960px;
		margin:0 auto 40px;
		font-size:12px;
	}

/*pagetop scroll*/
.pageTop {
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:right;
}
	.pageTop a {
	}


/* Header
------------------------------------------------- */
#headerInner h1 {
	font-size:11px;
}
	#logo {
		float:left;
		width:330px;
	}
	#headerR {
		float:right;
		width:360px;
	}
	#headerR li {
		float:left;
	}

#nav {
	clear:both;
	width:960px;
	margin:5px auto 0;
}
	#nav ul {
	}
		#nav li {
			float:left;
		}

.posAb {
	position:absolute;
}


/* Footer
------------------------------------------------- */
#footerLogo {
	float:left;
	width:280px;
	font-size:0.9em;
}
#footerR {
	float:right;
	width:680px;
	padding-top:5px;
	text-align:right;
}
	#footerR span {
		margin-right:10px;
		padding-left:8px;
		background:url(../img/common/listmark01.gif) 0 50% no-repeat;
	}

#copy {
	clear:both;
	font-size:0.8em;
	text-align:center;
}


/* Main
------------------------------------------------- */
.slider-wrapper {
	height:299px;
	background:url(../img/common/bg_slide.gif) 0 0 repeat-x;
}

.box01 {
	clear:both;
	margin-bottom:30px;
	padding:10px;
	border:1px solid #f66013;
	
}

.heading01 {
	position:relative;
}
	.heading01 .posAb {
		right:-2px;
		top:0;
	}

.heading02 {
	width:700px;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
	padding-left:10px;
	color:#fff;
	font-size:1.1em;
	background:url(../img/common/bg_heading01.gif) 0 0 no-repeat;
}

.heading02Top {
	width:700px;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
	padding-left:40px;
	color:#fff;
	font-size:1.1em;
	background:url(../img/common/bg_heading01_top.gif) 0 0 no-repeat;
}


.floatBox01 {
	float:left;
	width:220px;
	margin-top:15px;
	margin-right:19px;
}
	.floatBox01 h3 {
		font-size:1.1em;
	}
	.floatBox01 p {
		margin-bottom:0;
		font-size:12px;
		line-height:1.4;
	}
	.floatBox01 a {
		color:#0055a8;
		font-weight:bold;
	}

#carouse {
}
	#carouse li {
		margin-top:20px;
	}
		#carouse li p {
			margin-top:5px;
			font-size:12px;
			font-weight:bold;
			line-height:1.2;
		}
			#carouse li p a {
				color:#0055a8;
			}

#news {
	margin:15px 0 0;
	height:180px;
	overflow-y:scroll;
}
	#news dt,
	#news dd {
	}
	#news dt {
		width:6em;
	}
	#news dd {
		margin:-1.4em auto 1em;
		padding:0 0 1em 7em;
		border-bottom:1px dotted #ccc;
	}

	#news dd span {
		display:block;
		position:relative;
		top:-2px;
		width:50px;
		color:#fff;
		font-size:11px;
		text-align:center;
	}
	
	#news dd a {
		display:block;
		margin:-1.5em 0 0 65px;
	}

.tagGreen {
	background:#4f9521;
}
.tagRed   {
	background:#d95a49;
}
.tagBlue  {
	background:#0071be;
}





/* Side
------------------------------------------------- */
.sideContact {
	position:relative;
	height:230px;
	margin-bottom:20px;
	background:url(../img/common/side_contact.gif) 0 0 no-repeat;
}
	.sideContact p {
		width:170px;
		margin:0 auto;
		padding-top:60px;
		font-size:12px;
		line-height:1.2;
	}
	.sideContact .posAb {
		bottom:20px;
		left:20px;
	}


/* 調整用スタイル
------------------------------------------------- */
.mt05 {margin-top: 5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}

.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}

/*float*/
.fltL {float:left;}
.fltR {float:right;}

/*align*/
.alignC {text-align:center;}
.alignL {text-align:left;}
.alignR {text-align:right;}

/*font*/
.red   {color:#F00;}
.bold  {font-weight:bold;}
.large {font-size:1.1em}
.small {font-size:0.9em}

/*reset*/
.ovh      {overflow:hidden;}
.noMg     {margin:0 !important;}
.noPg     {padding:0 !important;}
.noBorder {border:none !important;}

/*opacity*/
a.imgHover:hover img {
	opacity:0.75;
	filter:alpha(opacity=75);
	-webkit-transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}

/*hr*/
hr.border {
	clear:both;
	display:block;
	height:1px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px dotted #d9d9d9;
}


/*------------------------ append -------------------------*/













