@charset "UTF-8";

/* ************************************** _

タイトル：style.css

概要：その他一般ページのCSSファイル

制作日：2007.3.15
変更日：2007.

_ ************************************** */


/* contentOther base style
---------------------------------------------------------------------------- */
h1 {
	margin: 0 0 10px 0;
}

h2 {
	background: url(../images/bg_mh.gif) no-repeat left;
	padding-left: 15px;
	font-size: 125%;
	font-weight: bold;
	color: #397e00;
	vertical-align: middle;
	margin-bottom: 10px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #331A00;
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

#mainArea #contentOther {
	width: 575px;
	padding: 0 10px 0 0;
	float: right;
}

#mainArea #contentOther p.pageTop {
	clear: both;
	font-size: 90%;
	text-align: right;
}

#mainArea #contentOther p.pageTop a {
	text-align: right;
	vertical-align: middle;
	padding-left: 10px; 
	background: url(../images/arrow_top.gif) no-repeat left center;
}

#mainArea #contentOther p.pageBack a {
	text-align: right;
	vertical-align: middle;
	padding-left: 10px; 
	background: url(../images/arrow_back.gif) no-repeat left center;
	font-size: 90%;
}

/* location ID
---------------------------------------------------------------------------- */

#contentOther ul#location {
	margin-top: 5px;
	margin-bottom: 3px;
}

#contentOther ul#location li {
	display: inline;
	font-size: 90%;
	margin: 0 3px 0 0;
}

#contentOther ul#location li a {
	margin: 0 3px 0 0;
}


/* counsel style
---------------------------------------------------------------------------- */
#mainArea #contentOther #counselInfo {
	background: #F0F0F0;
	padding: 2px 10px 10px 10px;
	margin-bottom: 15px;
}

#mainArea #contentOther #counselInfo dt {
	font-weight: bold;
	margin-top: 10px;
}

#mainArea #contentOther p.picText {
	padding-top: 0;
	margin-bottom: 20px;
}

#mainArea #contentOther p.pic {
	margin-bottom: 0;
}


/* cousult style
---------------------------------------------------------------------------- */
#mainArea #contentOther #consult {
	margin: 20px 0 20px 0;
	list-style: none;
	background: url(../images/bg_dotline.gif) repeat-x top;
}

#mainArea #contentOther #consult li {
	_height: 1%;
	margin: 0;
	padding: 10px 4px;
	background: url(../images/bg_dotline.gif) repeat-x bottom;
	text-indent: 5px;
}

#mainArea #contentOther #consult li img {
	margin: 0 5px 0 0;
}


/* contact style
---------------------------------------------------------------------------- */
#mainArea #contentOther {
	position: relative;
}

#mainArea #contentOther #contact {
	list-style: decimal ;
	margin-left: 5px;
	margin-bottom: 10px;
}

#mainArea #contentOther #contact li {
	padding: 4px;
}

#mainArea #contentOther #mail dl {
	width: 500px;
}


#mainArea #contentOther #mail dt {
	width: 90px;
	position: absolute;
}

#mainArea #contentOther #mail dd {
	width: 300px;
	padding: 0 0 10px 95px;
}

#mainArea #contentOther #cbody {
	width: 440px;
	height: 150px;
	margin-bottom: 30px;
}

#mainArea #contentOther p#regButton {
	clear: both;
	margin: 0 0 30px 0;
	text-align: center;
}

#mainArea #contentOther ul.attention {
	color: #FF0000;
	margin-bottom: 20px;
}


/* greet style
---------------------------------------------------------------------------- */
#greet {
	margin: 20px 0;
	list-style: none;
}

#greet li {
	background: url(../images/bg_dotline.gif) repeat-x bottom;
	_height: 1%;
	margin: 0;
	padding: 14px 0;
}

#greet li.line {
	padding: 14px;
	background: url(../images/bg_dotline.gif) repeat-x bottom;
	text-indent: 118px;
}

#greet li span.indent {
	margin-left: 86px;
}


/* guide style
---------------------------------------------------------------------------- */
#guide table {
	border-top: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	margin: 0 0 10px 0;
	background: #FFFFFF;
	color: #331A00;
	text-align: left;
}

#guide tr {
	text-align: center;
	list-style: none;
}

#guide th {
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	font-weight: bold;
	font-size: 120%; 
	padding: 5px 10px;
	text-align: center;
	list-style: none;
	color: #FFFFFF;
	background: #467231;
}

#guide td {
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	padding: 5px 10px;
	text-align: center;
	list-style: none;
}

#guide em {
	color: #FF3300;
}

ul.guide{
	margin-bottom: 20px;
}

p.gardenLink a {
	color: #467231;
}

/* address style
---------------------------------------------------------------------------- */
p.map{
	text-align: center;
	margin: 20px 0;
}


/* garden style
---------------------------------------------------------------------------- */
p.img{
	text-align: center;
	margin: 20px 0;
}

#mainArea #contentOther p.gpageTop {
	font-size: 90%;
	text-align: right;
}

/* qa hobby style
---------------------------------------------------------------------------- */

.catNavi {
	background: url(../images/bg_dotline.gif) repeat-x bottom;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}

.catNavi ul {
	list-style: none;
	margin: 0 auto 0;
	width: 100%;
}

.catNavi ul li {
	float: left;
	font-weight: bold;
	height: 2em;
	margin: 0 0 0 3px;
	width: 49%;
}

.catNavi ul li a, .catNavi ul li a:hover, .catNavi ul li a:visited {
	color: #397e00;
}

.quickNavi {
	clear: both;
	height: 2em;
	margin: 0 0 10px 0;
	position: relative;
}

.quickNavi p {
	background: none;
	margin: 0;
}

.quickNavi p.quickBack {
}

.quickNavi p.quickNext {
	position: absolute;
	right: 0;
	top: 0;
}

dl.qaList {
	background: #F0F0F0;
	padding: 2px 10px 10px 10px;
	margin-bottom: 15px;
}

dl.qaList dt {
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
}

dl.qaList dd {
	font-size: 100%;
}

dl.mentalqaList {
	margin-bottom: 10px;
}

dl.mentalqaList dt {
	font-size: 120%;
	font-weight: bold;
	background: url(../../mentalqa/images/img_q.gif) no-repeat ;
	background-position: 0 3px;
	padding: 2px 0px 2px 18px;
	_height: 1%;
}

dl.mentalqaList dd {
	margin-bottom: 15px;
	font-size: 100%;
	background: url(../../mentalqa/images/img_a.gif) no-repeat ;
	background-position: 0 2px;
	padding-left: 18px;
	_height: 1%;
}

#mainArea #contentOther p.imgBlock {
	clear: left;
	overflow: auto;
}

#mainArea #contentOther p.imgBlock img {
	float: left;
	margin: 0 10px 0 0;
}


/* info_list style
---------------------------------------------------------------------------- */

#mainArea #contentOther dl.infoList {
	margin: 15px;
}
#mainArea #contentOther dl.infoList dt {
	font-size: 110%;
	font-weight: bold;
}
#mainArea #contentOther dl.infoList dd {
	margin: 0 0 20px 0;
}

