@charset "utf-8";

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

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.footer
	07.other

last update 00/00/00

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

/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #018beb;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	background: #fff url(../img/bg.gif) repeat-x top;
	text-align: center;
	color: #303030;
	font-size: 12px;
}
#wrapper{
	background: url(../img/bg_wrapper.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
/*--listページのみ--*/
body#listpage{
	background: #fff url(../img/bg2.gif) repeat;
	text-align: center;
	color: #303030;
	font-size: 12px;
	margin: 0 auto;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
#header01{
	background: url(../img/bg_header01.gif) no-repeat top;
}
#header02{
	background: url(../img/bg_header02_3.gif) no-repeat top;
}
#header01 h1,
#header02 h1{
	margin: 0 10px 0 0;
	padding-top:2px;
	text-align: right;
	line-height: 1;
	color: #ffffff;
	font-size: 10px;
}

/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi01{
	background: url(../img/navi_01.gif) no-repeat;
	height: 202px;
	margin-top:3px;
}
#navi01 ul li,
#navi01 ul li a{
	display: block;
	width: 185px;
	height: 50px;
}
#navi01 ul li a{
	overflow: hidden;
	text-indent: -9999px;
}
#navi01 ul li a:hover{
	background: #dbeaff;
	opacity:0.3;
	filter: alpha(opacity=30);
}

#navi02{
	background: url(../img/navi_02.gif) no-repeat;
	height: 101px;
	margin-top:3px;
}
#navi02 ul li,
#navi02 ul li a{
	display: block;
	width: 185px;
	height: 50px;
}
#navi02 ul li a{
	overflow: hidden;
	text-indent: -9999px;
}
#navi02 ul li a:hover{
	background: #ffeaa1;
	opacity:0.3;
	filter: alpha(opacity=30);
}


/*--------------------------------------------------------------------/
	06.container
/--------------------------------------------------------------------*/
#container{
	width:800px;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#sidebar{
	float: left;
	width: 195px;
}
#contents{
	float: right;
	width: 604px;
}

#contents_in{
	margin-left:5px;
}
#side_in{
	margin-left:5px;
}

#sidebar a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.box{
	width:584px;
	margin:10px 0 20px 10px;
}
.box p{
	margin-bottom:10px;
}
.box img.right{
	margin-left:15px;
	margin-bottom:5px;
}

#contents_in h4{
	margin:10px 0;
}
/*--------------------------------------------------------------------/
	07.footer
/--------------------------------------------------------------------*/
#footer{
	clear: both;
	background:url(../img/foot_bg.gif) repeat-x;
	width:100%;
	height:97px;
	padding-bottom: 5px;
}
#footer *{
	line-height: 1;
	font-size: 10px;
}
#footer_in{
	background:url(../img/foot.gif) no-repeat;
	width:800px;
	height:97px;
	margin:0 auto;
}
#footer_in ul{
	display: block;
	height: 20px;
}
#footer_in ul *{color: #2f76ad;}
#footer_in ul li{
	display: block;
	height: 12px;
	margin-top:3px;
}

.t_link{
	float:right;
	width:120px;
	text-align:left;
	margin-top:7px;
	padding-left:15px;
}
#footer_in p{
	float:left;
	color:#084999;
	padding-left:5px;
	margin-top:-10px;
}
/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.point{color:#d80000;}
.text-right{text-align:right;}
.large{font-size:14px;color:#d80000;font-weight:bold;}
.large2{font-size:14px;color:#096aba;font-weight:bold;}
.bold{font-weight:bold;}
.inline{display:inline;}
/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.ml{ margin:20px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }
.ms_t3{ margin-top:3px; }
.ml_t50{ margin-top:50px; }


/*pagetop
----------------------------------------------------------------*/
.pagetop{
	margin: 20px 0 10px 494px;
}

/*問い合わせボタン
----------------------------------------------------------------*/
.bt_contact{
	margin: 10px 0 5px 400px;
}


/*side_box
----------------------------------------------------------------*/
#side_box{
	margin:10px 0 8px 0;
}
#side_box p{
	padding:10px;
}

#link{
	font-size:10px;
	margin-left:8px;
	margin-top:5px;
	line-height: 1;
}
#link ul li a{
	color:#6a6a6a;
	text-decoration: underline;
}
#link ul li a:hover{
	text-decoration: none;
}
	
#linkbn{
	border-top:1px dotted #ccc;
	margin:20px 0 5px 8px;
	width:170px;
}
#linkbn p{
	padding:5px;
	font-size:10px;
}
#linkbn img{
	margin:5px 0;
}

.mail{
	display:inline;
	vertical-align:middle;
}


/*2009/12/08追記
----------------------------------------------------------------*/

#page{
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.pager_current{
	width: 18px;
	height: 18px;
	color: #FF6600;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #999999;
}

#page a {
	width: 18px;
	height: 18px;
	color: #999999;
	text-align: center;
	display: block;
	float: left;
	text-decoration:none;
	margin-right: 5px;
	border: 1px solid #999999;
}

#page a:hover, #page a:active {
	color: #FF6600;
	background-color: #FFFFFF;
}


#page2{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#page2 a {
	width: 18px;
	height: 18px;
	color: #999999;
	text-align: center;
	display: block;
	float: left;
	text-decoration:none;
	margin-right: 5px;
	border: 1px solid #999999;
}

#page2 a:hover, #page2 a:active {
	color: #FF6600;
	background-color: #FFFFFF;
}


#page3{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
}

#page3 a {
	width: 18px;
	height: 18px;
	color: #999999;
	text-align: center;
	display: block;
	float: left;
	text-decoration:none;
	margin-right: 5px;
	border: 1px solid #999999;
}

#page3 a:hover, #page3 a:active {
	color: #FF6600;
	background-color: #FFFFFF;
}

#page4{
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#page4 a {
	width: 18px;
	height: 18px;
	color: #999999;
	text-align: center;
	display: block;
	float: left;
	text-decoration:none;
	margin-right: 5px;
	border: 1px solid #999999;
}

#page4 a:hover, #page4 a:active {
	color: #FF6600;
	background-color: #FFFFFF;
}

#mb_box{
	text-align: center;
	padding: 10px;
	width: 81px;
	border: 1px solid #EEEEEE;
	margin-top: 15px;
	margin-left: 42px;
	margin-bottom: 15px;
}

.mb_text{
	font-size:10px;
	padding-top: 10px;
}
