@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 {
	font-size: 75%;
	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: 975px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
}

#outside {
	width: 100%;
}

#outside .index {
	width: 100%;
	background-image: url(../img/outside_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

#header .inner1000 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header .innerleft {
	width: 515px;
	float: left;
	padding-left: 50px;
}

#header .innerright {
	width: 385px;
	float: right;
}

#header h1 {
	font-size: 90%;
	padding-top: 20px;
	margin-bottom: 20px;
}

#header p { font-size: 90%; }

#header ul {
	text-align: right;
	float: left;
	width: 385px;
}

#header li {
	font-size: 90%;
	background-image: url(../img/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: inline;
}

#header ul.letter {
	text-align: right;
	float: left;
	width: 378px;
	display: block;
	background-image: url(../img/letter_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	padding-top: 9px;
	padding-right: 7px;
	margin-bottom: 20px;
}

#header li.letter {
	background-image: none;
	margin: 0px;
	padding: 0px;
}


/* メニュー部分
-------------------------------------------------------------------------------------*/
#g_navi {
	width: 950px;
	float: left;
	padding-left: 1px;
	margin-top: 5px;
}
#g_navi ul {
	height: 75px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#g_navi li {
	width: 316px;
	float: left;
}
#g_navi li a {
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:75px;
	padding-top:75px;
	color:#FFFFFF;
	background-image:url(../img/navi_over_bg.jpg);
	float: right;
}
/* オフマウス
-------------------------------------*/
#nav01 a { background-position:  0px 0px; }
#nav02 a { background-position:-317px 0px; }
#nav03 a { background-position:-635px 0px; }


/* オフマウス
-------------------------------------*/
#nav01 a.stay { background-position:  -50px -84px; }
#nav02 a.stay { background-position:-200px -84px; }
#nav03 a.stay { background-position:-350px -84px; }


/* オフマウス
-------------------------------------*/
#nav01 a:hover { background-position:  -0px -89px; }
#nav02 a:hover { background-position:-317px -89px; }
#nav03 a:hover { background-position:-635px -89px; }

#u_navi {
	width: 950px;
	float: left;
	margin-bottom: 15px;
}
#u_navi ul {
	height: 35px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#u_navi li {
	width: 156px;
	float: left;
}
#u_navi li.long {
	width: 326px;
	float: left;
}
#u_navi li a {
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:35px;
	padding-top:35px;
	color:#FFFFFF;
	background-image:url(../img/navi_under_bg.jpg);
	float: right;
}
/* オフマウス
-------------------------------------*/
#nav01-u a { background-position:  0px 0px; }
#nav02-u a { background-position:-156px 0px; }
#nav03-u a { background-position:-312px 0px; }
#nav04-u a { background-position:-468px 0px; }
#nav05-u a { background-position:-794px 0px; }


/* オフマウス
-------------------------------------*/
#nav01-u a.stay { background-position:  -50px -84px; }
#nav02-u a.stay { background-position:-200px -84px; }
#nav03-u a.stay { background-position:-350px -84px; }


/* オフマウス
-------------------------------------*/
#nav01-u a:hover { background-position:  -0px -49px; }
#nav02-u a:hover { background-position:-156px -49px; }
#nav03-u a:hover { background-position:-312px -49px; }
#nav04-u a:hover { background-position:  -468px -49px; }
#nav05-u a:hover { background-position:  -794px -49px; }

#picture {
	float:left;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 15px;
}


/* メイン部分
-------------------------------------------------------------------------------------*/
#main {
	float:left;
	width: 975px;
}

#pan {
	float:left;
	width: 950px;
	margin-bottom: 15px;
}

#pan ul {
	float:left;
	width: 950px;
}

#pan li { display: inline; }

.adjustment {
	float:left;
	width: 700px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.breadth {
	float:left;
	width: 700px;
	margin-bottom: 15px;
}

.border {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.box {
	float:left;
	width: 357px;
	margin-bottom: 25px;
}

.box_l {
	float:left;
	width: 372px;
	margin-bottom: 25px;
}

.box2 {
	float:left;
	width: 730px;
	margin-bottom: 25px;
}

.imgbox {
	float:left;
	width: 700px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.tablebox {
	float:left;
	width: 655px;
	display: block;
	padding-left: 45px;
	padding-bottom: 20px;
}

.tablebox_s {
	float:left;
	width: 310px;
	display: block;
	padding-left: 35px;
}

.colorbox {
	float:left;
	width: 680px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.box_over {
	float:left;
	width: 302px;
	background-image: url(../img/variable_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-left: 40px;
	padding-top: 13px;
	padding-right: 15px;
}

.box_center {
	float:left;
	width: 342px;
	background-image: url(../img/variable_center.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
}

.box_under {
	float:left;
	width: 357px;
	background-image: url(../img/variable_under.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}

.box2_over {
	float:left;
	width: 675px;
	background-image: url(../img/variable_over2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-left: 40px;
	padding-top: 13px;
	padding-right: 15px;
}

.box2_center {
	float:left;
	width: 710px;
	background-image: url(../img/variable_center2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	padding-top: 20px;
}

.box2_under {
	float:left;
	width: 730px;
	background-image: url(../img/variable_under2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}

#maincontents {
	float:left;
	width: 730px;
	padding-right: 15px;
}

#maincontents h1 {
	float:left;
	width: 730px;
	margin-bottom: 20px;
}

#maincontents h2 {
	float:left;
	width: 700px;
	color: #01906D;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	font-size: 115%;
	font-weight: bold;
}

#maincontents h3 {
	float:left;
	width: 700px;
	display: block;
	font-weight: bold;
	font-size: 110%;
	color: #000033;
	margin-bottom: 15px;
}

#maincontents h4 {
	float:left;
	width: 700px;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}

#maincontents h4.short {
	width: 175px;
	font-size: 110%;
	color: #333333;
	margin-bottom: 0px;
	padding-left: 15px;
}

#maincontents h5 {
	float:left;
	width: 700px;
	margin-bottom: 10px;
	display: block;
	color: #000066;
}

#maincontents p {
	float:left;
	width: 700px;
	margin-bottom: 15px;
	display: block;
	text-align: justify;
}

#maincontents p.pict { width: 178px; }

#maincontents p.text {
	width: 505px;
	padding-left: 15px;
}

#maincontents p.text2 {
	width: 505px;
	padding-right: 15px;
}

#maincontents p.rss {
	float:right;
	color: #FF6600;
	width: 45px;
	margin-bottom: 0px;
}

#maincontents p.small {
	float:left;
	width: 685px;
	display: block;
	margin-bottom: 0px;
	padding-left: 15px;
	font-size: 95%;
	padding-bottom: 5px;
}

#maincontents p.margin5 { margin-bottom: 5px; }

#maincontents p.margin10 { margin-bottom: 10px; }

#maincontents p.table {
	width: 590px;
	padding-top: 10px;
	font-size: 95%;
	padding-left: 20px;
	margin-bottom: 10px;
}

#maincontents dl {
	float:left;
	display: block;
	width: 325px;
	padding-top: 15px;
}

#maincontents dt {
	float:left;
	display: block;
	width: 305px;
	background-image: url(../img/dt_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 5px;
}

#maincontents dd {
	float:left;
	display: block;
	width: 325px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 15px;
	padding-top: 5px;
}

#maincontents ul {
	float:left;
	display: block;
	width: 690px;
}

#maincontents ul.triangle {
	float:left;
	display: block;
	width: 680px;
	padding-left: 15px;
	margin-bottom: 15px;
}

#maincontents ul.disc {
	float:left;
	display: block;
	width: 670px;
	padding-left: 25px;
	margin-bottom: 15px;
}

#maincontents ul.disc2 {
	float:left;
	display: block;
	width: 490px;
	padding-left: 25px;
	margin-bottom: 15px;
}

#maincontents ol {
	float:left;
	display: block;
	width: 670px;
	padding-left: 25px;
	margin-bottom: 15px;
}

#maincontents li {
	width: 210px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: inline;
	float: left;
	margin-bottom: 3px;
}

#maincontents li.decimal {
	padding-left: 0px;
	display: list-item;
	float: none;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: decimal;
	width: 670px;
	background-image: none;
}

#maincontents li.disc {
	padding-left: 0px;
	display: list-item;
	float: none;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
	width: 670px;
	background-image: none;
}

#maincontents li.disc2 {
	padding-left: 0px;
	display: list-item;
	float: none;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
	width: 490px;
	background-image: none;
}

#maincontents li.triangle {
	background-image: none;
	padding-left: 0px;
	display: list-item;
	float: none;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(../img/triangle.gif);
}

#maincontents table {
	float:left;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 95%;
	margin-bottom: 20px;
}

#maincontents table.siege {
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 95%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 590px;
	text-align: right;
}

#maincontents table.siege_l {
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 95%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 640px;
	text-align: right;
	margin-bottom: 20px;
}

#maincontents table.siege_s {
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 95%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 310px;
	text-align: right;
	margin-bottom: 20px;
}

#maincontents table.standard {
	float:left;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 95%;
	margin-bottom: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#maincontents table.half {
	float:left;
	width: 350px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 95%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
	margin-right: 15px;
}

#maincontents th {
	width: 200px;
	background-color: #E8E8E8;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#maincontents th.siege175 {
	border-right-color: #CCCCCC;
	width: 175px;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
}

#maincontents th.siege150 {
	border-right-color: #CCCCCC;
	width: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#maincontents th.siege125 {
	border-right-color: #CCCCCC;
	width: 125px;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#maincontents th.siege70 {
	border-right-color: #CCCCCC;
	width: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
	padding: 5px;
}

#maincontents th.siege60 {
	border-right-color: #CCCCCC;
	width: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
	padding: 5px;
}

#maincontents th.nook175 {
	width: 175px;
	text-align: center;
}

#maincontents th.nook125 {
	width: 125px;
	text-align: center;
}

#maincontents th.standard {
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 145px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#maincontents th.standard_c {
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	padding: 10px;
	width: 150px;
}

#maincontents th.standard_r {
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	padding: 10px;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#maincontents th.standard_s {
	width: 45px;
	background-color: #E8E8E8;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#maincontents th.standard_l {
	width: 245px;
	background-color: #E8E8E8;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#maincontents td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#maincontents td.standard {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#maincontents td.standard_c {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
}
#maincontents td.siege {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#maincontents td.siege_l {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
}

#maincontents td.subhead {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#maincontents td.head1 {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
}

#maincontents td.head2 {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	width: 60px;
}

#maincontents td.head_l {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	width: 55px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#maincontents td.bottom { text-align: center; }

#maincontents table caption {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 110%;
}

#sidecontents {
	float:left;
	width: 220px;
}

.side_over {
	float:left;
	width: 205px;
	height: 37px;
}

.side_over2 {
	float:left;
	width: 205px;
	height: 37px;
}

.side_center {
	float:left;
	width: 190px;
	background-image: url(../img/variable_center3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 15px;
	padding-left: 15px;
}

.side_under {
	float:left;
	width: 205px;
	background-image: url(../img/variable_under3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}

#sideover {
	float:left;
	width: 205px;
	margin-bottom: 10px;
}

#sideover ul {
	float:left;
	width: 175px;
	display: block;
}

#sideover li {
	width: 165px;
	background-image: url(../img/triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	font-size: 95%;
}

#sideunder {
	float:left;
	width: 205px;
}

#sideunder ul {
	float:left;
	width: 205px;
	display: block;
}

#sideunder li {
	width: 205px;
	float: left;
	margin-bottom: 3px;
}

.dan {
	border-bottom: dotted 1px #999;
	line-height: 25px;
}

p.dan01 {
	margin:3px 0 3px 0;
}

p.dan02 {
	padding-left:10px;
	margin: 0;
}



/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:left;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#footer .inner1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#footer p {
	width: 830px;
	float: left;
	font-size: 90%;
	text-align: right;
	padding-top: 5px;
}

#footer p.xhtml {
	width: 70px;
	padding-left: 5px;
}

#footer ul {
	float: left;
	text-align: center;
	padding-bottom: 35px;
	width: 1000px;
}

#footer li {
	line-height: 1.1em;
	display: inline;
	font-size: 75%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.red { color: #FF0000; }

