@charset "utf-8";

/* 株式会社ココロ　スタイルシート
　 作成者：
　 平成00年00月00日
-------------------------------------------------------------------------------------*/


/* 基本スタイル
-------------------------------------------------------------------------------------*/

/* 全体
------------------------------*/

/* CSS Document */

html {
	color:#000;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select { *font-size:100%;
}

legend { color:#000; }


/* ボディ
------------------------------*/
body {
	font-size: 80%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 18px;
}

/* リンク
------------------------------*/
a { color: #003399; }
a:visited { color: #333333; }
a:hover { color: #0066CC; }

/* 画像
------------------------------*/
img {
	border: none;
	vertical-align: top;
}

/* サイト（コンテンツ部分）の幅指定
-------------------------------------------------------------------------------------*/
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	float:left;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}

#header .inner1000 {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
 }

#header #title {
	width: 970px;
	float:left;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
}

#header #title h1 {
	width: 970px;
	float:left;
	font-size: 70%;
}

#header #title p {
	float:left;
	padding-top: 10px;
	display: block;
	padding-left: 10px;
}

#header .advertise {
	float:right;
	padding-top: 25px;
}
#header #count {
	width: 970px;
	float:left;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-position: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	color: #FF0066;
}

#header #top {
	width: 970px;
	float:left;
	background-image: url(../img/header_top_bg.gif);
	height: 165px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	background-position: 15px;
}

#header #top ul {
	width: auto;
	float:right;
	display: block;
	padding-top: 100px;
}

#header #top li {
	display: inline;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}



/* メニュー部分
-------------------------------------------------------------------------------------*/
#g_navi {
	float:left;
	width:970px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../img/g_navi_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	height: 75px;
	padding-top: 10px;
}
#gnavi {
	width: 1000px;
	height: 75px;
	float: left;
	display: block;
	background-image: url(../img/g_navi_bg_bg.gif);
	background-position: 15px top;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#gnavi ul {
	height: 75px;
	width: 1000px;
	float: left;
	margin-left: 0px;
	list-style: none;
	padding-left: 15px;
}
#gnavi li {
	width: 122px;
	float: left;
}
#gnavi li a {
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:75px;
	padding-top:75px;
	color:#FFFFFF;
	background-image:url(../img/g_navi_bg.gif);
	float: right;
}
/* オフマウス
-------------------------------------*/
#nav01 a { background-position:  -0px 0px; }
#nav02 a { background-position:-121px 0px; }
#nav03 a { background-position:-243px 0px; }
#nav04 a { background-position:-364px 0px; }
#nav05 a { background-position:-486px 0px; }
#nav06 a { background-position:-607px 0px; }
#nav07 a { background-position:-729px 0px; }
#nav08 a { background-position:-851px 0px; }

/* オフマウス
-------------------------------------*/
#nav01 a.stay { background-position:  -0px 1px; }
#nav02 a.stay { background-position:-114px 1px; }
#nav03 a.stay { background-position:-228px 1px; }
#nav04 a.stay { background-position:-343px 1px; }
#nav05 a.stay { background-position:-456px 1px; }

/* オフマウス
-------------------------------------*/
#nav01 a:hover { background-position:  -0px -85px; }
#nav02 a:hover { background-position:-121px -85px; }
#nav03 a:hover { background-position:-243px -85px; }
#nav04 a:hover { background-position:-364px -85px; }
#nav05 a:hover { background-position:-486px -85px; }
#nav06 a:hover { background-position:-607px -85px; }
#nav07 a:hover { background-position:-729px -85px; }
#nav08 a:hover { background-position:-851px -85px; }



/* メイン部分
-------------------------------------------------------------------------------------*/
#main {
	float:left;
	width:1000px;
	margin-top: 20px;
}

#maincontents {
	float:left;
	width:655px;
	padding-left: 17px;
}
#contents {
	float:left;
	width:672px;
}
#side {
	float:left;
	width:310px;
}
#search {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#search #detail {
	float:left;
	width:655px;
	background-image: url(../img/detail_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#search #detail .left {
	float:left;
	width: 312px;
	display: block;
	height: auto;
	padding-left: 16px;
}
#search #detail .right {
	float:left;
	width: 327px;
	display: block;
	height: auto;
}

#search #detail .easy {
	float:left;
	width:330px;
	display: block;
	background-image: url(../img/search_detail_right_bg.png);
	background-repeat: no-repeat;
	background-position: 15px top;
	padding-right: 15px;
	padding-left: 25px;
	height: auto;
	padding-bottom: 25px;
}

#search #detail h2 {
	float:left;
	height: auto;
	width: 312px;
	display: block;
	padding-top: 45px;
}

#search #detail h3 {
	float:left;
	padding-top: 8px;
	display: block;
	width: auto;
}

#search #detail h4 {
	height: auto;
	display: block;
	float: left;
}

#search #detail ul {
	width: auto;
	display: block;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 15px;
}

#search #detail li {
	display: inline;
	height: auto;
	width: auto;
	float: left;
	padding-right: 18px;
}

#search #detail p {
	float:left;
	padding-top: 5px;
	height: auto;
	display: block;
	width: 200px;
}

#search #blow {
	float:left;
	width:635px;
	background-image: url(../img/search_detail_blow_bg.png);
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#search #blow h2 {
	float:left;
	padding-left: 10px;
	width: 630px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px;
}

#search #blow ul {
	width:auto;
	height: auto;
	text-align: center;
}

#search #blow li {
	padding-left: 8px;
	display: inline;
	height: auto;
	width: auto;
	float: left;
	padding-right: 8px;
}

#special_feature {
	float:left;
	width:655px;
	height: auto;
	background-image: url(../img/special_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#special_feature h2 {
	float:left;
	width:635px;
	height: auto;
	display: block;
	padding-left: 20px;
	padding-top: 10px;
}

#special_feature p {
	float:left;
	width:620px;
	height: auto;
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#topix {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
}

#topix h2 {
	float:left;
	width:620px;
	height: auto;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
}

#topix .over {
	float:left;
	width:655px;
	height: 45px;
	background-image: url(../img/topix_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#topix .under {
	float:left;
	width:655px;
	height: 20px;
	background-image: url(../img/topix_under.gif);
	background-repeat: no-repeat;
}

#topix .center {
	float:left;
	width:655px;
	height: auto;
	background-image: url(../img/topix_center.gif);
	background-repeat: repeat-y;
	padding-bottom: 15px;
}

#topix ul {
	float:left;
	width:auto;
	height: auto;
	padding-top: 15px;
	padding-left: 20px;
}

#topix li {
	height: auto;
	display: block;
	width: auto;
	background-image: url(../img/topix_li_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#topix2 {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
}

#topix2 h2 {
	float:left;
	width:620px;
	height: auto;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
}

#topix2 .over {
	float:left;
	width:655px;
	height: 45px;
	background-image: url(../img/topix_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#topix2 .under {
	float:left;
	width:655px;
	height: 20px;
	background-image: url(../img/topix_under.gif);
	background-repeat: no-repeat;
}

#topix2 .center {
	float:left;
	width:655px;
	height: auto;
	background-image: url(../img/topix_center.gif);
	background-repeat: repeat-y;
	padding-bottom: 15px;
}

#topix2 ul {
	float:left;
	width:auto;
	height: auto;
	padding-top: 15px;
	padding-left: 20px;
}

#topix2 li {
	height: auto;
	display: inline;
	width: auto;
	padding-left: 15px;
	font-size: 100%;
	background-image: url(../img/topix_li_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contribution {
	float:left;
	width:655px;
	height: auto;
}
#contribution .over {
	float:left;
	width:655px;
	height: 45px;
	background-image: url(../img/topix_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contribution .under {
	float:left;
	width:655px;
	height: 40px;
	background-image: url(../img/contribution_under_bg2.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: -2px 0px;
}
#contribution .center {
	float:left;
	width:645px;
	height: auto;
	background-image: url(../img/topix_center.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 8px;
}
#contribution .one_third {
	float:left;
	height: auto;
	width: 200px;
	padding-left: 7px;
}
#contribution .one_third_inner {
	float:left;
	width:195px;
	height: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}
#contribution #tab {
	float:left;
	width:630px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contribution #tab ul{
	height: auto;
	display: block;
	float: left;
	width: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#contribution #tab li {
	height: auto;
	display: inline;
	width: auto;
	float: left;
	padding-right: 5px;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#contribution #line {
	float:left;
	width:623px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-left-color: #DEDEDE;
}
#contribution h2 {
	float:left;
	width:620px;
	height: auto;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
}
#contribution ul {
	float:left;
	width:190px;
	height: auto;
	display: block;
	background-color: #FEFFE5;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#contribution li {
	height: auto;
	display: list-item;
	width: auto;
	font-size: 90%;
	list-style-position: inside;
	list-style-image: url(../img/topix_li_bg.gif);
	padding-left: 3px;
}
#blog_space {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
}

#blog_space h2 {
	float:left;
	width:640px;
	height: auto;
	padding-top: 10px;
	display: block;
}

#blog_space .over {
	float:left;
	width:655px;
	height: auto;
}

#blog_space .under {
	float:left;
	width:655px;
	height: 15px;
	background-image: url(../img/special_under_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	margin-bottom: 10px;
}

#blog_space .center {
	float:left;
	width:655px;
	height: auto;
	background-image: url(../img/special_center_bg.gif);
	background-repeat: repeat-y;
}

#blog_space .inner_division {
	float:left;
	width:636px;
	height: auto;
	margin-top: 5px;
}

#blog_space .quarter {
	float:left;
	height: auto;
	width: 154px;
	padding-left: 5px;
}

#blog_space p {
	float:left;
	height: auto;
	width: 154px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

#banner {
	float:left;
	width:650px;
	height: auto;
}


#sidecontents {
	float:left;
	width:310px;
}

#advertisement {
	float:left;
	width:300px;
	padding-left: 10px;
	margin-bottom: 15px;
}

#side_sub {
	float:left;
	width:300px;
	padding-left: 10px;
}

#side_sub .over {
	float:left;
	width:290px;
	padding-left: 10px;
	background-image: url(../img/side_sub_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
}

#side_sub .center {
	float:left;
	width:290px;
	padding-left: 10px;
	background-image: url(../img/side_sub_center.gif);
	background-repeat: repeat-y;
}

#side_sub .under {
	float:left;
	width:290px;
	padding-left: 10px;
	background-image: url(../img/side_sub_under.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#news {
	float:left;
	width:265px;
	padding-left: 15px;
	padding-top: 10px;
}

#news h3 {
	float:left;
	display: block;
}

#news dl {
	float:left;
	display: block;
	height: auto;
	width: 250px;
	padding-top: 5px;
}

#news dt {
	float:left;
	display: block;
	width: 225px;
	height: auto;
	font-size: 95%;
	background-image: url(../img/side_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#news dd {
	float:left;
	display: block;
	height: auto;
	width: 250px;
	font-size: 95%;
}

#news p {
	float:left;
	display: block;
	height: auto;
	width: 250px;
	text-align: right;
}

#event {
	float:left;
	width:265px;
	padding-left: 15px;
	padding-top: 10px;
}

#event h3 {
	float:left;
	display: block;
}

#event dl {
	float:left;
	display: block;
	height: auto;
	width: 250px;
	padding-top: 5px;
}

#event dt {
	float:left;
	display: block;
	width: 225px;
	height: auto;
	font-size: 95%;
	background-image: url(../img/side_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#event dd {
	float:left;
	display: block;
	height: auto;
	width: 250px;
	font-size: 95%;
}

#event p {
	float:left;
	display: block;
	height: auto;
	width: 250px;
	text-align: right;
}

#event p.img {
	float:left;
	display: block;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#pickup {
	float:left;
	width:265px;
	padding-left: 15px;
}

#pickup ul {
	float:left;
	width:265px;
	height: auto;
	display: block;
}

#pickup li {
	float:left;
	width:auto;
	height: auto;
	padding-bottom: 10px;
}



#menu,#info,#blog {
display:none;
}
#mouthinfo {
display:block;
}


#acsess {
	float:left;
	width:655px;
	height: auto;
	background-image: url(../../store/img/acsess_bg.png);
	background-repeat: no-repeat;
	background-position: 19px 40px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	padding-left: 17px;
}

#acsess h3 {
	float:left;
	width:auto;
	height: auto;
	padding-left: 15px;
}

#acsess p {
	float:left;
	width:auto;
	height: auto;
	padding-left: 15px;
	padding-top: 15px;
}

#banner-index {
	float:left;
	width:655px;
	height: auto;
	padding-left: 0px;
	margin-bottom: 20px;
}
#banner {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
	margin-bottom: 20px;
}

#gmap {
	float:left;
	width:610px;
	height: 367px;
	margin-left: 15px;
	margin-top: 20px;
}
#gmap .searchmap {
	margin-left: 0px;
}

/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:left;
	width:100%;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: auto;
	float: left;
}

#footer .inner1000 {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 }

#footer ul {
	height: auto;
	width: auto;
	text-align: center;
}

#footer li {
	display: inline;
	padding-right: 5px;
	font-size: 90%;
	height: auto;
	width: auto;
}

#footer p {
	width:auto;
	float: right;
	height: auto;
	padding-top: 10px;
	font-size: 90%;
	padding-right: 10px;
}
