@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 {
	background: #FFFFFF;
	font: 75%/1.4 "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 18px;
}

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

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

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

/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 1000px;
	margin-bottom: 5px;
	float: left;
}

#header .innerleft {
	width: 200px;
	float:left;
	padding-top: 15px;
	text-align: left;
	padding-left: 25px;
}

#header .innerright {
	width: 750px;
	float:left;
	padding-top: 15px;
	height: auto;
}

#header h1 {
	text-align: right;
	font-size: 85%;
	color: #005BAC;
	width: auto;
	padding-bottom: 5px;
}

#header p {
	width: 750px;
	font-size: 120%;
	font-weight: bold;
	color: #005BAC;
	text-align: right;
}

#header ul {
	padding-top: 10px;
	display: block;
	text-align: right;
	width: 750px;
	float: left;
}

#header li {
	display: inline;
	background-image: url(../img/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 90%;
	padding-left: 15px;
}

#header li.tool {
	background-image: none;
	padding-right: 5px;
	padding-left: 0px;
}

#header a {
	color: #003399;
	text-decoration: none;
}

/* メニュー部分
-------------------------------------------------------------------------------------*/
#navigation {
	margin-bottom: 15px;
	float: left;
	width: 975px;
	padding-left: 25px;
}

#navigation ul {
	width: 975px;
}

#navigation li {
	height: 35px;
	width: 190px;
	display: inline;
	float: left;
}

#photo {
	float:left;
	width: 1000px;
	text-align: center;
	margin-bottom: 15px;
}

/* コンテンツ部分
-------------------------------------------------------------------------------------*/
#contents {
	float:left;
	width: 950px;
	padding-left: 25px;
	margin-bottom: 20px;
}

#pan {
	float:left;
	width: 950px;
	margin-bottom: 10px;
}

#pan ul {
	float:left;
}

#pan li {
	display: inline;
}

#go_header {
	float:left;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
	background-image: url(../img/f_li_bg2.gif);
	background-repeat: no-repeat;
	background-position: 850px center;
	width: 950px;
}

/* 左サイド
-------------------------------------------------------------------------------------*/
#side {
	float:left;
	width: 215px;
	padding-left: 5px;
}

.side_upper {
	float:left;
	width: 190px;
	background-image: url(../img/s_upper_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}

.side_center {
	float:left;
	width: 190px;
	background-image: url(../img/s_center_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}

.side_lower {
	float:left;
	width: 190px;
	background-image: url(../img/s_lower_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}

.side_block {
	float:left;
	width: 190px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
}

#s_menu {
	float:left;
	width: 190px;
	height: auto;
	margin-bottom: 20px;
}

#s_menu ul {
	float:left;
	width: 190px;
}

#s_menu li {
	float:left;
	width: 190px;
}

#pickup {
	float:left;
	width: 190px;
	margin-bottom: 10px;
}

#pickup h2 {
	float:left;
	padding-top: 5px;
	padding-left: 10px;
}

#pickup h3 {
	float:left;
	width: 85px;
	display: block;
	font-size: 105%;
	font-weight: bold;
	color: #0000CC;
}

#pickup p {
	float:left;
	width: 85px;
	display: block;
	font-size: 90%;
	line-height: 14px;
}

#pickup p.img {
	float:left;
	padding-left: 12px;
}

#s_banner {
	float:left;
	width: 190px;
	height: auto;
}

#s_banner ul {
	float:left;
	width: 190px;
	height: auto;
}

#s_banner li {
	padding-top: 5px;
}

/* メイン左
-------------------------------------------------------------------------------------*/
#main {
	float:left;
	width: 730px;
	height: auto;
}

.main_upper {
	float:left;
	width: 510px;
	background-image: url(../img/main_u_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding-top: 10px;
}

.main_center {
	float:left;
	width: 495px;
	background-image: url(../img/main_c_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	padding-left: 15px;
}

.main_lower {
	float:left;
	width: 510px;
	background-image: url(../img/main_l_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
}

#main_l {
	float:left;
	width: 530px;
	height: auto;
}


#main_l h2 {
	float:left;
	width: 240px;
	color: #E21421;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	font-size: 95%;
}

#main_l p {
	display: block;
	height: auto;
	float: right;
	background-image: url(../img/f_li_bg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #005BAC;
	padding-left: 20px;
	text-align: right;
	padding-right: 5px;
	line-height: normal;
	margin-bottom: 5px;
}

#main_l dl {
	float:left;
	width: 450px;
	display: block;
}

#main_l dt {
	float:left;
	width: 420px;
	display: block;
	background-image: url(../img/main_dt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 95%;
	margin-bottom: 3px;
}

#main_l dd {
	float:left;
	width: 420px;
	margin-bottom: 3px;
	display: block;
	padding-left: 30px;
}

#newsbox {
	float:left;
	width: 510px;
	margin-bottom: 10px;
}

/* メイン右
-------------------------------------------------------------------------------------*/
#main_r {
	float:right;
	width: 200px;
	height: auto;
}

#main_r ul {
	float:left;
	width: 200px;
	display: block;
	text-align: center;
}

#main_r li {
	float:left;
	width: 200px;
	margin-bottom: 5px;
}


/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:left;
	width: 975px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 25px 0px;
	height: 150px;
	float: left;
}

#footer .innerleft {
	width: 400px;
	float:left;
	text-align: left;
	padding-left: 40px;
	padding-top: 40px;
	height: auto;
	margin-bottom: 15px;
}

#footer .innerright {
	width: 535px;
	float:left;
	height: auto;
	padding-top: 80px;
	margin-bottom: 15px;
}

#footer p {
	float: left;
	height: auto;
	width: 400px;
	display: block;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 10px;
}

#footer ul {
	width: auto;
	text-align: right;
	padding-top: 10px;
}

#footer li {
	width: auto;
	display: inline;
	background-image: url(../img/f_li_bg1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 20px;
}

#footer li.under {
	width: auto;
	display: inline;
	background-image: url(../img/f_li_bg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 20px;
	color: #005BAC;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 95%;
}

#footer .under a {
	color: #005BAC;
	text-decoration: none;
}
.kFF0000px12g16 { color: #FF0000; }
