@charset "UTF-8";

/* ===================================================
	Common CSS
	
	1. 全体設定
	2. レイアウト
	3. ページ内
====================================================== */


/* ---------------------------------------------------
		All
--------------------------------------------------- */


* { margin: 0; padding: 0; font-style: normal;}

.clear{
	clear: both;
	min-height: 1%;
	display: inline-block;
}

.clear:after {
	clear: both;
	height: 0;
	content: "";
	display: block;
	visibility: hidden;
}

/*\*/
* html .clear { min-height: 1px; overflow: hidden; }
*:first-child+html .clear { min-height: 1px; overflow: hidden; }
/**/

/* Mac IE5  除外 \*/
* html .clear { height: 1%;}
.clear  { display: block;}
/* Mac IE5  除外 */



.f_left{ float: left;}
.f_right{ float:right;}

.t_right{ text-align: right;}
.t_center{ text-align: center;}

.img_right{ float: right; margin: 0 0 10px 15px;}
.img_left{ float: left; margin: 0 15px 10px 0;}

.size10{ font-size: 10px;}
.size14{ font-size: 14px;}
.size16{ font-size: 16px;}

.bold{ font-weight: bold}
.red{ color: #ff0000;}


p, dl, ul, ol, table {
	line-height: 1.6;
	font-size: 12px;
}

ul {
	list-style: none;
}


select option {
	padding: 0 3px;
}


/* -------------------------------- */


a { text-decoration: none; overflow: hidden;}
a:link, a:visited {color:#27aae0; text-decoration: none;}
a:hover, a:active {color:#27aae0; text-decoration: underline;}



a img {
	border-style: none; 
	border-width: 0px;
	text-decoration: none;
}
	
img {
	border: none;
	vertical-align: bottom;
}



/* ---------------------------------------------------
		Layout and Element
--------------------------------------------------- */


body{
	text-align: center;
	background: #fff url(../img/common/bg_body.gif) repeat-x top;
}


#all{
	margin: 0 auto;
	width: 780px;
	color: #333;
	text-align: left;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}


/* -----  header  ----- */


#header{
	height: 78px;
	text-align: center;
	border-top: 2px solid #e1e1e1;
}

#description{
	padding-top: 5px;
	font-size: 0.625em;
}


#logo{
	margin: 10px auto 0;
	width: 280px;
	height: 45px;
	text-indent: -9999px;
}

#logo a{
	width: 280px;
	height: 45px;
	display: block;
	background: url(../img/common/logo.jpg) no-repeat;
}


/* -----  content_area  ----- */


#main{
	padding: 15px 0;
}

.section{
	margin: 0 0 25px;
}

.section_s{
	margin: 0 0 20px;
	padding-left: 80px;
}

.section p,
.section_s p{
	margin: 0 0 10px;
}


.body{
	margin: 8px 0;
	background: url(../img/common/bg_dotline_y.gif) repeat-y center top;
}

.more a{
	display: block;
	padding-right: 17px;
	text-align: right;
	background: url(../img/common/arrow_b.gif) no-repeat right center;
}



/* -----  footer  ----- */


div#footer{
	clear: both;
	padding: 10px 0;
	text-align: center;
	color: #333;
}

p.fot_navi a{
	margin: 0 7px;
}


p#copyright{
	margin: 5px 0 0;
	line-height: 2;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}


#footer a:link,
#footer a:visited {
	color: #333;
}

#footer a:hover,
#footer a:active{
	color: #333;
	text-decoration: underline;
}






