@charset "Shift_JIS";
/* ---------------------------------------------------------------
CSS Information

 File name:      style.css
 Style Info:     コンテンツエリア関係 他
---------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:		0;
	padding:	0;
	word-break: normal;
}
a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
				margin: 0 4px 0 0;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;/*空白セルの場合にもボーダーを表示*/
}

body {
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	line-height: 1.3;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}
input,textarea,select {
	*font-size: 100%;
}

/*-------------------------------------------------------
	汎用class
---------------------------------------------------------*/
 
.text10 { font-size:77% !important; }
.text11 { font-size:85% !important; }
.text12 { font-size:93% !important; }
.text13 { font-size:100% !important; }
.text14 { font-size:108% !important; }
.text15 { font-size:116% !important; }
.text16 { font-size:123.1% !important; }
.text17 { font-size:131% !important; }
.text18 { font-size:138.5% !important; }
.text19 { font-size:146.5% !important; }
.text20 { font-size:153.9% !important; }
.text21 { font-size:161.6% !important; }
.text22 { font-size:167% !important; }
.text23 { font-size:174% !important; }
.text24 { font-size:182% !important; }
.text25 { font-size:189% !important; }
.text26 { font-size:197% !important; }
.fwn  { font-weight: normal !important; }
.fwb  { font-weight: bold 	!important; }


.mt6{ margin-top:6px !important; }
.mt10{ margin-top:10px !important; }
.mt18{ margin-top:18px !important; }
.mt22{ margin-top:22px !important; }
.mt26{ margin-top:26px !important; }
.mr4{ margin-right:4px !important; }
.mr6{ margin-right:6px !important; }
.mr10{ margin-right:10px !important; }
.mr20{ margin-right:20px !important; }
.mb10{ margin-bottom:10px !important; }
.mb28{ margin-bottom:28px !important; }
.ml10{ margin-left:10px !important; }

/* Floats */
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

/* Text Align */
.tal { text-align:		left   !important; }
.tac { text-align:		center !important; }
.tar { text-align:		right  !important; }
.vat { vertical-align:	top    !important; }
.vam { vertical-align:	middle !important; }
.vab { vertical-align:	bottom !important; }

.lh5{
	line-height: 1.5;
}


/*---------------------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------------------*/
html,body{
	height:100%;
}
body {
	background: #F1F1F1;
	color: #333;
}
body.popPage{
	background: #FFFFFF;
}
a{
	outline:	0;/*Firefoxで出る点線を消去*/
}

a:link {
	text-decoration: none;
	color: #344F9D;
}

a:visited {
	text-decoration: none;
	color: #5681E3;
}

a:hover {
	text-decoration: none;
	color: #0097FF;
}

a:active {
	text-decoration: none;
	color: #0097FF;
}  

/*---------------------------------------------------------------
	汎用class
----------------------------------------------------------------*/


/*----------------------------------
micro clearfix
------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.fontN{
	font-size:0;
	line-height: 0;
	display:inline; 
}
/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	margin: 0 auto;
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	height: 137px;
	background-color:#FFF;
}
#headerLower{
	height: 125px;
	margin: 0 0 10px;
	background: #FFF url(../images/hdeader_bg_03.gif) repeat-x center bottom;
}

#headerLower01{
	height: 145px;
	margin: 0 0 10px;
	background: #FFF url(../images/hdeader_bg_03.gif) repeat-x center bottom;
}

#headerLower02{
	height: 165px;
	margin: 0 0 10px;
	background: #FFF url(../images/hdeader_bg_03.gif) repeat-x center bottom;
}

#header_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 9px 0;
	width: 700px;
}

#headerHdr{
	background-color: #344f9d;
}

h1{
	float: left;
	color: #FFF;
	padding: 6px 0 0;
	font-size:153.9% !important;
}
h2{
	width: 700px;
	margin: 20px auto 0;
	font-size:108% !important;
	font-weight: normal;
}
.hdrTxt{
	width: 700px;
	margin: 0 auto;
	font-size:108% !important;
}

#siteId{
	float: right;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width: auto;
	overflow: hidden;
	position: relative;
}
#copyright {
	margin: 0 auto;
	color: #FFF;
	font-size:93%;
	background-color: #344F9D;
}
#copyright p{
	padding: 14px 0;
	text-align: center;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg_01.gif) repeat-y center top;	
}

#contentsWall{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg_02.gif) no-repeat center top;	
}

#contentsForm{
	width: 700px;
	margin: 0 auto;
	padding: 33px 0;
}

#flowImg{
	margin: 0 0 18px;
}

.att01{
	color: #FF0000;
}

.att02{
	text-indent: -2em;
	margin: 0 0 0 2em;
}

.subTitle{
	margin: 10px 0 0;
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
.ico_external_01{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 0 0;
	padding: 0 18px 0 0;
	*display: inline;
	zoom: 1;
	background: url(../images/icn_03.gif) no-repeat right 0.2em;
}

/*----------------------------------------------------
	テーブル
----------------------------------------------------*/
.modTable_01{
	width: 700px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	font-size:108%;
	line-height: 1.5;
}

.modTable_01 th,
.modTable_01 td{
	padding: 8px 10px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.modTable_01 td.noline{
	border-bottom: none;
}

.modTable_01 th{
	width: 130px;
	background-color: #f2f2f2;
	font-weight:normal;
	vertical-align:top;
	text-align: left;
}

.modTable_01 td.hdr{
	background-color: #f2f2f2;
	text-align: left;
	vertical-align:top;
}
/*----------------------------------------------------
	リスト
----------------------------------------------------*/

li{
	list-style-type: none;
}

.modLst01 li{
	margin: 0 0 1px;
	padding: 8px 0;
}

.modLst02{
	width: 100%;
	overflow: hidden;
}
.modLst02 li{
	float: left;
	padding: 8px 0;
}
.modLst03{
	width: 700px;
	text-align: center;
}
.modLst03 li{
 display: inline;
 margin: 0 20px 0 0;
}
.modLst04 li{
	margin: 0 0 1px;
	padding: 0 0 3px;
}
/*----------------------------------------------------
	フォーム
----------------------------------------------------*/

.f01{
	width: 520px;
}
.f02{
	width: 385px;
}
.f03{
	width: 336px;
}
.f04{
	width: 700px;
	margin: 18px 0 0;
	padding: 14px 0;
	background-color: #E6E6E6;
}
.f05{
	margin: 25px 0 0;
	text-align: center;
}
.f06{
	width: 448px;
}
.f07{
	width: 88px;
}

#checkCon{
	overflow: hidden;
	color: #FFF;
	padding: 7px 20px 11px;
	background: url(../images/form_bg_02.gif) left bottom;	
}

.checkTxt{
	width: 632px;
}

.al0{
	font-size: 0;
	line-height: 0;
}

.btn01{
	padding: 0 20px;
	margin: 0 0 0 279px;
}
.btn02{
	margin: 0 20px 0 200px;
	width: 136px;
}
.btn03{
	width: 136px;
}

#comColumn{
	width: 660px;
	padding: 5px 20px 20px 20px;
	background: url(../images/bg_04.gif) left bottom;	
}

#comhed{
	padding: 12px 0 0;
}