@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: 80%/18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; }

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

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

/* サイト（コンテンツ部分）の幅指定
-------------------------------------------------------------------------------------*/
#wrapper {
	width: 1000px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	display: block;
	height: 105px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
}
#header .inner1000 {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
 }
#header .inner370 {
	width:400px;
	display: block;
	background: url(none);
	height: auto;
	float: left;
}
#header .inner630 {
	width:600px;
	float: right;
 }
#header h1 {
	height: 65px;
	width: 380px;
	display: block;
	padding-left: 20px;
}
#header p {
	width: 380px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

#header ul {
	height: 85px;
	width: 566px;
	float: right;
	margin-left: 0px;
}
#header li {
	width: 113px;
	float: left;
}
#header li a {
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:85px;
	padding-top:85px;
	color:#FFFFFF;
	background-image:url(../img/header_gnavi.png);
	float: right;
}
/* オフマウス
-------------------------------------*/
#nav01 a { background-position:  -0px 0px; }
#nav02 a { background-position:-113px 0px; }
#nav03 a { background-position:-226px 0px; }
#nav04 a { background-position:-339px 0px; }
#nav05 a { background-position:-452px 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 -95px; }
#nav02 a:hover { background-position:-113px -95px; }
#nav03 a:hover { background-position:-226px -95px; }
#nav04 a:hover { background-position:-339px -95px; }
#nav05 a:hover { background-position:-452px -95px; }


#subnavi {
	float:right;
	height: auto;
	width: 400px;
}
#subnavi ul {
	float:right;
	height: auto;
	width: 400px;
	display: block;
	margin-top: 0px;
	text-align: right;
	background: url(none);
	padding: 0px;
}
#subnavi li {
	display: inline;
	height: auto;
	width: auto;
	text-align: right;
	font-size: 85%;
	padding-left: 25px;
	padding-top: 5px;
	float: right;
	background-image: url(../img/header_li_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

/* メニュー部分
-------------------------------------------------------------------------------------*/
#top {
	float:left;
	width: 1000px;
	background: url(../img/top_bg.png) no-repeat center;
	height: 253px;
	margin-top: 10px;
	margin-bottom: 45px;
}

/* メイン部分
-------------------------------------------------------------------------------------*/
.inner_maincontents {
		float:left;
		width: 560px;
		height: auto;
		display: block;
		padding-bottom: 15px;
}
#main {
	float:left;
	width: 1000px;
	height: auto;
	margin-bottom: 35px;
	clear: both;
}
#maincontants {
		float:left;
		width: 560px;
		height: auto;
		display: block;
		padding-left: 50px;
		padding-right: 25px;
}
#maincontants h2 {
	float:left;
	width: 540px;
	display: block;
	height: 20px;
	font-size: 130%;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/maincontents_h2_bg.gif);
	background-repeat: no-repeat;
	color: #3333CC;
}
#maincontants h3 {
		float:left;
		width: 560px;
		display: block;
		height: auto;
}
#maincontants p {
		float:left;
		width: 530px;
		height: auto;
		display: block;
		padding: 10px 10px 10px 20px;
}
#maincontants ul {
		float:left;
		width: auto;
		display: block;
		height: auto;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
}
#maincontants li {
		display: block;
		height: auto;
		width: 540px;
		float: left;
}
#maincontants dl {
		float:left;
		width: 530px;
		display: block;
		height: auto;
		margin-top: 20px;
		margin-right: 10px;
		margin-bottom: 25px;
		padding-left: 20px;
}
#maincontants dt {
		float:left;
		width: 60px;
		display: block;
		border-bottom: 1px dotted #CCCCCC;
}
#maincontants dd {
	float:left;
	width: 470px;
	display: block;
	height: auto;
	border-bottom: 1px dotted #CCCCCC;
}
#side {
	float:left;
	width: 315px;
	display: block;
	height: auto;
}
#corp {
	float:left;
	width: 295px;
	height: 215px;
	height: 215px;
	background-image: url(../img/corp_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-right: 20px;
}
#corp p {
	float:left;
	width: 185px;
	height: 50px;
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
}
#corp ul {
	float:left;
	width: 130px;
	display: block;
	height: auto;
	padding-left: 10px;
	background-image: none;
	padding-top: 25px;
	font-size: 90%;
}
#corp li {
	float:left;
	height: auto;
	width: 100px;
	background: url(../img/corp_li_bg.png) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 100%;
}
#banner {
	float:left;
	width: 315px;
	height: auto;
	margin-bottom: 20px;
	padding-top: 20px;
}
#banner ul {
		float:left;
		height: auto;
		width: 315px;
		display: block;
}
#banner li {
	float:left;
	width: 285px;
	height: auto;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* フッター部分
-------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	width: 100%;
	height:100px;
	display: block;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer a { color: #FFFFFF; }
#footer a:visited { color: #FFFFFF; }
#footer a:hover {
	color: #FFFFCC;
}

#footer .inner1000 {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
 }
#footer p {
	width: 1000px;
	display: block;
	height: auto;
	background: url(none);
	font-size: 85%;
	text-align: right;
	padding-bottom: 20px;
	float: left;
	padding-top: 15px;
}

#footer .inner1000 {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
 }

#footer ul {
	clear:left;
	display: block;
	height: auto;
	width: 1000px;
	text-align: center;
	float: left;
	padding-top: 20px;
}
#footer li {
	display: inline;
	width: 100px;
	height: auto;
	margin-right: 14px;
}

