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

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

#wrapper {
	width: 100%;
	background-image: url(../img/outside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

#inside {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 970px;
	float: left;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
	position: relative;
	padding-top: 12px;
	padding-left: 30px;
}

.info {
	float: left;
	padding-left: 30px;
}

#header h1 {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
}

.subnavi {
	float: left;
	width: 1000px;
	background-image: url(../img/subnavi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	position: absolute;
	top: 101px;
	left: 0px;
	text-align: right;
	padding-top: 8px;
}

.subnavi ul {
	text-align: center;
	width: 330px;
	float: right;
}

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

.subnavi li.tail {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.subnavi li a {
	color: #FFFFFF;
}


/* メニュー部分
-------------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width: 100%;
	margin-bottom: 5px;
}

#navigation li { display: inline; }

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

/* 左
------------------------------*/
#leftarea {
	float:left;
	width: 235px;
	padding-left: 15px;
}

.left_box {
	width: 100%;
	float: left;
}

#leftarea h2 { margin-bottom: 5px; }

#leftarea ul {
	float: left;
}

#leftarea li { padding-bottom: 5px; }

#leftarea p {
	margin-top: 10px;
	float: left;
}

.left_box ul {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 220px;
	float: left;
}

.left_box li {
	margin-bottom: 3px;
	background-image: url(../img/blue_triangle.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 110%;
	padding-top: 3px;
}

/* 右
------------------------------*/
#rightarea {
	float:left;
	width: 235px;
	padding-top: 20px;
}

.rightt_box {
	width: 220px;
	float: left;
	border: 1px solid #266BBF;
	margin-bottom: 13px;
}

.rightt_box li { margin-bottom: 25px; }

/* 中央
------------------------------*/
#centralarea {
	width: 515px;
	padding-top: 20px;
	float: left;
}

#centralarea h2 { padding-bottom: 10px; }

#centralarea h3 {
	font-weight: bold;
	color: #9A376A;
	padding-left: 40px;
	font-size: 108%;
	margin-bottom: 3px;
	height: 45px;
}

#centralarea p {
	line-height: 14px;
	text-align: justify;
}

#centralarea dl {
	width: 480px;
	padding-left: 10px;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
}

#centralarea dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#centralarea dd {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.box {
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

.s_box {
	width: 245px;
	background-image: url(../img/list_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-left: 5px;
	padding-top: 3px;
	float: left;
	padding-bottom: 15px;
}

.ss_box {
	width: 145px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

.products {
	padding-top: 5px;
	padding-right: 5px;
}



/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: center;
	font-size: 90%;
}

#footer ul {
	width: 1000px;
	text-align: center;
	height: 30px;
	padding-top: 15px;
	margin-bottom: 8px;
}

#footer li {
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	display: inline;
}

#footer li.end {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#footer li a {
	color: #FFFFFF;
}

#footer p { color: #990000; }
