@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-size: 80%;
	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: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	margin-bottom: 20px;
}

#header .inner1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header .innerright {
	width: 565px;
	float: left;
	text-align: right;
	padding-top: 55px;
}

#header .innerleft {
	width: 390px;
	float: left;
	padding-left: 45px;
	padding-top: 40px;
}

#header ul {
	width: 1000px;
	float: left;
	text-align: right;
	margin-top: 15px;
}

#header li {
	display: inline;
	line-height: 1.1em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 90%;
}

#header li.top {
	display: inline;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

/* メイン画像
-------------------------------------------------------------------------------------*/
#image {
	float:left;
	width:100%;
}

/* メニュー部分
-------------------------------------------------------------------------------------*/
#navi
{
	width: 100%;
	height: 85px;
	float: left;
	margin-bottom: 30px;
}

#navi ul
{
	height: 85px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#navi li
{
	width: 250px;
	float: left;
}

#navi li a
{
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:85px;
	padding-top:85px;
	color:#FFFFFF;
	background-image:url(../img/g_navi_bg.jpg);
	float: right;
}

/* オフマウス
-------------------------------------*/
#nav01 a { background-position:  -50px -0px; }

#nav02 a { background-position:-300px -0px; }

#nav03 a { background-position:-550px -0px; }

#nav04 a { background-position:-800px -0px; }


/* オンマウス
-------------------------------------*/
#nav01 a:hover { background-position:  -50px -100px; }

#nav02 a:hover { background-position:-300px -100px; }

#nav03 a:hover { background-position:-550px -100px; }

#nav04 a:hover { background-position:-800px -100px; }


/* 
-------------------------------------*/
#nav01_on a { background-position:  -50px -100px; }

#nav02_on a { background-position:-300px -100px; }

#nav03_on a { background-position:-550px -100px; }

#nav04_on a { background-position:-800px -100px; }


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

#main_top {
	float:left;
	width:750px;
}

.box {
	float:left;
	width:360px;
	padding-right: 10px;
	height: 260px;
	background-image: url(../img/block.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}

.box_left {
	width:200px;
	float: left;
	padding-top: 5px;
}

.box_right {
	width:150px;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

#main_top h1 {
	float:left;
	width:730px;
	padding-bottom: 35px;
}

#main_top h2 {
	float:left;
	width:360px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_top h3 {
	float:left;
	width:340px;
	font-size: 110%;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	padding-top: 10px;
}

#main_top p {
	float:left;
	width:190px;
	padding-left: 10px;
	line-height: 15px;
	display: block;
	padding-bottom: 5px;
	text-align: justify;
	font-size: 85%;
}

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

#banner {
	float:left;
	width:250px;
}

#banner ul {
	float:left;
	width:250px;
}

#banner li {
	float:left;
	width:250px;
	padding-bottom: 10px;
}

#voice {
	float:left;
	width:250px;
	height: 316px;
	margin-top: 10px;
}

.voice_top {
	float:left;
	width:250px;
	background-image: url(../img/voice_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
}

.voice_bottom {
	float:left;
	width:250px;
	background-image: url(../img/voice_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
}

#voice ul {
	float:left;
	width:240px;
	padding-top: 100px;
	padding-left: 10px;
	padding-bottom: 50px;
	display: block;
}

#voice li {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

#voice p {
	float:left;
	width:245px;
	text-align: right;
	display: block;
	padding-right: 5px;
}

#sidemenu {
	float:left;
	width:250px;
	background-image: url(../img/side_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}

#sidemenu h1 {
	float:left;
	width:250px;
	display: block;
	padding-top: 15px;
}

#sidemenu ul {
	float:left;
	width:250px;
	display: block;
	padding-top: 2px;
	margin-bottom: 20px;
}

#sidemenu li { display: block; }


/* 下層
-------------------------------------------------------------------------------------*/
#pan {
	float:left;
	width:1000px;
	margin-bottom: 30px;
}

#pan ul {
	float:left;
	width:1000px;
}

#pan li { display: inline; }

.a_block {
	float:left;
	width:710px;
	margin-bottom: 30px;
	padding-left: 20px;
}

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

.b_block {
	float:left;
	width:705px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.b_block_pict {
	width:150px;
	float: left;
	padding-right: 30px;
}

.b_pict_r {
	float: right;
	text-align: right;
	padding-right: 20px;
}

.b_text_l {
	width:430px;
	float: left;
	padding-right: 30px;
}

.c_block {
	float:left;
	width:710px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../../voice/img/block_c_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.d_block {
	float:left;
	width:730px;
	margin-bottom: 30px;
}

.e_block {
	float:left;
	width:700px;
	padding-left: 10px;
}

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

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

#maincontents h1 {
	float:left;
	width:730px;
	padding-bottom: 35px;
}

#maincontents h2 {
	float:left;
	width:730px;
	padding-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	display: block;
}

#maincontents h2.b {
	float:left;
	width:670px;
	font-size: 120%;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
}

#maincontents h3 {
	float:left;
	width:430px;
	padding-bottom: 10px;
	display: block;
	font-size: 110%;
	font-weight: bold;
}

#maincontents h3.b {
	float:left;
	width:490px;
	padding-bottom: 10px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}

#maincontents h3.c {
	padding-bottom: 20px;
	font-size: 120%;
}

#maincontents h4 {
	float:left;
	width:405px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 15px;
}

#maincontents h5 {
	float:left;
	width:680px;
	display: block;
	margin-bottom: 15px;
}

#maincontents p {
	float:left;
	padding-bottom: 15px;
	display: block;
	width: 690px;
}

#maincontents p.b {
	width:490px;
}

#maincontents p.red {
	float:left;
	display: block;
	width: 430px;
	color: #990000;
}

#maincontents p.half { width:335px; }

#maincontents p.half_2 {
	float:left;
	width:335px;
	padding-left: 20px;
}

#maincontents p.short { width: 430px; }

#maincontents p.web {
	width: 430px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 0px;
}

#maincontents ul {
	float:left;
	width:430px;
	display: block;
}

#maincontents ul.b{
	width:490px;
	padding-left: 0px;
}

#maincontents ol {
	float:left;
	width:690px;
	display: block;
	padding-bottom: 15px;
}

#maincontents li {
	float:left;
	width:420px;
	padding-bottom: 5px;
	list-style-position: inside;
	list-style-type: disc;
}

#maincontents li.b {
	list-style-type: none;
	display: block;
	width: 220px;
}

#maincontents li.c {
	list-style-type: none;
	width: 220px;
	float: right;
	text-align: right;
	display: block;
}

#maincontents li.d {
	list-style-type: decimal;
	width: 680px;
}

#maincontents table {
	float:left;
	width:680px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 15px;
}

#maincontents table.list {
	border: 1px solid #CCCCCC;
	width: 680px;
}

#maincontents th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F3F3F3;
	width: 200px;
	text-align: center;
	padding: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #F3F3F3;
	border-right-color: #F3F3F3;
}

#maincontents th.must { border-left-color: #D90000; }

#maincontents th.top {
	border-left-style: none;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	text-align: center;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	width: 250px;
}

#maincontents th.top2 {
	border-left-style: none;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	padding: 15px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	width: 350px;
}

#maincontents th.list {
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-left-style: none;
	width: 15px;
}

#maincontents th em {
     font-style: normal;
     color: #FF0000;
}

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

#maincontents td.function { width: 235px; }

#maincontents td.bottom {
	text-align: center;
	border-right-style: none;
	border-left-style: none;
}

#maincontents td em {
     color: #FF0000;
}

#maincontents dl {
	float:left;
	width:680px;
	display: block;
	padding-left: 20px;
	margin-bottom: 15px;
}

#maincontents dt {
	float:left;
	width:650px;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#maincontents dd {
	float:left;
	width:650px;
	display: block;
	background-color: #DCE7FF;
	padding: 15px;
	border: 1px solid #0066CC;
}

#maincontents dt.question{	/*質問部分 */
	cursor:pointer;
	}

#maincontents dd.answer{/*解答部分 */
	display:none;
	}

#maincontents dt.dhtmlgoodies_question{	/* 質問部分 */
	width:650px;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow:hidden;
	cursor:pointer;
	text-decoration: underline;
}
#maincontents dd.dhtmlgoodies_answer{	/* 解答部分 */
	background-color: #DCE7FF;
	padding: 15px;
	border: 1px solid #0066CC;
	width:650px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
#maincontents dd.dhtmlgoodies_answer_content{	/* 解答部分のコンテンツ */
	padding:15px;
	position:relative;
}

/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:left;
	float: left;
	width: 100%;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 110px;
	margin-bottom: 15px;
	margin-top: 50px;
}

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

#footer p {
	width: 1000px;
	text-align: right;
	padding-top: 90px;
	font-size: 90%;
}

