@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;
}

legend { color:#000; }


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

/* リンク
------------------------------*/
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;
}

/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 128px;
	float: left;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}
#header a { color: #FF0066; }
#header a:visited { color: #FF0066; }
#header a:hover {
	color: #FFCCFF;
}

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

#header .inner400 {
	display: block;
	width: 400px;
	height: 128px;
	float: left;
	margin-top: 28px;
}

#header h1 {
	width: 555px;
	height: auto;
	padding-left: 5px;
	display: block;
	margin-top: 37px;
	color: #FFFFFF;
	font-size: 90%;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
}

#header p {
	width: 380px;
	display: block;
	height: 95px;
	padding-left: 20px;
	font-size: 150%;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
#header .inner500 {
	display: block;
	height: 128px;
	width: 600px;
	float: right;
}

#header ul {
		display: block;
		float: right;
}

#header ul.top {
	display: block;
	height: auto;
	width: 320px;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}
#header ul.under {
	display: block;
	float: right;
	width: 500px;
	margin-top: 10px;
	height: auto;
}
#header li {
		display: block;
		float: right;
}
#header li.top {
	display: block;
	float: left;
	width: auto;
	height: auto;
	color: #FFFFFF;
}
#header li.under {
		display: block;
		float: left;
		height: auto;
		width: 100px;
		color: #FFFFFF;
}

#header li.right {
		display: block;
		float: left;
		height: auto;
		width: 230px;
		color: #FFFFFF;
		padding-left: 20px;
		background: url(../img/heade_li_top_bg.gif) no-repeat 3px 4px;
}

/* g_navi
-------------------------------------------------------------------------------------*/

#gnavi {
		float: left;
		width: 900px;
		height:50px;
		padding-top: 10px;
		padding-right: 50px;
		padding-left: 50px;
		text-align: center;
}
#gnavi ul {
	height: 50px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#gnavi li {
	width: 100px;
	float: left;
}
#gnavi li a {
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:50px;
	padding-top:50px;
	color:#FFFFFF;
	background-image:url(../img/gnavi.gif);
	float: right;
}
/* オフマウス
-------------------------------------*/
#nav01 a { background-position:  0px 0px; }
#nav02 a { background-position:-100px 0px; }
#nav03 a { background-position:-200px 0px; }
#nav04 a { background-position:-300px 0px; }
#nav05 a { background-position:-400px 0px; }
#nav06 a { background-position:-500px 0px; }
#nav07 a { background-position:-600px 0px; }
#nav08 a { background-position:-700px 0px; }
#nav09 a { background-position:-800px 0px; }

/* オフマウス
-------------------------------------*/
#nav01 a.stay { background-position:  0px -72px; }
#nav02 a.stay { background-position:-100px -72px; }
#nav03 a.stay { background-position:-200px -72px; }
#nav04 a.stay { background-position:-300px -72px; }
#nav05 a.stay { background-position:-400px -72px; }
#nav06 a.stay { background-position:-500px -72px; }
#nav07 a.stay { background-position:-600px -72px; }
#nav08 a.stay { background-position:-700px -72px; }
#nav09 a.stay { background-position:-800px -72px; }

/* オフマウス
-------------------------------------*/
#nav01 a:hover { background-position:  0px -72px; }
#nav02 a:hover { background-position:-100px -72px; }
#nav03 a:hover { background-position:-200px -72px; }
#nav04 a:hover { background-position:-300px -72px; }
#nav05 a:hover { background-position:-400px -72px; }
#nav06 a:hover { background-position:-500px -72px; }
#nav07 a:hover { background-position:-600px -72px; }
#nav08 a:hover { background-position:-700px -72px; }
#nav09 a:hover { background-position:-800px -72px; }

/* メニュー部分
-------------------------------------------------------------------------------------*/
#flash{
		float:left;
		width: 900px;
		height:340px;
		display: block;
		margin: 10px 50px;
}

/* メイン部分
-------------------------------------------------------------------------------------*/
#main {
	float:left;
	width:1000px;
	clear: both;
	margin-bottom: 10px;
}
#main table {
	width:650px;
	float: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#maincontants {
		float:left;
		width:550px;
		height: auto;
		padding-right: 50px;
		padding-left: 50px;
}

#catch {
		float:left;
		width:550px;
		height: auto;
		padding-top: 15px;
}

#catch p {
	float:left;
	height: 50px;
	display: block;
	width: 400px;
	font-size: 130%;
	font-weight: bolder;
	line-height: 22px;
	color: #FF0099;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#catch p.right {
	float:left;
	height: auto;
	width: auto;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
	padding-right: 0px;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}

#new {
	float:left;
	width:550px;
	height:auto;
	margin-bottom: 25px;
}
#new h2 {
	    float:left;
		width:550px;
}
#new dl {
		float:left;
		width:550px;
		display: block;
		height: auto;
		margin-top: 10px;
}
#new dt {
	float:left;
	display: block;
	height: auto;
	width: 110px;
	margin-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#new dd {
	float:left;
	width: 420px;
	display: block;
	height: auto;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
#merit {
		float:left;
		width:550px;
		height:auto;
		padding-bottom: 10px;
}
#merit h2 {
	float:left;	
	width:550px;
}
#merit p {
	float:left;
	width:275px;
	height:120px;
	display: block;
	margin-top: 15px;
}
#merit ul {
	float:left;
	width:275px;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin-top: 10px;
	font-size: 90%;
}
#merit li.type1 {
		float:left;
		height:auto;
		width: 245px;
		padding-left: 30px;
		font-weight: bold;
}
#merit .type2 {
		height:auto;
		width: 205px;
		padding-left: 70px;
}
#topix {
	float:left;
	width:550px;
	height:auto;
	margin-bottom: 25px;
}
#topix h2 {
	    float:left;
		width:550px;
}
#topix dl {
		float:left;
		width:550px;
		display: block;
		height: auto;
		margin-top: 10px;
}
#topix dt {
	float:left;
	display: block;
	height: auto;
	width: 110px;
	margin-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#topix dd {
	float:left;
	width: 420px;
	display: block;
	height: auto;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
#colimn {
	float:left;
	width:550px;
	height:auto;
}
#colimn h2 {
	    float:left;
		width:550px;
}
#colimn dl {
	float:left;
	width:550px;
	display: block;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
#colimn dt {
	float:left;
	display: block;
	height: auto;
	width: 110px;
	margin-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#colimn dd {
	float:left;
	width: 420px;
	display: block;
	height: auto;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
#side {
	float:left;	
	width:300px;
	height:auto;
}
#regisutration {
		float:left;
		width:292px;
		height:auto;
		margin-bottom: 5px;
		padding: 1px 4px;
}
#regisutration h2 {
		float:left;
		width:300px;
		height:auto;
}
#search {
		float:left;
		width:300px;
		height:660px;
		background: url(../img/seatch_bg.gif) no-repeat;
		margin-bottom: 10px;
}
#search h2 {
		float:left;
		width:292px;
		display: block;
		margin-top: 5px;
		height: auto;
		padding-left: 8px;
		margin-bottom: 15px;
}
#search h3 {
		float:left;
		width:280px;
		height: 18px;
		display: block;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
}
#search ul {
	float:left;
	width:265px;
	display: block;
	height: auto;
	margin-bottom: 30px;
	padding-left: 25px;
	margin-left: 0px;
}
#search li {
	float:left;
	width: 220px;
	display: block;
	height: auto;
	padding-left: 35px;
	background: url(../img/seatch_li_bg.gif) no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	font-size: 90%;
}
#banner {
		float:left;
		width:300px;
		height:auto;
		margin-top: 10px;
		margin-bottom: 30px;
}
#banner ul {
	float:left;
	width:280px;
	height:auto;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#banner li {
		float:left;
		width:280px;
		height: 90px;
		display: block;
		margin-bottom: 5px;
}
/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:both;
	width: 100%;
	height:88px;
	display: block;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center 18px;
	font-size: 90%;
}
#footer .inner1000 {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
 }

#footer ul {
	clear:left;
	display: block;
	height: 30px;
	width: auto;
	text-align: center;
}
#footer li {
		display: inline;
		width: 100px;
		height: 20px;
		margin-right: 14px;
}
#footer ul.under {
	display: block;
	width: auto;
	float: right;
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 50px;
	font-size: 90%;
}
#footer li.under {
	display: inline;
	width: 100px;
	padding-left: 20px;
	background-image: url(../img/footer_li_under_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
