@charset "euc-jp";
/*--------------------------------------
	基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;

	list-style:  none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	margin: 0px 0px 0px 0px;
	background: url(../img/template/back.gif);

	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}

/* IE6以下用CSSハック*/
* html body {
	vertical-align: middle;
}

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

img {
	border: none;
	display: block;
}

/*--------------------------------------
	大枠囲み要素
---------------------------------------*/
#container {
	margin: 0px auto;
	padding: 0px 5px;
	width: 726px;
	background: #fff;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;

	text-align: left;
}

	* html #container {
		width: 738px;
	}

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../img/template/side_navi_back.gif) repeat-y;

	overflow: hidden;
}

	* html #main {
		height: 100%;
	}

/*--------------------------------------
	ヘッダー
---------------------------------------*/
#header {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	height: 107px;
	background: url(../img/template/header.jpg) no-repeat;

	position: relative;
}

#header h1 {
	padding: 30px 0px 0px 0px;
	color: #333;
	font-size: 12px;
}

#header strong {
	font-size: 40px;
	font-weight: bold;
}

#header ul {
	position: absolute;
	bottom: 13px;
	right: 10px;

	font-size: 12px;
	font-weight: bold;
}

	* html #header ul {
		position: absolute;
		bottom: 13px;
	}

#header li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	background: url(../img/template/arrow02.gif) no-repeat;
	display: inline;
}

/*--------------------------------------
	コンテンツ
---------------------------------------*/
#conts {
	margin: 0px 0px 50px 0px;
	width: 534px;
	float: right;
}

#conts h2 {
	padding: 11px 0px 0px 15px;
	height: 34px;
	background: url(../img/template/box_tab1.gif) no-repeat;

	font-size: 15px;
	font-weight: bold;
}

	* html #conts h2 {
		height: 45px;
	}

#conts p {
	font-size: 12px;
	line-height: 1.5;
}

#conts p strong {
	font-weight: normal;
}

#main .about {
	margin-bottom: 10px;
	background: url(../img/template/box_middle.gif) repeat-y;
}

#main .about h1 {
	padding: 11px 0px 0px 15px;
	height: 34px;
	background: url(../img/template/box_tab2.gif) no-repeat;

	font-size: 15px;
	font-weight: bold;
}

#main .about h2 {
	padding: 11px 0px 15px 15px;
	height: 23px;
	background: url(../img/template/box_tab2.gif) no-repeat;

	font-size: 15px;
	font-weight: bold;
	color: #333;
}

	* html #main .about h2 {
		height: 34px;
	}

#main .about p {
	padding: 10px 15px 10px 15px;
}

#main .about p.margin {
	margin: 0px 0px 30px 0px;
	padding: 5px 20px 0px 15px;
}


#main h2.manu {
	padding: 13px 0px 20px 15px;
	height: auto;
	background: url(/img/template/box_tab2.gif) no-repeat left top;
	color: #333;
}

#main h3.flow {
	padding: 10px 0px 20px 15px;
	background: url(/img/template/box_tab3.gif) no-repeat left top;
	
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

#main .about div.manu {
	padding-bottom: 5px;
	background: url(../img/template/box_bottom.gif) no-repeat left bottom;
}

#main .about div.manu p {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 160px;
	background: url(/img/manu/photo.gif) no-repeat left top;
	
	font-weight: bold;
	line-height: 2
}

#main .about div.manu p img {
	margin-left: -10px;
	margin-bottom: 20px;
}

#main .about div.manu p a {
	display: block;
}

#main .about div.manu p a.tokutei {
	margin-left: -10px;
	margin-top:14px;
	padding: 0px 0px 2px 25px;
	background: url(/img/manu/tokutei_back.gif) no-repeat 0;
	
	font-weight: normal;
}

#main .about div.manu p.none {
	padding: 0 20px;
	margin: 0;
	background:none;
	
	font-weight: normal;
}

#main .about div.manu p span {
	padding-top: 10px;
	padding-bottom: 35px;
	background: url(/img/manu/mail.gif) no-repeat 230px 10px;
	
	display: block;
	
	font-size: 14px;
	line-height: 1.6;
}





#conts #page_guide {
	padding: 0px 0px 0px 10px;
	background: url(../img/template/box_middle.gif) repeat-y;
}

#conts #page_guide h4 {
	padding: 0px 0px 7px 0px;
	background: url(../img/template/h3_back.gif) no-repeat left bottom;

	clear: both;

	font-size: 12px;
}

#conts #page_guide h4 span {
	padding: 0px 0px 0px 15px;
	background: url(../img/template/arrow01.gif) no-repeat 0px 0px;
}

#conts #page_guide h4 span a {
	font-weight: normal;
}

#conts #page_guide p {
	margin: 0px 0px 30px 0px;
	padding: 5px 20px 0px 15px;
}

#conts #page_guide p img {
	margin: 0px 0px 0px 10px;

	float: right;
}

#conts #qa_guide {
	padding: 10px 0px 0px 15px;
	min-height: 100px;
	background: url(../img/template/photo06.jpg) no-repeat 357px 5px;
}

	* html #conts #qa_guide {
		height: 100px;
	}

#conts #qa_guide ul {
	width: 345px;

	overflow: hidden;
}

	* html #conts #qa_guide ul {
		width: 360px;
	}

#conts #qa_guide li {
	margin-bottom: 10px;
	width: 115px;

	float: left;

	font-size: 12px;
	line-height: 1;
}

#conts ul.bold, #conts ol.bold {
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 10px 20px;

	font-size: 12px;
	font-weight: bold;
}

#conts ul.bold2 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 20px 20px;

	font-size: 12px;
	font-weight: bold;
}

#conts ul.bold2 li {
	margin-bottom: 5px;
}

#conts ul.bold li, #conts ol.bold li {
	margin-bottom: 5px;
}

#conts dl {
	margin: 5px 0px 0px 0px;
	padding: 0px 40px 10px 20px;

	font-size: 12px;
}

#conts dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#conts dd {
	margin: 0px 0px 20px 15px;

	line-height: 1.5;
}

#conts h4 {
	padding: 0px 0px 0px 15px;
	background: url(../img/template/arrow01.gif) no-repeat 0px 0px;

	font-size: 12px;
	font-weight: bold;
}

#conts #last {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 0px 15px;
	display: block;
}

#conts ul.qa_menu {
	padding: 5px 0px 20px 20px;
	font-size: 12px;
}

#conts ul.qa_menu li {
	margin-bottom: 5px;
}

#conts dl#ques_answer dt {
	color: #f00;
	font-weight: normal;
}

#conts dl#ques_answer dd {
	margin: 0px 0px 20px 16px;
	text-indent: -14px;
	line-height: 1.5;
}

#conts dl#ques_answer dd p {
	margin: 0px;
	padding: 0px;

	line-height: 1.5;
}

#conts ul#sitemap {
	padding: 0px 0px 0px 5px;

	font-size: 12px;
}

#conts ul#sitemap li {
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;
	background: url(../img/template/arrow01.gif) no-repeat 0px 0px;
}

#conts ul#sitemap ul {
	padding: 10px 0px 0px 20px;
}

#conts ul#sitemap li li {
	margin-bottom: 10px;
}

#conts .tokutei {
	margin: 0;
}

#conts #tokutei {
	margin-bottom: 10px;
	margin-left: 6px;
	width: 522px;
	background: #999;
	
	font-size: 12px;
}

#conts #tokutei th {
	padding: 5px 10px;
	width: 130px;
	background: #D0E6EA;
	
	text-align: left;
	
	color: #333;
}

#conts #tokutei td {
	padding: 5px 10px;
	background: #fff;
}


/*--------------------------------------
	サイドサブナビゲーション
---------------------------------------*/
#side_navi {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}

* html #side_navi h2 {
	margin-bottom: -3px;
}

#side_navi h3 {
	margin-left: -2px;
}

	* html #side_navi h3 {
		margin-bottom: -3px;
	}

#side_navi #page_menu li {
	margin-bottom: 3px;
	padding: 10px 0px 0px 20px;
	height: 37px;
	background: url(../img/template/menu_back.gif) no-repeat;
}

	* html #side_navi #page_menu li {
		height: 47px;
	}

#side_navi #page_menu li span {
	font-size: 20px;
	font-weight: bold;
}

#side_navi #pr {
	padding: 20px 0 0 15px;
	font-size: 12px;
}

#side_navi #pr li {
	margin-bottom: 5px;
}

/*--------------------------------------
	フッター
---------------------------------------*/
#footer {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 80px 0px;
	background: url(/img/template/foot_img.gif) no-repeat 15px 55px;
	border-top: 12px solid #191947;

	clear: both;
	text-align: center;
}

	*+html #footer {
			background: url(/img/template/foot_img.gif) no-repeat 15px 65px;
	}
	* html #footer {
			background: url(/img/template/foot_img.gif) no-repeat 15px 65px;
	}

#footer ul {
	padding-bottom: 15px;
	border-bottom: 2px solid #191947;
}


#footer li {
	margin-left: 5px;
	padding-right: 8px;
	border-right: 1px solid #333;
	display: inline;

	font-size: 12px;
}

#footer li.none {
	border: none;
}

/*--------------------------------------
	リンク設定
---------------------------------------*/
#conts a:link {
	color: #036;
}

#conts a:active {
	color: #036;
}

#conts a:visited {
	color: #036;
}

#conts a:hover {
	color: #369;
}

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

#header a:active, #footer a:active {
	color: #333;
}

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

#header a:hover, #footer a:hover {
	color: #666;
}

/*--------------------------------------
	sifr
---------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
