﻿@charset "UTF-8";

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


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

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

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

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: 12px;
	list-style-type: none;
}

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

ul.breadCrumbs li a {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
}

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


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

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

#container .mainColumn {
	display: inline;
	width: 725px;
	color: #333333;
	background-color: inherit;
	margin-right: 20px;
	float: right;
}


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

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

#container div.mainColumn .dreamWeaver h4{
	background-image: url(../images/h4.jpg);
	height: 24px;
	font-size: 80%;
	padding-left: 15px;
	line-height: 2em;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
}


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

/* ================================================================================ */
/*      3-3. section1                                                                 */
/* ================================================================================ */
div.mainColumn div.section1 {
	width: 640px;
}

div.section1 ul{
	padding: 0px;
	list-style-type: none;
}

div.section1 li{
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	height: 75px;
	padding-bottom: 5px;
}

div.section1 .column_list_photo{
	height: 70px;
	width: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.section1 .column_list_photo img{
	height: 70px;
	width: 70px;
	border: 1px solid #D4D0C8;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 
#container div.mainColumn  div.section1 h4{
	height: 75px;
	margin-left: 10px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	float: right;
	width: 540px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	background-image: none;
	background-position: 0px 0px;
}

#container div.mainColumn div.section1 h4 a{
	text-decoration: none;
	color: #333333;
	line-height: 1.0em;
}

#container div.mainColumn  div.section1 h4 a:hover{
	text-decoration: none;
	color: #FF6600;
}
#container div.mainColumn div.section1 p{
	font-size: 1em;
	color: #666666;
	margin-bottom: 10px;
	clear: none;
	line-height: 1.5em;
	font-weight: normal;
}
#container div.mainColumn div.section1 .checkthisout{
	color: #FF0000;
}
#container div.mainColumn div.section1 .checkitout{
	color: #0000FF;
}

#container div.mainColumn div.section1 .date{
	color: #666666;
	font-size: 10px;
	font-weight: lighter;
}

/* -------------------------------------------------------------------------------- */
/*      4-3.段落                                                                  */
/* -------------------------------------------------------------------------------- */

#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;
	width: 527px;
	background-image: url(../../images/content/list_bg.gif);
	background-repeat: repeat-y;
	font-size: 80%;
}

#container div.mainColumn ul.nooutline 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;
}

/* 順序付きリスト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 {
	width: 620px;
	float: left;
}

#container div.mainColumn dl.nooutline dt{
	font-size: 16px;
	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;
}


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


/* -------------------------------------------------------------------------------- */
/*      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;
}


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


.tatsujin{

	}


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

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

#container div.mainColumn #backnumber span,#backnumber a{
	border:1px solid #eeeeee;
	padding-top: 0.25em;
	padding-right: 0.4em;
	padding-bottom: 0.25em;
	padding-left: 0.4em;
}
#container div.mainColumn #backnumber .on{
	background:#eeeeee;
	font-weight:bold;
}
#container div.mainColumn #backnumber a:hover{
	border-color:#00d;
	background:#003399;
	color:#fff;
}

/* -------------------------------------------------------------------------------- */
/*   写真                                                                 */
/* -------------------------------------------------------------------------------- */
ul#thumbnail {margin:0;}
ul#thumbnail li {display:inline;padding-right:8px;}
ul#thumbnail li.last {display:inline;padding-right:0;}
ul#thumbnail li img {vertical-align:bottom;margin-bottom:8px;}
ul#thumbnail li img {background:#FFF; padding:4px; border:1px solid #D0CFCD;}
ul#thumbnail li a:hover img {border:1px solid #666;}


/* -------------------------------------------------------------------------------- */
/*      エラー                                                            */
/* -------------------------------------------------------------------------------- */
.error{
	color: #CC0000;
	font-weight: bold;
}
