@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: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #000000;
}

/* リンク
------------------------------*/
a { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #FFFFFF; }

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

.border {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

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

.inner1000 {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}

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

.leftarea {
	width: 418px;
	float: left;
	padding-top: 30px;
}

.left_top {
	width: 408px;
	float: left;
}

.rightarea {
	float: left;
	padding-top: 45px;
	width: 582px;
}

.imagearea {
	width: 990px;
	background-image: url(../img/image_bg.gif);
	background-repeat: no-repeat;
	background-position: left 85px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.image_left {
	float: left;
}

.image_right {
	float: left;
	margin-top: 7px;
}

.mainvisual {
	padding-top: 10px;
	width: 566px;
	float: right;
	padding-right: 10px;
}

#header h1 {
	font-size: 75%;
	float: right;
	display: block;
}

#header ul {
	font-size: 90%;
	text-align: right;
	width: 560px;
	float: right;
	padding-right: 10px;
	display: block;
}

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


/* メニュー部分
-------------------------------------------------------------------------------------*/
#menu {
	width: 1005px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	height: 38px;
	float: left;
	padding-top: 5px;
}

#menu ul {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu li {
	display: inline;
	float: left;
}


/* メイン部分
-------------------------------------------------------------------------------------*/
#main {
	float:left;
	width: 1005px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.top30 { padding-top: 30px; }

.bottom10 { padding-bottom: 10px; }

.padding_l10 { padding-left: 10px; }

.red { color: #990000; }

.center { text-align: center; }

.form40 { width: 40px; }

.form60 { width: 60px; }

.form130 { width: 130px; }

.form200 { width: 200px; }

.form350 { width: 350px; }

.detail {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: right;
	width: 110px;
	text-align: right;
	padding-top: 3px;
	padding-bottom:3px;
}

.details {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: right;
	text-align: right;
	padding-top: 3px;
	padding-bottom:3px;
}
.list {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	float: right;
	width: 80px;
	text-align: right;
	padding-top:15px;
}

.decimal {
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: decimal;
}

.emphasis {
	font-size: 110%;
	font-weight: bold;
	line-height: 25px;
}

.caption {
	font-size: 90%;
	text-align: center;
}

.inner {
	float: left;
	padding-bottom: 15px;
	width: 730px;
}

.pictframe {
	background-image: url(../img/pictframe.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 123px;
	padding-top: 5px;
}

.blackbox {
	background-image: url(../img/black_over.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 399px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

.black_under {
	background-image: url(../img/black_under.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 398px;
	padding-bottom: 10px;
	float: left;
}

.black_center {
	background-image: url(../img/black_center.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 388px;
	float: left;
	padding-left: 10px;
}

.inside_l {
	float: left;
	background-image: url(../img/quotation_low.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	text-align: center;
}

.for_quotation {
	float: left;
	width: 123px;
	background-image: url(../img/quotation_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
}

.inside_r {
	width: 238px;
	float: right;
	padding-right: 10px;
}

.upperbox {
	width: 520px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
}

.upper_l {
	width: 265px;
	float: left;
	text-align: right;
}

.upper_r { float: right; }

.centerbox {
	width: 520px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.center2 {
	width: 260px;
	float: left;
}

.center4 {
	width: 130px;
	float: left;
}

.bottombox {
	width: 520px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.bottom_l {
	width: 290px;
	float: left;
	padding-right: 5px;
}

.bottom_r {
	width: auto;
	float: right;
}

.underbox {
	width: 715px;
	float: left;
	border: 1px solid #2E2E2E;
	margin-top: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.under_l {
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 410px;
}

.under_r {
	width: 280px;
	float: right;
}

.no_frame {
	width: 730px;
	margin-bottom: 20px;
	float: left;
}

.inside_wrap {
	width: 182px;
	float: left;
}

.inside_frame {
	width: 178px;
	border: 1px solid #2E2E2E;
	float: left;
	padding-top: 10px;
	text-align: center;
}

.inside_frame_r {
	width: 178px;
	float: left;
	border: 1px solid #2E2E2E;
}

.result {
	padding-right: 15px;
	float: left;
}

.result_r {
	width: 160px;
	float: left;
}

.pict_l {
	padding-right: 33px;
	float: left;
}

.text_r { text-align: justify; }

.pict_r {
	width: auto;
	float: left;
}

.text_l {
	width: 515px;
	float: left;
	padding-right: 33px;
	text-align: justify;
}

.size {
	float:left;
	width: 545px;
	background-image: url(../img/size.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
}


#top_left {
	float:left;
	width: 430px;
	padding-left: 10px;
}

#top_left h2 {
	width: 430px;
}

#top_left h3 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

#top_left p { padding-bottom: 5px; }

#top_left dl {
	width: 400px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#top_left dt {
	width: 80px;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

#top_left dd {
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 80px;
}

#top_left ul {
	width: 420px;
	padding-left: 10px;
}

#top_right {
	float:left;
	width: 560px;
}

#top_right h2 {
	float:left;
	width: 560px;
}

#top_right h3 {
	padding-bottom: 5px;
	font-weight: bold;
}

#top_right p {
	text-align: left;
	padding-bottom: 5px;
}

#top_right ul {
	float:right;
	text-align: right;
}

#top_right li { display: inline; }

#link {
	width: 530px;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
}

#link ul {
	width: 530px;
	float: left;
	text-align: center;
}

#link li {
	display: inline;
	width: 166px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

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

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

#sidecontents h2  { float:left; }

#side_size  {
	float:left;
	width: 245px;
	background-image: url(../img/side_size.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	margin-bottom: 15px;
	padding-top: 9px;
}

#side_size ul  {
	width: 210px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-style: none;
	border-left-style: none;
	text-align: right;
	float: left;
	padding-right: 5px;
}

#side_size li  {
	background-image: none;
	margin-bottom: 0px;
	display: inline;
	float: none;
}

#local {
	float:left;
	width: 214px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E2E;
}

#local ul {
	float:left;
	width: 197px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2E2E2E;
	border-left-color: #2E2E2E;
}

#local li {
	background-image: url(../img/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-bottom: 3px;
	font-size: 90%;
}

#maincontents {
	float:left;
	width: 730px;
}

#maincontents h1 { padding-bottom: 20px; }

#maincontents h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}

#maincontents h3 {
	padding-bottom: 5px;
	font-size: 115%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 15px;
}

#maincontents h4 {
	font-weight: bold;
	margin-bottom: 15px;
	color: #99FF66;
}

#maincontents p {
	padding-bottom: 15px;
	display: block;
}

#maincontents p.inside {
	padding-bottom: 5px;
	font-size: 90%;
	line-height: 14px;
}

#maincontents p.caption { padding-bottom: 5px; }

#maincontents ol {
	padding-left: 20px;
	padding-bottom: 15px;
}

#maincontents dl { padding-bottom: 10px; }

#maincontents dt {
	clear: both;
	float: left;
	width: 80px;
	padding-bottom: 3px;
}

#maincontents dd {
	float: none;
	padding-left: 80px;
	padding-bottom: 3px;
}

#maincontents table {
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #333333;
	width: 730px;
	margin-top: 5px;
	font-size: 95%;
}

#maincontents table.menu {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#maincontents th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #E8E8E8;
}

#maincontents th.menu { width: 200px; }

#maincontents td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:left;
	width: 100%;
	background-image: url(../img/slash_line.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
}

#footer p {
	width: 1000px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 90%;
}

#footer ul {
	width: 1000px;
	text-align: center;
	padding-bottom: 10px;
}

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

#footer li {
	font-size: 90%;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

#footer li.end {
	border-right-style: none;
	padding-right: 0px;
}

#footer li.no_border { border-right-style: none; }
