@charset "UTF-8";

/* ##################################################################### */
/*        　                                                             */
/*     ●コンテンツページ共通のスタイル　　                              */
/*      1.パンくずリスト                                                 */
/*      2.基本見出し 　                                                  */
/*      　2-1.　h1 見出し１                                              */
/*　      2-2.　h2 見出し２                                              */
/*　      2-3.　h3 見出し３                                              */
/*　      2-4.　h4 見出し４                                              */
/*      3.基本書体                                                 　    */
/*		4.イメージ配置  												 */
/*		5.              												 */
/* ##################################################################### */

/* ===================================================================== */
/*      1.パンくずリスト                                                 */
/* ===================================================================== */
#breadCrumbs {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	text-align: right;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}

#breadCrumbs ul{
	text-align: right;
	padding-right: 0px;
	margin-right: 0px;
}

#breadCrumbs ul li {
	margin-right: 5px;
	padding-top: 1px;
	padding-left: 15px;
	float: left;
	background-image: url(../images/breadcrumbs_marker.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 75%;
	display: inline;
	color: #030;
	text-align: right;
}

#breadCrumbs ul li.list01 {
	background-image: none;
	line-height: normal;
}

#breadCrumbs ul li a, ul.breadC Crumbs li a:visited {
	color: #666;
	text-decoration: none;
	text-transform: none;
}

#breadCrumbs ul li a:hover {
	color: #4978C0;
	text-decoration: underline;
}


/* ===================================================================== */
/*      2.　基本見出し                                                   */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      2-1.　h1 見出し１                                                */
/* --------------------------------------------------------------------- */
#primaryNavi h1 {
	width: 800px;
	height: 31px;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 40px;
	line-height: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
}

#primaryNavi h1 a:link, #primaryNavi h1 a:visited, #primaryNavi h1 a:hover{
	color: #000;
	}

/* --------------------------------------------------------------------- */
/*      2-1.　h2 見出し２                                                */
/* --------------------------------------------------------------------- */

#mainContent h2 {
	margin-bottom: 15px;
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	width: 720px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 1px dotted #333;
	border-left: 2px solid #333;
	padding: 5px 0px 5px 10px;
}

#mainContent h2.image {
	padding: 0px;
	border-style: none!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#mainContent p.read{
	width: 640px;
	}

/* --------------------------------------------------------------------- */
/*      2-3.　h3 見出し３                                                */
/* --------------------------------------------------------------------- */

#mainContent h3 {
	height: 26px;
	font-size: 80%;
	padding-left: 10px;
	line-height: 2em;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: bold;
	color: #333;
}

#mainContent h3.wide{
	width: 640px;
	text-align: left;
}

/* --------------------------------------------------------------------- */
/*      2-4.　h4 見出し４                                                */
/* --------------------------------------------------------------------- */

#mainContent h4{
	background-image: url(../images/h4_back.gif);
	background-repeat: repeat-x;
	height: 26px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}


/* ===================================================================== */
/*      3. 基本書体                                                      */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      3-1.section1全体設定                                             */
/* --------------------------------------------------------------------- */
#mainContent p{
	font-size: 90%;
	line-height: 1.8em;
	margin-bottom: 20px;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	}

.important{color: #C00;}
.require{color: #C00;}
	
/* --------------------------------------------------------------------- */
/*      3-1.section1全体設定                                             */
/* --------------------------------------------------------------------- */
#container div.mainColumn div.section1 {
	width: 550px;
}


/* --------------------------------------------------------------------- */
/*      3-2.段落                                                         */
/* --------------------------------------------------------------------- */
#container div.mainColumn div.section1{
	color: #333333
}


#container div.mainColumn p {
	line-height: 1.6em;
	font-size: 80%;
	margin-bottom: 10px;
	color: #333333;
}


/* -------------------------------------------------------------------------------- */
/*      3-3.リスト                                                                  */
/* -------------------------------------------------------------------------------- */
/* 順不同リスト */
#contentArea #mainContent ul {
	padding: 0px;
	width: auto;
	margin-bottom: 5px;
}

#contentArea #mainContent ul li {
	padding-left: 15px;
	background-image: url(../images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 1.3;
	list-style-type: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 80%;
	list-style-position: outside;
	text-indent: 0px;
}

#contentArea #mainContent ul ul li {
	font-size: 100%!important;
}

#contentArea #mainContent table ul li, #contentArea #mainContent table p{
	font-size: 100%;
}

#contentArea #mainContent ul.attention li{
	background-image: url(../../images/attention_ico.gif);
	}

#contentArea #mainContent ul.breadCrumbs {
	padding: 20px 0 10px;
	width: 527px;
	font-size: 80%;
	background-image: none;
	text-align: right;
	margin-right: 0px;
}

#contentArea #mainContent ul.breadCrumbs li {
	margin: 0 20px 10px;
	padding-left: 17px;
	line-height: 1.3;
	list-style-type: none;
	background-image: none;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 75%;
	display: inline;
	text-align: right;
}

#contentArea #mainContent ul.breadCrumbs img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 順序付きリスト */
#contentArea #mainContent ol {
	padding: 0px;
	width: 550px;
	margin-bottom: 15px;
	list-style-type: decimal
}

#contentArea #mainContent ol li {
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-size: 80%;
}


#contentArea #mainContent ol {
	padding: 0px;
	width: 550px;
	margin-bottom: 15px;
	list-style-type: decimal
}

#contentArea #mainContent dl dd ol li {
	line-height: 1.8em;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-size: 100%;
}








/* 定義リスト */
#contentArea #mainContent div. dl {

}

#contentArea #mainContent dl dt{
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 2emx;
}

#contentArea #mainContent dl dd{
	font-size: 80%;
	line-height: 2em;
	padding-left: 15px;
	margin-bottom: 15px;
}


#contentArea #mainContent ul li.downloadLink{
	margin: 0 20px 10px;
	padding-left: 20px;
	line-height: 1.3;
	font-size: 12px;
	background: url(../../images/icon_newpage.gif) no-repeat 0px 5px;
}

/* ================================================================================ */
/*      3.NEWS                                                                      */  
/* ================================================================================ */

div.news{
	margin-bottom: 25px;
	width: 205px;
	margin-left: 35px;
	margin-top: 300px;
	}

div.news dl{
	margin: 0px;
	padding: 0px;
}

div.news dt{
	padding-right: 0;
	padding-left: 0;
	font-weight: normal!important;
	font-size: 80%!important;
	}

div.news dd{
	line-height: 250%;
	margin-top: -1.9em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 5em;
	font-size: 80%!important;
	}

div.news dd a:link{
	color: #666;
	text-decoration: none;
}

div.news dd a:visited{
	color: #333;
	text-decoration: none;
}

div.news dd a:hover{
	color: #FF6600;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/*      3-4.その他                                                                  */
/* -------------------------------------------------------------------------------- */

/* 本文内イラスト */
#mainContent img.layoutLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#mainContent img.layoutRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#mainContent img.layoutLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#mainContent img.layoutRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}


#mainContent p.layoutCenter{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	}
#mainContent p.layoutCenter img{
	margin-left: 100px;
	}

#mainContent p.layoutRight{
	text-align: right;
}

strong{
	font-size: 100%;
	font-weight: bold;
}

/* ================================================================================ */
/*      2. QandA                                                                    */
/* ================================================================================ */
#mainContent div.qanda dl{

}
#mainContent div.qanda dl dt{
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	background-image: url(../images/qanda_q.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	width: 580px;
	line-height: 1.4em;
	font-size: 90%;
	font-weight: bold;
	color: #006;
}
#mainContent div.qanda dd{
	border: 1px solid #CCCCCC;
	background-image: url(../images/qanda_a.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px!important;
	width: 580px;
	line-height: 1.4em;
	font-size: 90%;
}

div.qanda h3{
	width: 500px;
}

div.button img{
	padding-left: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container div.mainColumn div.section1 img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ================================================================================ */
/*       floatlist                                                                */
/* ================================================================================ */
.floatlist{
	width: 100%;
	float: left;
	}
.floatlist dl{
	margin: 0px;
}

.floatlist dt{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	}

.floatlist dd{
	line-height: 160%;
	margin-top: -1.9em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 4em;
}

.floatlist p.layoutRight{
	font-size:90%!important;
}
/*#floatlist dd a:link, #news dd a:visited{
	color: #0099FF;
	text-decoration: none;
}

#floatlist dd a:hover{
	color: #8dc556;
}*/


/* ================================================================================ */
/*      3.囲み                                                                     */  
/* ================================================================================ */
.frameLine{
	width: auto;
	margin-bottom: 20px;
	background-color: #FFE8FF;
	clear: both;
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px dotted #C0C0C0;
}


/* ================================================================================ */
/*      3.画像配置                                                                     */  
/* ================================================================================ */

/* 本文内イラスト */
#mainContent img.layoutLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;

}

#mainContent img.layoutRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#mainContent p.layoutCenter{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	}
#mainContent p.layoutCenter img{
	margin-left: 100px;
	}

#mainContent p.layoutRight{
	text-align: right;
}

#mainContent embed.layoutLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;

}


/* --------------------------------------------------------------------- */
/*      4-6. バックナンバー　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */
#container #backnumber {
	clear: both;
	list-style-type: none;

	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-seri;
	padding: 5px 0px;
	text-align:center;
	margin-left: 0px;
}


#backnumber span,#backnumber a{
	padding:0.2em 0.3em;
	margin:0px;
	border:1px solid #ccc;
	font-size: 60%;
}
#container #backnumber span{
	background:#ccc;
	font-weight:bold;
}
#container #backnumber a:hover{
	border-color:#E7E0D3;
	color:#666;
	background-color: #CCC;
}


