@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
	overflow-y: scroll; /* Firefox scroll-on */
}

body {
	margin: 0;
	padding: 0;
	background:#ffffff url(../images/cmn_bg_body.png) left top repeat-x;
	color:#db7093;
	font-size: 16px;
	font-family:メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 16px;
	font-family:メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

optgroup {
	font-size: 16px;
	font-weight:bold;
	font-family:メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 16px;
}

ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
	color: #0d5ba1;
	text-decoration: underline;
}

a:hover {
	color: #b3331f;
	text-decoration: underline;
}

a img {
	border: 0;
}

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

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
	content: url(../images/pixel.png);
	display: inline-block;
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */

/* ---------- 3:layout  ---------- */
#wrapper {
	width:100%;
}

#header {
	position:relative;
	width:962px;
	height:98px;
	margin:0 auto;

}

#header p{
	padding:12px 0 0 8px;
}

#header h1{
	position:absolute;
	left:0;
	top:45px;
}

#globalNavi{
	width:961px;
	margin:0 auto;
	padding:0 1px;
	background:url(../images/cmn_nav_bg.png) 0 0 no-repeat;
}

#globalNavi img{
	vertical-align:top;
}

#globalNavi ul li{
	float:left;
}

#globalNavi ul li.current a img,
#globalNavi ul li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#contents {
	clear:both;
	position:relative;
	width:975px;
	margin:0 auto;
	padding:50px 0 0;
}

#contents #breadcrumbs{
	height:34px;
	margin:0 0 12px;
	padding:0 0 0 20px;
	background:url(../images/cmn_bclist_bg.png) 0 0 no-repeat;
}

#contents #breadcrumbs li{
	float:left;
	line-height:34px;
	color:#0d233b;
}

#contents #breadcrumbs li a{
	text-decoration:none;
	color:#0d233b;
}

#contents #breadcrumbs li.separator{
	padding:0 6px 0 10px;
}

#main{
	padding:40px 7px 30px 4px;
	background:url(../images/cmn_bg_cnts.png) 50% 0 no-repeat;
}

#main h2{
	height:43px;
	margin:0 0 24px;
	padding:3px 20px 0;
	background:url(../images/cmn_pgtitle_bg.png) 0 0 no-repeat;
	font-size:18px;
	font-weight:bold;
	line-height:43px;
	color:#fffffb;
}

#main h3{
	margin:0 0 20px;
	padding: 3px 7px;
	border-left: 7px double #8ca4b8;
	border-bottom: 1px dotted #8ca4b8;
	font-size:18px;
	font-weight:   ;
	color:#000009;
}

#main h4 {
	padding:0 0 0.5em 20px;
	background:url(../images/cmn_bg_h4.png) 0 3px no-repeat;
	font-weight:bold;
}

#main div.section{
	width:886px;
	margin:0 auto;
	padding:0;
}

#contentsImage{
	position:absolute;
	right:-1px;
	top:0;
	width:355px;
}

#footer {
	clear:both;
	width:100%;
	color:#ffffff;
	text-align:center;
	background:#ffffff url(../images/cmn_bg_foot.png) left top repeat-x;
}

#footer img{
	vertical-align:top;
}

#footer p{
	width:962px;
	margin:0 auto;
}

#footer p#returnTop{
	text-align:right;
}

#footer p#copyright{
	height:43px;
	line-height:43px;
	font-family:Verdana;
	font-size:14px;
}
