﻿@charset "UTF-8";

/* ################################################################################ */
/*        　                                                                        */
/*        ●コンテンツページ共通のスタイル                                          */
/*          1.ページ全般                                                            */
/*       　 2.パンくずリスト                                                        */
/*        　3.メインカラム                                                          */
/*        　4.メインカラム                                                          */
/*        　                                                                        */
/* ################################################################################ */


/* ================================================================================ */
/*      1.ページ全般                                                                */
/* ================================================================================ */

/* グローバルナビゲーションとイラストの間のマージン */
ul.globalNavigation li {
	margin-bottom: 0px;
}

/* ================================================================================ */
/*      2.パンくずリスト                                                            */
/* ================================================================================ */
ul.breadCrumbs {
	margin-bottom: 5px;
	overflow: hidden;
	height: 27px;
	display: block;
	padding-left: 25px;
}

ul.breadCrumbs 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 1px;
	font-size: 11px;
	display: inline;
	color: #B4B4B4;
}

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

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

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

#catTitle{
	display: block;
	width: 800px;
}

/* ================================================================================ */
/*      3.メインカラム                                                              */
/* ================================================================================ */

/* -------------------------------------------------------------------------------- */
/*      3-1.カラム全体                                                              */
/* -------------------------------------------------------------------------------- */

#container div.mainColumn {
	display: inline;
	width: 570px;
	color: #666666;
	background-color: inherit;
	margin-right: 10px;
	float: right;
}




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

#container div.mainColumn h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	background-image: url(../images/h2.jpg);
}
#container div.mainColumn h2 b{
	font-size: 80%;
	padding-left: 20px;
}
#container div.mainColumn h3 {
	background-image: url(../images/h3.jpg);
	height: 23px;
	font-size: 80%;
	padding-left: 15px;
	line-height: 2em;
	margin-bottom: 15px;
}

#container div.mainColumn h4{
	height: 24px;
	font-size: 70%;
	line-height: 2em;
	margin-bottom:3px;
	margin-top: 10px;
}


#container div.mainColumn h5 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* ================================================================================ */
/*      3-3. section1                                                                 */
/* ================================================================================ */
#container div.mainColumn div.section1 {
	width: 560px;
}


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


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




/* -------------------------------------------------------------------------------- */
/*      4-4.リスト                                                                  */
/* -------------------------------------------------------------------------------- */
/* 順不同リスト1 */
#container div.mainColumn ul.outline {
	padding: 20px 0 10px;
	border: solid 1px #9A9493;
	width: 527px;
	background-image: url(../../images/content/list_bg.gif);
	background-repeat: repeat-y;
	font-size: 80%;
}

#container div.mainColumn ul.outline li {
	margin: 0 20px 10px;
	padding-left: 17px;
	background-image: url(../../images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0 20%;
	line-height: 1.3;
	list-style-type: none;
}


/* 順不同リスト2 */
#container div.mainColumn ul.nooutline {
	padding: 20px 0 10px;
	background-image: url(../../images/content/list_bg.gif);
	background-repeat: repeat-y;
	font-size: 80%;
}

#container div.mainColumn ul.nooutline li {
	padding-left: 17px;
	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: 10px;
	margin-left: 20px;
	padding-top: 0px;
}

/* 順序付きリスト1 */
#container div.mainColumn ol.outline {
	border: solid 1px #9A9493;
	width: 527px;
	background-image: url(../../images/list_bg.gif);
	background-repeat: repeat-y;
	list-style-type: decimal;
	font-size: 80%;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#container div.mainColumn ol.outline li {
	padding-left: 10px;
	line-height: 1.3;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}

/* 順序付きリスト2 */
#container div.mainColumn ol.nooutline {
	width: 527px;
	list-style-type: decimal;
	font-size: 80%;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#container div.mainColumn ol.nooutline li {
	padding-left: 10px;
	line-height: 1.3;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}


/* 定義リスト */
#container div.mainColumn dl.nooutline {

}

#container div.mainColumn dl.nooutline dt{
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
}

#container div.mainColumn dl.nooutline dd{
	font-size: 12px;
	line-height: 1.3;
	padding-left: 15px;
	margin-bottom: 20px;
}




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

/* 本文内イラスト */
#container div.mainColumn img.illustLeft {
	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;
}


#container div.mainColumn img.illustRight {
	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;
}

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

#access{
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 12px;
	width: 550px;
	margin-left: 10px;
	float: left;
}

#access dl{
	margin: 0px;
}

#access dt{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em
	}

#access dd{
	line-height: 160%;
	margin-top: -1.3em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 6em;}

/* ================================================================================ */
/*      2. QandA                                                                    */
/* ================================================================================ */
#rightContents div.qanda {}
#rightContents  div.qanda dl{
	font-size: 100%;
}
div.qanda 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: 27px;
	width: 500px;
	line-height: 1.4em;
}
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: 27px;
	width: 500px;
	line-height: 1.4em;
}
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;
}

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

#news{
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 12px;
	width: 550px;
	margin-left: 10px;
	float: left;
	}
#news dl{
	margin: 0px;
}

#news dt{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em
	}

#news dd{
	line-height: 160%;
	margin-top: -1.3em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 6em;
}


#news dd a:link, #news dd a:visited{
	color: #0099FF;
	text-decoration: none;
}

#news dd a:hover{
	color: #8dc556;
}

/* ================================================================================ */
/*      3.CSR                                                                      */  
/* ================================================================================ */

#csr{
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 12px;
	width: 550px;
	margin-left: 10px;
	float: left;
	}
#csr dl{
	margin: 0px;
}

#csr dt{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em
	}

#csr dd{
	line-height: 160%;
	margin-top: -1.3em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 6em;
}


#csr dd a:link, #news dd a:visited{
	color: #0099FF;
	text-decoration: none;
}

#csr dd a:hover{
	color: #8dc556;
}


/* -------------------------------------------------------------------------------- */
/*      バックナンバー                                                                  */
/* -------------------------------------------------------------------------------- */

#container div.mainColumn #backnumber {
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}

#container div.mainColumn #backnumber{
	padding-top:0.5em 0;
	text-align:center;
}
#container div.mainColumn #backnumber span,#backnumber a{
	padding:0.25em 0.4em;
	margin:0px;
	border:1px solid #eeeeee;
}
#container div.mainColumn #backnumber .on{
	background:#eeeeee;
	font-weight:bold;
}
#container div.mainColumn #backnumber a:hover{
	border-color:#00d;
	background:#003399;
	color:#fff;
}

.error{
	color: #CC0000;
}
.required{
	color: #CC0000;
}


