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

#main a {
	text-decoration: none;
	color: #333333;
}

#main a:visited {
	color: #333333;
	text-decoration: none;
}

#main a:hover {
	color: #FF9D03;
	text-decoration: none;
}

#blog a {
	text-decoration: none;
	color: #333333;
}

#blog a:visited {
	color: #333333;
	text-decoration: none;
}

#blog a:hover {
	color: #FF9D03;
	text-decoration: none;
}

#blog h3 a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#maincontents li.pagelink a { text-decoration: underline; }

#maincontents li.pagelink a:hover { text-decoration: underline; }

#maincontents li.pagelink a:visited { text-decoration: underline; }

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

.border {
	border: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 5px;
}

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

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

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

.left {
	width: auto;
	float: left;
	padding-top: 45px;
	padding-left: 60px;
}

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

/* メニュー
-------------------------------------*/
#navigation
{
	height: 60px;
	margin-top: 13px;
	float: right;
}

#navigation ul
{
	height: 50px;
	width: 550px;
}

#navigation li
{
	width: 136px;
	display: inline;
	float: left;
}

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

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

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

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

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



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

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

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

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



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

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

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

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


/* 新規登録
-------------------------------------------------------------------------------------*/
#registration {
	float:left;
	width: 1000px;
	margin-top: 15px;
}


/* メイン部分
-------------------------------------------------------------------------------------*/
.form170 { width:170px; }

.form280 { width:280px; }

.form450 { width:450px; }

.inner {
	width: 770px;
	float: left;
}

.inner_ss {
	width: 100px;
	float: left;
	padding-right: 10px;
}

.inner_s {
	width: 100px;
	float: left;
	padding-right: 20px;
}

.inner_m {
	width: 380px;
	float: left;
}

.inner_l {
	width:540px;
	float:left;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.inner_left {
	width: 720px;
	float: left;
	padding-left: 20px;
}

.inner_float {
	float: right;
	margin-bottom: 5px;
	width: 780px;
	text-align: right;
}

.box {
	float:left;
	width:200px;
	margin-bottom: 10px;
}

.pictbox {
	float:left;
	width:100px;
	padding-right: 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

.autopict {
	float:left;
	width:auto;
	padding-right: 15px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

.breadth_outor {
	float:left;
	width:560px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.breadth {
	float:left;
	width:550px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.top {
	width:200px;
	background-image: url(../../../common/img/top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}

.middle {
	float:left;
	width:190px;
	background-image: url(../../../common/img/middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 5px;
}

.bottom {
	width:200px;
	background-image: url(../../../common/img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	float: left;
}

#main {
	float:left;
	width:1000px;
	padding-top: 15px;
	padding-bottom: 30px;
}

#leftcontents {
	float:left;
	width:200px;
}

#leftcontents h2 {
	float:left;
	padding-bottom: 10px;
}

#leftcontents h3 {
	float:left;
	width: 145px;
	font-weight: bold;
	font-size: 90%;
	padding-left: 25px;
	background-image: url(../../../common/img/square.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#leftcontents ul {
	float:left;
	width:140px;
	display: block;
	padding-left: 30px;
	padding-bottom: 3px;
}

#leftcontents ul.admin {
	width:160px;
	display: block;
	padding-left: 10px;
}

#leftcontents li {
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
	font-size: 95%;
}

#leftcontents li.admin {
	border-bottom-style: none;
	background-image: url(../../../common/img/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	list-style-type: none;
	padding-left: 12px;
}

#leftcontents dl {
	float:left;
	width:160px;
	display: block;
	padding-left: 10px;
}

#leftcontents dt {
	float:left;
	font-size: 90%;
}

#leftcontents dd {
	float:left;
	line-height: 14px;
	font-size: 90%;
	width: 160px;
}

#leftcontents p.short {
	float:left;
	width:180px;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	font-size: 90%;
}

#leftcontents table {
	float:left;
	width:180px;
}

#leftcontents th {
	float:left;
	width:174px;
	padding: 3px;
}
#leftcontents td {
	float:left;
	width:174px;
	padding: 3px;
	font-size: 95%;
}

#leftcontents td.center { text-align: center; }

#maincontents {
	float:left;
	width:580px;
	padding-left: 20px;
}

#maincontents h2 {
	float:left;
	width:560px;
	margin-bottom: 5px;
}

#maincontents h3 {
	float:left;
	width:390px;
	background-image: url(../../../common/img/gray_short.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 15px;
	margin-bottom: 15px;
}

#maincontents p {
	float:left;
	width:560px;
}

#maincontents p.introduction { width:405px; }

#maincontents ul {
	float:left;
	width:560px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

#maincontents ul.pagelink {
	width: 550px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#maincontents li {
	display: inline;
	margin-bottom: 5px;
	padding-right: 10px;
	float: left;
}

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

#maincontents li.pagelink { float: none; }

#maincontents li.linkend {
	float: none;
	padding-right: 0px;
}

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

#maincontents dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: auto;
	margin-bottom: 5px;
	float: left;
	width: 350px;
	font-size: 90%;
}

#maincontents dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: auto;
	margin-bottom: 5px;
	float: left;
	width: 190px;
	font-size: 90%;
}

#maincontents dt.new {
	width: 100px;
}

#maincontents dd.new {
	width: 440px;
}

#rightcontents {
	float:left;
	width:200px;
}

#rightcontents h2 {
	float:left;
	padding-bottom: 10px;
}

#rightcontents ul {
	float:left;
	width:200px;
	display: block;
}

#rightcontents ul.decimal {
	width:140px;
	padding-left: 30px;
	padding-bottom: 3px;
}

#rightcontents li {
	margin-bottom: 5px;
}

#rightcontents li.decimal {
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
	font-size: 95%;
}

#rightcontents table {
	float:left;
	width:180px;
}

#rightcontents th {
	float:left;
	width:174px;
	padding: 3px;
}
#rightcontents td {
	float:left;
	width:174px;
	padding: 3px;
	font-size: 95%;
}

#rightcontents td.center { text-align: center; }


#member {
	float:left;
	width:1000px;
	margin-bottom: 50px;
	padding-top: 15px;
}

#member h2 {
	width:auto;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#login_inside {
	width:700px;
	margin-right: auto;
	margin-left: auto;
}

.inside {
	width:600px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #CCCCCC;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.tableoutor {
	width:460px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F0F0F0;
}

.inputbox {
	width:460px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F0F0F0;
	padding-top: 15px;
}

#login_inside h3 {
	width:620px;
	padding-left: 15px;
}

#login_inside p {
	width:500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	line-height: 16px;
}

#login_inside p.register { font-size: 90%; }

#login_inside p.registration {
	background-color: #E8E8E8;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	width: 420px;
}

#login_inside table {
	width: 460px;
	background-color: #F0F0F0;
	font-size: 90%;
}

#login_inside table.white { background-color: #FFFFFF; }

#login_inside th {
	width:100px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#login_inside th.lowest { padding-bottom: 20px; }

#login_inside td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#login_inside td.register { font-size: 90%; }

#login_inside td.lowest { padding-bottom: 20px; }

#login_inside td.btn {
	text-align: center;
	padding-left: 0px;
}


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

#footer .inner1000 {
	width:1000px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 130px;
}

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


