@charset "utf-8";
@import "dropdown.css";

/*
# 共通CSS
*/

/*-------------------------------
	全体共通項目
-------------------------------*/

/*	タグ	*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", Osaka;
	width: 100%;
	background-color: #F1F0ED;
}
p, h5 {
	line-height: 1.5em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}
img {
	border: none;
}
h3 {
	padding: 0 0 0 10px;
	line-height: 41px;
	width: 926px;
	height: 41px;
	background: url(../images/common/h3_bg.gif) 0 0 no-repeat;
	font-size: 14px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
blockquote {
	padding: 1em 2em;
}

/*	クラス	*/
.cboth {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.bold {
	font-weight: bold;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}
.small {
	font-size:small;
}
.entrybody-box {
	overflow: hidden;
}

/*	タグ + クラス	*/
.conttitlebox2 h4 {
	width: 916px;
	height: 29px;
	background: url(../images/common/h3_bg.gif) 0 0 no-repeat;
	padding: 12px 0 0 10px;
}
.entrybody-box p {
	margin: 16px 30px 10px;
}

/*	ID	*/
#wrapper {
	margin: 0 auto;
	text-align: center;
}

/*-------------------------------
	ヘッダー
-------------------------------*/

#header {
	height: auto;
	background-color: #f1f0ed;
}
#header-top {
	margin: 0 auto;
	width: 930px;
	height: 80px;
}

/*	タイトル	*/
#title-box {
	float: left;
	width: 316px;
	height: 80px;
}
h1#title a {
	width: 316px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	background: url(../images/common/title.gif) no-repeat;
}

/*	検索 + サイトマップ	*/
#search-sitemap {
	height: 48px;
	width: 400px;
	margin: 20px 0 0 0;
	text-align: right;
}
#search-sitemap p {
	margin: 0 0 4px 0;
	font-size: 13px;
	font-weight: bold;
	color: #545454;
	text-align: left;
}
#search-sitemap input#searchKeyword {
	width: 200px;
	height: 18px;
}
#searchKeyword {
	margin: 0 10px 0 0;
	padding: 2px;
}
#search-sitemap .search {
	vertical-align:bottom;
}
#search-sitemap .table-vatical-bottom {
	vertical-align: bottom;
}
a#site-map {
	display: block;
	margin: 0 0 0 10px;
	width: 69px;
	height: 26px;
	background: url(../images/common/sitemap-button.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-align: left;
}
#main-image_bg img {
	margin: 16px 0 0 0;
}
#image-box_sub_bg {
	height: 60px;
}
#sub-image_inner {
	margin: 0 auto;
	width: 930px;
	height: 60px;
	position: relative;
	text-align: left;
	background: url(../images/common/sub-image_bg.jpg) 0 0 repeat-x;
}
#sub-image_bg {
	position: absolute;
	width: 780px;
	height: 60px;
	left: 150px;
	background: url(../images/common/sub-image.jpg) 0 0 no-repeat;
}
#sub-image_inner h2 {
	position: absolute;
	left: 10px;
	text-align: left;
	font-size: 24px;
	color: #FFF;
	line-height: 62px;
}

/*	グローバルナビ	*/
#global-navi_bg {
	height: 58px;
}
#global-navi {
	margin: 0 auto;
	width: 930px;
	height: 58px;
	text-align: left;
	background: url(../images/common/global-navi_bg.gif) 0 0 repeat-x;
}
#global-navi-inner_1 li, #global-navi-inner_2 li, #global-navi-inner_3 li {
	display: inline;
	float: left;
	line-height: 58px;
	list-style-type: none;
}
#global-navi-inner_1 a, #global-navi-inner_2 a, #global-navi-inner_3 a {
	display: block;
	width: 155px;	
	height: 58px;
	text-indent: -9999px;
	background:  url(../images/common/menu.gif) 0 0 no-repeat;
}
#menu_1 { background-position: 0 0;}
#menu_2 a{background-position: -155px 0;}
#menu_3 a{background-position: -310px 0;}
#menu_4 a{background-position: -465px 0;}
#menu_5 a{background-position: -620px 0;}
#menu_6 a{background-position: -775px 0;}
#global-navi_1 a:hover, #global-navi_2 a:hover {
	background-image: url(../images/common/menu.gif);
	background-repeat: no-repeat;
}
#menu_1 a:hover{background-position: 0 -58px}
#menu_2 a:hover{background-position: -155px -58px}
#menu_3 a:hover{background-position: -310px -58px}
#menu_4 a:hover{background-position: -465px -58px}
#menu_5 a:hover{background-position: -620px -58px}
#menu_6 a:hover{background-position: -775px -58px}


/*-------------------------------
	メイン
-------------------------------*/

#main {
}
#main-inner {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	text-align: left;
}
#main_navi {
	margin: 0 0 0 10px;
}

/*-------------------------
	フッター
-------------------------*/

#footer {
	margin: 12px 0 0 0;
	height: 102px;
	color: #FFFFFF;
	font-size:10px;
}
#footer-bg {
	padding-top: 15px;
	margin: 0 auto;
	width: 930px;
	height: 87px;
	background: url(../images/common/footer_bg.gif) repeat-x;
}
#footer-inner {
	height: 1.5em;
	margin: 0 auto;
	width: 690px;
}
#footer-inner_2 {
	width: 500px;
	margin: 0 auto;
	height: 1.5em;
}
#footer-inner_3 {
	width: 620px;
	margin: 0 auto 15px auto;
	height: 1.5em;
}
#footer ul {
	list-style-type: none;
	text-align: center;
}
#footer li {
	float: left;
	padding: 0 8px;
	border-left: solid 1px #FFFFFF;
}

#footer li.right-border {
	border-right: solid 1px #FFFFFF;
}
#footer li a {
	color: #FFFFFF;
}
p#copyright {
	color: #FFFFFF;
}


/*-------------------------
	ニュース&トピックスCSS
-------------------------*/
.news-topics {
	margin: 15px 0;
}

/*-------------------------
	検索結果CSS
-------------------------*/
.search-result {
	margin: 15px 0;
}
.search-box {
	padding: 15px 10px;
}
.search-box hr {
	margin: 10px 0;
}
.search-box h4 a {
	font-size: 14px;
}
.search-text {
	margin: 5px 10px;
}

/*-------------------------------
	トラックバック
-------------------------------*/

.trackbacks h4 {
	background-color: #C0C0C0;
	border: 1px solid #CCC;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 2px 9px;
}
p.trackbacksarea {
	background-color: #C0C0C0;
	border: 1px dashed #CCC;
	padding: 15px;
	margin: 0 0 10px 0;
	padding: 2px 9px;
}
.trackback-content {
	margin: 0px 15px;
}
p.trackbackstime {
	margin: 0px 25px;
}


/*-------------------------------
	ウェブページ
-------------------------------*/
.red {
	color: #FF0000;
}
.webpage {
	margin: 15px 0;
}
.webpage h4 {
	font-size: 18px;
	margin: 5px;
}
.webpage-box {
	overflow: hidden;
	padding: 0 10px 15px 10px;
}
.webpage-box p {
	margin: 16px 30px 10px;
}
.page-ul {
	margin: 16px 30px 10px;	
}
.page-ul li {
	margin: 0 0 0 30px;	
	line-height: 1.5em;
	list-style-type: disc;	
}
#converse-campaign_1, #converse-campaign_2 {
	width: 400px;
}
#converse-campaign_1 img, #converse-campaign_2 img {
	margin: 15px;
}
#converse-campaign_1 {
	border-right: 1px solid #000;
}

