@charset "Shift_JIS";

/*--------------------------------

	各コンテンツページ共通

--------------------------------*/

/* パンくずリスト */
div.box div.mainColumn p.breadCrumbs {
	margin-bottom: 2px;
	font-size: 10px;
}

div.box div.mainColumn p.breadCrumbs a {
	text-decoration: none;
}

div.box div.mainColumn p.breadCrumbs a:hover {
	text-decoration: underline;
}


/* リンク文字色 */
div.box div.mainColumn a {
	color: #339900;
	background-color: inherit;
}

div.box div.mainColumn a:hover {
	color: #DD3300;
	background-color: inherit;
}

/* 見出し */

div.box div.mainColumn h2 {
	margin:0;
	padding:0;
}

div.box div.mainColumn h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 10px;
	width: 520px;
	height: 21px;
	overflow: hidden;
	color: #FBFBEC;
	background-color: #663300;
	background-image: url(../image/shared/bg_heading3.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
	clear:both;
}

div.box div.mainColumn h4 {
	margin:0 10px 15px 0;
	padding: 2px 0 0 45px;
	height: 20px;
	color: #996600;
	background-image: url(../image/shared/bg_heading4.gif);
	background-repeat: no-repeat;
	background-position:10px 0;
	font-size:85%;
	font-weight: bold;
	clear:both;
	width:495px;
}

div.box div.mainColumn h5 {
	margin:10px;
	padding-top:2px;
	padding-bottom:1px;
	background-image:url(../image/shared/marker3.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:23px;
	font-size:80%;
	font-weight:bold;
	height:16px;
	border-bottom:1px dashed #cccccc;
}

div.box div.mainColumn h5.green {
	margin:0 10px 10px 0;
	padding:4px 0 2px 8px;
	background-image:none;
	background-color:#FFFFCC;
	font-size:80%;
	font-weight:bold;
	border-left:5px solid #99CC00;
	border-bottom:1px dashed #99CC00;
}

div.box div.mainColumn h2.second2 {
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 10px;
	width: 520px;
	height: 21px;
	overflow: hidden;
	color: #FBFBEC;
	background-color: #663300;
	background-image: url(../image/shared/bg_heading3.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
	clear:both;
}

div.box div.mainColumn h3.second3 {
	margin:15px 10px 15px 0;
	padding: 0px 0 0 45px;
	height: 20px;
	color: #996600;
	background-image: url(../image/shared/bg_heading4.gif);
	background-repeat: no-repeat;
	background-position:10px 0;
	background-color:#FFFFFF;
	font-size:85%;
	font-weight: bold;
	clear:both;
	width:495px;
}

div.box div.mainColumn h4.second4 {
	margin:10px;
	padding-top:2px;
	padding-bottom:1px;
	background-image:url(../image/shared/marker3.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:23px;
	font-size:80%;
	font-weight:bold;
	height:16px;
	border-bottom:1px dashed #cccccc;
	clear:both;
	width:495px;
}

div.box div.mainColumn p {
	margin:10px 10px 15px 10px;
	line-height: 1.4;
	font-size: 12px;
}

div.box div.mainColumn p.centerView {
	text-align:center;
}

div.box div.mainColumn p.subMenu {
	margin-right: 10px;
	font-size:70%;
}

div.box div.mainColumn p.subMenu {
	color: #CC3300;
	background-color: inherit;
}

div.box div.mainColumn p.b{
	font-weight:bold;
}

div.box div.mainColumn p.clear{
	clear:both;
}

div.box div.mainColumn span.bb{
	font-weight:bold;
}

/*お問い合わせ*/

.toiawase {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-top: 10px;
	width: 520px;
	height: 21px;
	overflow: hidden;
	color: #FBFBEC;
	background-color: #663300;
	background-image: url(../image/shared/bg_heading3.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
	clear:both;
}

