﻿@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: #333333;
	background-color: inherit;
	margin-right: 10px;
	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: #D2A3FE;
	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;
}

#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                                                                 */
/* ================================================================================ */
#container div.mainColumn div.section1 {
	width: 550px;
}


/* -------------------------------------------------------------------------------- */
/*      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 {

}

#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;
}




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

.important{
	font-weight: bold;
	color: #CC0000;
}


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


p a.askus{
	background: url(../../images/ask_us_bottom_off.jpg) no-repeat;
	height: 95px;
	width: 570px;
	display: block;
	text-indent: -9999px;
}

p a:hover.askus{
	background: url(../../images/ask_us_bottom_on.jpg) no-repeat;
	height: 95px;
	width: 570px;
	display: block;
}