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

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

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

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

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

.inner_left {
	width: auto;
	padding-top: 10px;
	float: left;
}

.inner_right {
	width: auto;
	float: right;
	text-align: center;
}

.inner_right_f {
	width: auto;
	float: right;
	padding-top: 10px;
	text-align: right;
}

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

#over { width: 1000px; }

#over h1 {
	font-size: 90%;
	padding-bottom: 5px;
}

#over ul {
	background-image: url(../img/header_menu_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	width: 438px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
}

#over li {
	background-image: url(../img/listmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	color: #FFFFFF;
	font-size: 90%;
	padding-left: 15px;
	padding-right: 20px;
}

#over li a { color: #FFFFFF; }

#over li.end { padding-right: 0px; }

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


/* メニュー
-------------------------------------*/
#navigation
{
	width: 100%;
	height: 67px;
	float: left;
	padding-top: 3px;
}

#navigation ul
{
	height: 67px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#navigation li
{
	width: 125px;
	float: left;
}

#navigation li a
{
	width: 100%;
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:70px;
	padding-top:70px;
	color:#FFFFFF;
	background-image:url(../img/navigation.png);
}


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

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

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

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

#nav05 a { background-position:-500px 0px; }

#nav06 a { background-position:-625px 0px; }

#nav07 a { background-position:-750px 0px; }

#nav08 a { background-position:-875px 0px; }


/* オフマウス

-------------------------------------*/
#nav01 a:stay { background-position:  0px -80px; }

#nav02 a:stay { background-position:-125px -80px; }

#nav03 a:stay { background-position:-250px -80px; }

#nav04 a:stay { background-position:-375px -80px; }

#nav05 a:stay { background-position:-500px -80px; }

#nav06 a:stay { background-position:-625px -80px; }

#nav07 a:stay { background-position:-750px -80px; }

#nav08 a:stay { background-position:-875px -80px; }

/* オフマウス

-------------------------------------*/
#nav01 a:hover { background-position:  0px -80px; }

#nav02 a:hover { background-position:-125px -80px; }

#nav03 a:hover { background-position:-250px -80px; }

#nav04 a:hover { background-position:-375px -80px; }

#nav05 a:hover { background-position:-500px -80px; }

#nav06 a:hover { background-position:-625px -80px; }

#nav07 a:hover { background-position:-750px -80px; }

#nav08 a:hover { background-position:-875px -80px; }




/* 画像
-------------------------------------------------------------------------------------*/
#mainvisual {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* メイン部分
-------------------------------------------------------------------------------------*/
.side_inner {
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 370px;
}

.side_inner_l {
	padding-right: 10px;
	float: left;
}

.side_inner_r {
	width: auto;
	padding-right: 20px;
}

.top20 {
	float: left;
	padding-top: 20px;
	width: 610px;
}

.inner {
	float: left;
	width: 610px;
	padding-top: 20px;
}

.inside_l {
	float: left;
	padding-right: 10px;
}

.inside_r {
	float: left;
	width: 334px;
}

#outer {
	width: 100%;
	background-image: url(../img/main_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
}

#sidecontents {
	width: 390px;
	float: left;
	margin-bottom: 15px;
}

#main_head {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 45px;
}

#sidecontents h2 {
	font-size:140%;
	font-weight:bold;
}

.open {
	background-image: url(../img/h_bukkensuu_kaiin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:24px;
	color:#3333CC;
	font-size:140%;
	font-weight:bold;
	height:24px;
	padding-bottom:0;
	padding-left:135px;
	padding-top:5px;
}

.closed {
	background-image: url(../img/h_bukkensuu_hikaiin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:24px;
	color:#3333CC;
	font-size:140%;
	font-weight:bold;
	height:24px;
	padding-bottom:0;
	padding-left:135px;
	padding-top:5px;
}

.public {
	background-image: url(../img/h_bukkensuu_public.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:24px;
	color:#3333CC;
	font-size:140%;
	font-weight:bold;
	height:24px;
	padding-bottom:0;
	padding-left:135px;
	padding-top:5px;
}

#sidecontents h3 { font-weight:bold; }

#sidecontents p {
	font-size:90%;
	line-height: 14px;
}

#sidecontents dl {
	padding-top: 10px;
	font-size: 90%;
	padding-left: 5px;
}

#sidecontents dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	color: #009466;
	width: 75px;
	float: left;
}

#sidecontents dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	background-image: url(../img/triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: left;
	width: 270px;
}

#news {
	width: 390px;
	float: left;
	padding-bottom: 10px;
}

#service {
	width: 390px;
	float: left;
}

#info {
	width: 390px;
	float: left;
}

#sell {
	width: 390px;
	float: left;
	padding-bottom: 10px;
}

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

#mainpage {
	width: 610px;
	float: left;
	padding-bottom: 50px;
}

#mainpage dl {
	width: 203px;
	float: left;
	background-image: url(../img/divide3_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

#mainpage dt {
	float: left;
	background-image: url(../img/article_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px;
}

#mainpage dd {
	float: left;
	width: 190px;
	padding-top: 5px;
	font-size: 90%;
	line-height: 14px;
	text-align: justify;
}
#mainpage dd.imgtop {
	float: left;
	width: 196px;
	padding-top: 5px;
	font-size: 90%;
	line-height: 14px;
	text-align: center;
}
#mainpage dd.artcle { width: 196px; }

#under {
	width: 610px;
	float: left;
	padding-bottom: 50px;
}

#under h3 {
	background-image: url(../img/orange_triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-left:10px solid #1767AC;
	color:#1767AC;
	font-size:120%;
	font-weight:bold;
	margin-bottom:20px;
	padding-left: 20px;
	width: 575px;
	display: block;
}

#under p {
	padding-bottom: 20px;
	text-align: justify;
}

#under p.right { text-align: right; }

#under p.flat { padding-bottom: 0px; }

#under table {
	width: 610px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-size: 95%;
}

#under table.border_less {
	border-top-style: none;
	border-right-style: none;
}

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

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

#under td.border_less { border-left-style: none; }

#under td.btn {
	text-align: center;
	border-left-style: none;
}

.regularly { width: 130px; }

.regularly150 { width: 150px; }


/* フォーム
-------------------------------------------------------------------------------------*/
.form50 {
	width: 50px;
	margin-bottom: 3px;
}

.form60 { width: 60px; }

.form100 {
	width: 100px;
	margin-bottom: 3px;
}

.form130 {
	width: 130px;
	margin-bottom: 3px;
}

.form150 { width: 150px; }

.form200 { width: 200px; }

.form250 {
	width: 250px;
	margin-bottom: 3px;
}

.form300 { width: 300px; }

.form350 { width: 350px; }


/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:left;
	width: 100%;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 170px;
	float: left;
	padding-top: 40px;
	color: #FFFFFF;
}

#footer a { color: #FFFFFF; }

#footer p {
	font-size: 90%;
	padding-bottom: 10px;
	line-height: 14px;
}

#footer ul {
	font-size: 85%;
	text-align: right;
}

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

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

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

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

