@charset "utf-8";
/* common.css */

/* =======================================
	Default
======================================= */
body{
	margin:0;
	padding:0;
	line-height:1.5;
	font-size:14px;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	text-align:left;
	color:#2d2d2d;
	background-color:#FFF;
}

a:link{color:#2d2d2d; text-decoration:none;}
a:visited{color:#2d2d2d; text-decoration:none;}
a:hover{color:#5a97d8; text-decoration:underline;}
a:active{color:#5a97d8; text-decoration:underline;}

h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, q, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, hgroup, menu, nav, section, summary{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	outline:none;
	vertical-align:baseline;
}

ul, ol{list-style:none;}
img{border:0; vertical-align:bottom;}

.clear{clear:both;}

.clearfix:after, #header:after, #globalNav:after, nav#navArea:after, #container:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix{
	min-height: 1px;
	overflow:hidden;
}
* html .clearfix{
	zoom: 1;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a img.alpha{   
	filter:alpha(opacity=100);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=100)"; /* IE8用 */
	-moz-opacity:1; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 1;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 1; /* Firefox 1.5以上, Opera, Safari用 */
}
a:hover img.alpha{   
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* =======================================
	Header
======================================= */
#header{
	width:980px;
	margin:0 auto;
	height:85px;
}
#header h1{
	font-size:12px;
	padding:5px 0 15px;
}
#header p#tel{
	float:right;
	padding:20px 0 0;
}

nav#globalNav{
	height:60px;
	background:url(../img/gnav_bg.png) repeat-x 0 0;
}
nav#globalNav ul{
	width:980px;
	margin:0 auto;
}
nav#globalNav ul li{float:left;}


/* =======================================
	Container
======================================= */
#top{display:none;}
#wrapper{}

#container{
	width:980px;
	margin:0 auto;
	padding:25px 0 40px;
}

/* ----------------------
	breadcrumb
---------------------- */
#breadcrumb{
	background:url(../img/crumb_bg.png) repeat-x 0 0;
	padding:15px 0 30px;
}
#breadcrumb ul{
	width:980px;
	margin:0 auto;
}
#breadcrumb ul li{
	float:left;
	font-size:12px;
	margin:0 10px 0 0;
	padding:0 0 0 16px;
	background:url(../img/arrow.png) no-repeat 0 1px;
}
#breadcrumb ul li a{color:#195aa0;}
#breadcrumb ul li#home{background:url(../img/icon_home.png) no-repeat 0 0; padding:0 0 0 20px;}

/* ----------------------
	sidebar
---------------------- */
#sidebar{
	width:236px;
	float:left;
}
#sidebar ul{
	padding:0 4px 5px;
	background:url(../img/sidenav_bg.png) no-repeat 0 bottom;
}
#sidebar ul li{border-bottom:1px dotted #F9D725;}
#sidebar ul li:last-child{border-bottom:none;}
#sidebar ul li a, #sidebar ul li a:hover{
	color:#ff7612;
	text-decoration:none;
	padding:10px 0 10px 36px;
	display:block;
}
#sidebar ul li a{background:#FFF url(../img/sidenav_arrow.png) no-repeat 12px center;}
#sidebar ul li a:hover{background:#FEECAE url(../img/sidenav_arrow.png) no-repeat 12px center;}

/* ----------------------
	main
---------------------- */
#main{
	width:720px;
	float:right;
}

.content{clear:both;}

#main h2{
	background:url(../img/h2_bg.png) no-repeat 0 0;
	padding:30px 0 30px 25px;
	margin:0 0 17px;
}
#main h2 span{
	background:url(../img/h2_slash.png) repeat-x 0 90%;
	color:#377FBF;
	font-size:26px;
	font-weight:bold;
	letter-spacing:2px;
}

#main h3{
	background:url(../img/h3_icon.png) no-repeat 3px 0;
	padding:2px 0 0 35px;
	margin:0 0 15px;
	font-size:18px;
	font-weight:bold;
}

#main h3.title{
	background:url(../img/icon_pen.png) no-repeat 2px 0;
	padding:2px 0 0 35px;
	margin:0 0 15px;
	font-size:18px;
	font-weight:bold;
}

p.lead{line-height:1.7;}
p.note{padding:0 0 10px; font-weight:bold; font-size:13px;}

.pagetop{
	clear:both;
	padding:20px 0;
	text-align:right;
}

/* =======================================
	Footer
======================================= */
#footer{
	background-color:#E3E3E3;
}
#footer #footerInner{
	width:980px;
	margin:0 auto;
	padding:45px 0 0;
	text-align:center;
}
#footer #footerInner ul li{
	font-size:13px;
	display:inline-block;
}

#footer #footerInner p{
	clear:both;
	padding:35px 0 10px;
	font-size:12px;
}
#footer #footerInner p small{font-size:10px;}

ul.newsList{padding: 0 0 30px;}