@charset "shift_jis";

/* ===================================================
	Common CSS
	
	1. 全体設定
	2. レイアウト
	3. ページ内
====================================================== */


/* ---------------------------------------------------
		All
--------------------------------------------------- */


* { margin: 0; padding: 0; font-style: normal;}

.clear{ clear: both;}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}




p {
	line-height: 1.5;
	font-size: 0.75em;
}

ul {
	line-height: 1.6;
	list-style: none;
	font-size: 0.75em;
}

ol{
	line-height: 1.6;
	font-size: 0.75em;
}


table{
	font-size: 0.75em;
}



/* -------------------------------- */


#wrap a { color:#053460; text-decoration: none; overflow: hidden;}
#wrap a:link, a:visited {color:#053460;}
#wrap a:hover, a:active {color:#053460; text-decoration: underline;}

#footer a { text-decoration: none; overflow: hidden;}
#footer a:link, a:visited {color:#ffffff;}
#footer a:hover, a:active {color:#ffffff; 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.jpg) center top repeat-x;
}

#wrap{
	margin: 0 auto;
	padding-top:0px;
	padding-bottom: 0px;
	width: 920px;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

#header{
	width:920px;
	margin:4px 0;
}

#footer{
	height: 120px;
	background-color:#999999;
	color:#FFFFFF;
}




/* -----  header  ----- */




/* -----  g_navi  ----- */


#navi{
	width:920px;
	height:51px;
	clear:both;
	padding-top:4px;
}



/* -----  content_area  ----- */


#main{
	width:920px;
	margin:50px 10px 30px 0px;
}



/* -----  footer  ----- */

#footer div.inner{
	width:940px;
	margin:0 auto;
	text-align:left
}

div.ft_navi{
	padding: 10px 10px 0 0px;
	width: 320px;
	float:right;
	text-align:right;
}

div.ft_box{
	padding: 10px 0 0;
	width: 600px;
	float: left;
}

div.ft_box p{
	margin-right: 10px;
	margin-bottom:10px;
	font-size: 0.75em;
	color:#FFFFFF;
	text-align:left;
}


/**/
* html div.ft_company p{ padding-top: 6px;}
*+ html div.ft_company p{ padding-top: 6px;}

* html div.ft_company p,
* html div.ft_box p{ font-size: 9px;}

*+ html div.ft_company p,
*+ html div.ft_box p{ font-size: 9px;}
/**/


div#prev {
    float: left;
}
div#next {
    float: right;
}

/* -----  sidebar  ----- */




