@charset "Shift_JIS";

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


/* ================================================================================ */
/*      2.パンくずリスト                                                            */
/* ================================================================================ */
ul.breadCrumbs {
	margin-bottom: 5px;
	overflow: hidden;
	width: 580px;
	height: 27px;
	margin-top: 10px;
	clear: both;
}

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;
	padding-left: 0px;
}

ul.breadCrumbs li a {
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
	clear: both;
}

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


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

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

#contents .mainColumn {
	display: inline;
	width: 720px;
	color: #333333;
	background-color: inherit;
	float: left;
	text-align: left;
}


#contents .mainColumn a:link{
	/*text-decoration: underline;*/
	}


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


#container div.mainColumn h2 b{
	font-size: 80%;
	padding-left: 20px;
}
#container div.mainColumn h3 {
	margin-bottom: 15px;
	padding-left: 50px;
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/h3.gif);
	padding-right: 5px;
	padding-bottom: 1px;
	height: 33px;
	background-repeat: no-repeat;
	line-height: 1.9em;
	float: left;
	width: 550px;
	clear: both;
}

#container div.mainColumn .dreamWeaver h4{
	background-image: url(../../../function/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;
}

#container div.mainColumn img.mainImage{
	margin-bottom: 15px;
	}

/* ================================================================================ */
/*      4. section1                                                                 */
/* ================================================================================ */
div.mainColumn div.section1 {
	width: 720px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
}

#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: 80%;
	color: #333333;
	margin-bottom: 1px;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

#container div.mainColumn div.section1 p.top{
	margin-top: 10px;
	}

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

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

#container div.mainColumn p.last {
	margin-bottom: 0px;
}


/* -------------------------------------------------------------------------------- */
/*      4-4.リスト                                                                  */
/* -------------------------------------------------------------------------------- */


/* 順不同リスト 注意 */
#container div.mainColumn div.attention ul {
	width: 600px;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#container div.mainColumn div.attention ul li {
	margin: 0 20px 10px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 0 20%;
	line-height: 1.2;
	list-style-type: none;
}

/* 順不同リスト 要注意・重要  */
#container div.mainColumn div.important ul {
	font-size: 80%;
	margin-bottom: 20px;
	color: #cd6600;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

#container div.mainColumn div.important ul.top {
	font-size: 80%;
	margin-bottom: 20px;
	color: #cd6600;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

#container div.mainColumn div.important ul li {
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0 20%;
	line-height: 1.3em;
	list-style-type: none;
	color: #cd6600;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/* 順序付きリスト */
#container div.mainColumn ol {
	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 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;
}

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



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

#container div.mainColumn p.attention{
	text-align: center;
	margin-top: 5px;
}

#container div.mainColumn p.attention a:visited{
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/*      その他                                                      */
/* -------------------------------------------------------------------------------- */
.important{
	color: #cd6600;
}

p.important{
	color: #cd6600 !important;
}
