@charset "utf-8";

/* color="#99cc66" メインカラー */
/* color="#cc3399" アクセントカラー */

/*-------------------------------------------------*/
/* 初期設定をキャンセル */
/*-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	margin-bottom:1px;
	background-color: #D7EAC1;
	background-image:url("../img/base.png");
	background-repeat:repeat-x;
}

body{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:940px;
}

img {
	border: 0;
	border-style:none;
}

ul{
	list-style-position:inside;
}

li{
	list-style-type:none;
}


/*-------------------------------------------------*/
/* 全ページ共通の基本のレイアウト */
/*-------------------------------------------------*/

.w940:after,
.w700:after,
.w340:after,
.w460:after,
.w220:after{
	clear:both;
	display:block;
	height:0;
	content:"";
}

.w940,
.w700,
.w340,
.w460,
.w220{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.w940{
	width:940px;
}

.w700{
	width:700px;
}

.w460{
	width:460px;
}

.w340{
	width:340px;
}

.w220{
	width:220px;
}

.w700 p,
.w460 p,
.w340 p,
.w220 p{
	padding:10px;
	line-height:1.5em;
}

#section{
	float:left;
}
#aside{
	float:right;
}

h2{
	font-size:medium;
	color:#FFFFFF;
	height:23px;
	border-top:solid 1px #E5F2CE;
	border-left:solid 1px #E5F2CE;
	border-bottom:solid 1px #6E8E49;
	border-right:solid 1px #6E8E49;
	background-image: -moz-linear-gradient(top, #99cc66, #B8E68B); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #99cc66),color-stop(1, #B8E68B)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cc66', endColorstr='#B8E68B'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cc66', endColorstr='#B8E68B')"; /* IE8 */
	padding: 7px 0 0 10px;
	/*text-shadow: -1px -1px 2px #618926;*/
	behavior:url(PIE.htc);
}
h2 img{
	margin: -7px 5px 0 0px;
	vertical-align:middle;
}

h3{
	font-size:medium;
	padding: 0 0 0 5px;
	margin:0 0 0 10px;
	border-left:solid 5px #99cc66;
}

input{
	padding:5px;
}
input[type="submit"]{
	margin:10px 0 ;
}
input[type="text"]:hover{
	background:#D7EAC1;
}
input[type="text"]:focus{
	background:#FFEEFF;
}

/*-------------------------------------------------*/
/* headerのレイアウト */
/*-------------------------------------------------*/
#header_description{
	float:right;
	width:750px;
	height:50px;
}
#header_logo{
	float:left;
	width:170px;
	height:50px;
}

h1{
	font-size:medium;
	margin-bottom:10px;
}

#header_description ul li{
	display:inline;
	margin-right:1em;
	padding-right:1em;
	border-right: solid 1px #000000;
}
#header_description ul li:last-child{
	border:0;
}


#ads{
	margin-bottom:20px;
}
#nav{
	margin-bottom:5px;
}
#article{
	margin-bottom:0;
}
#section,#aside{
	margin-bottom:0;
}


/*-------------------------------------------------*/
/* footerのレイアウト */
/*-------------------------------------------------*/
#footer{
	margin-top:30px;
	padding-bottom:10px;
}

#footer ul:after{
	clear:both;
	display:block;
	height:0;
	content:"";
}

#footer ul{
	text-align:center;
	margin:0 0 5px 0;
}

#footer ul li{
	display:inline;
	margin-right:1em;
	padding-right:1em;
	border-right: solid 1px #000000;
	font-size:small;
}

#footer ul li:last-child{
	border:0;
}

#footer p{
	text-align:center;
	font-size:small;
}


/*=====================================================*/
/* dropshadow */
/*=====================================================*/

#otoiawase,
#index_searchText,
#index_searchMap,
#index_searchName,
#index_faq,
#index_rireki,
#searchResult,
#mapMain,
#columnArea,
#tokuteisyoutorihiki,
#nomalBase,
.nomalBase{
	background-color:#FFFFFF;
	/*background-image:url("../img/base_white.png");*/
	-webkit-box-shadow: #4C5E33 0px 0px 4px;
	-moz-box-shadow: #4C5E33 0px 0px 4px;
	box-shadow: #4C5E33 0px 0px 4px;
	behavior:url(PIE.htc);
}

/*****************************************************/
/* 検索部分 */
#index_searchText{
	background-color:#FFFFFF;
}
#index_searchText ul{
	padding:10px;
}
#index_searchText ul li{
	display:inline;
	margin-right:0.8em;
}

#index_searchMap{
	float:left;
	background-color:#FFFFFF;
}
#index_searchName{
	float:right;
	background-color:#FFFFFF;
}

#index_searchName form{
	padding:10px;
}

#index_searchName form select{
	width:13em;
	font-size:large;
	margin-bottom:10px;
}
#index_searchName form input[type="submit"]{
	width:8em;
	margin:0;
	font-size:large;
	color:#FFFFFF;
	font-weight:900;
	background-color:#cc3399;
}



/*****************************************************/
/* index.html */


#index_faq{
	float:left;
	background-color:#FFFFFF;
	margin-bottom:0px
}

#index_faq ul li{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#index_rireki{
	float:right;
	background-color:#FFFFFF;
	margin-bottom:0px
}

#index_rireki dl dt,
#index_rireki dl dd{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:x-small;
}


/*****************************************************/
/* search.tpl */
#searchResult{
	background-color:#FFFFFF;
}

.searchResultItems{
	float:left;
	width:150px;
	height:200px;
	margin: 0 0 10px 10px;
	padding:5px;
	border:solid 1px #AAAAAA;
}
.searchResultItems:hover{
	background-color:#FFCCFF;
}

.searchResultItems a{
}

.searchResultItems:after{
	clear:both;
	display:block;
	height:0;
	content:"";
}


/*****************************************************/
/* map.tpl */
#mapMain{
	background-color:#FFFFFF;
}

#mapDescription{
	margin:10px;
	width:680px;
}
#mapDescription p{
	font-size:small;
	line-height:1.3;
	padding:0;
}
#mapDescription:after{
	clear:both;
	display:block;
	height:0;
	content:"";
}

#mapTags{
	margin:10px 0 0 0;
}
#mapTags p a{
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:solid 1px #AAAAAA;
}
#mapTags p a:last-child{
	margin:0;
	padding:0;
	border:0;
}

#thumbnail{
	float:left;
	margin-right:10px;
}

#mostAds p{
	display:block;
	padding:0 0 0 10px;
}
#mostAds p:hover{
	background-color:#FFCCFF;
}

#printCenterAds{
	float:left;
	text-align:center;
	margin:0 0 10px 10px;
	border-right:solid 1px #AAAAAA;
}
#printCenterAds img{
	padding:10px 0 0 0;
}
#printCenterAds p{
	line-height:1.3em;
}
#printCenterAdsLinkButton{
	margin:0 0 10px 0;
}
#printCenterAdsLinkButton a{
	width: 160px;
	display:block;
	text-align:center;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	text-decoration: none;
	color: #FEFEFE;
	background-color: #EE3EBB;
	text-shadow: -1px -1px 1px #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: -moz-linear-gradient(top, #cc3399, #EE3EBB); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cc3399),color-stop(1, #EE3EBB)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3399', endColorstr='#EE3EBB'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3399', endColorstr='#EE3EBB')"; /* IE8 */
	behavior:url(PIE.htc);
}
#printCenterAdsLinkButton a:hover{
	color: #000000;
	background-color: #FFCCFF;
	text-shadow: -1px -1px 1px #FFFFFF;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background-image: -moz-linear-gradient(top, #F1A3E4, #FFCCFF); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F1A3E4),color-stop(1, #FFCCFF)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1A3E4', endColorstr='#FFCCFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1A3E4', endColorstr='#FFCCFF')"; /* IE8 */
	behavior:url(PIE.htc);
}


#downloadArea{
	float:right;
}
#downloadArea ul{
	padding:0 10px;
}
#downloadArea ul li{
	margin: 0 0 10px 0;
}


/*****************************************************/
/* download.tpl */
#doDownload a{
	display:block;
	text-align:center;
	width: 160px;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	text-decoration: none;
	color: #FEFEFE;
	background-color: #EE3EBB;
	text-shadow: -1px -1px 1px #666666;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: -moz-linear-gradient(top, #cc3399, #EE3EBB); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cc3399),color-stop(1, #EE3EBB)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3399', endColorstr='#EE3EBB'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3399', endColorstr='#EE3EBB')"; /* IE8 */
	behavior:url(PIE.htc);
}
#doDownload a:hover{
	color: #000000;
	background-color: #FFCCFF;
	text-shadow: -1px -1px 1px #FFFFFF;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background-image: -moz-linear-gradient(top, #F1A3E4, #FFCCFF); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F1A3E4),color-stop(1, #FFCCFF)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1A3E4', endColorstr='#FFCCFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1A3E4', endColorstr='#FFCCFF')"; /* IE8 */
	behavior:url(PIE.htc);
}

#printAds{
	display:block;
	margin:10px 0 0 10px;
}

#downloadButton{
	float:left;
}

#relationLinks{
	float:right;
}

#relationLinks p{
	line-height:1.5;
	padding:0;
}


/*****************************************************/
/* faq */
#faqSearch{
	margin:10px;
}

#faqSearch input[type="text"]{
	width:400px;
	margin:0 0 10px 0;
}
#faqSearch input[type="submit"]{
	width:200px;
}

#faqSubContent{
	font-size:small;
	color:#AAAAAA;
}
#faqSubContent p a.faqTag{
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px #000000;
}
#faqSubContent p a.faqTag:last-child{
	border:0;
}

/*****************************************************/
/* column */
#columnArea{
	margin-bottom:0px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}

#columnArea ol,
#columnArea ul{
	margin:10px 0 20px 30px;
}

#columnArea ol li,
#columnArea ul li{
	margin:10px 0 3px 0;
	list-style-position:inside;
}
#columnArea ol li{
	list-style-type:decimal;
}
#columnArea ul li{
	list-style-type:disc;
}

/*****************************************************/
/* hou */
#tokuteisyoutorihiki{
	margin-bottom:20px;
	background-color:#FFFFFF;
}
#tokuteisyoutorihiki dl{
	padding:10px;
	line-height:1.5em;
}
#tokuteisyoutorihiki dl dt{
	font-weight:900;
	margin-top:10px;
}
#tokuteisyoutorihiki dl dt:first-child{
	margin-top:0;
}
#tokuteisyoutorihiki dl dd{
	margin-left:1em;
}

#tokuteisyoutorihiki ul{
	padding:10px;
	line-height:1.5em;
}
#tokuteisyoutorihiki ul li{
	list-style-type:disc;
	margin-left:1em;
}