@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: 75%/1.4 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif','Hiragino Kaku Gothic Pro',ヒラギノ角ゴ Pro W3';
	line-height: 18px;
}

/* リンク
------------------------------*/
a { color: #003399; }
a:visited { color: #333333; }
a:hover { color: #0066CC; }

#header li a { color: #FFFFFF; }

#header li a:hover { color: #0066CC; }

#infomation li a { color: #00669A; }

#infomation li a:hover { color: #0066CC; }

#news dd a { color: #00669A; }

#news dd a:hover { color: #0066CC; }

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

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

#background {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/lowest_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

/* ヘッダー部分
-------------------------------------------------------------------------------------*/
#header {
	width: 950px;
	float: left;
	padding-left: 25px;
	height: 100px;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: 25px top;
	margin-bottom: 5px;
}

.innerleft {
	float: left;
	padding-top: 18px;
	padding-left: 50px;
}

.innerright {
	float: right;
	padding-top: 18px;
	padding-right: 8px;
}

#header h1 { text-align: right; }

#header ul {
	text-align: right;
	padding-top: 22px;
}

#header li {
	background-image: url(../img/submenu_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: inline;
	color: #FFFFFF;
	font-size: 90%;
}

/* メニュー部分
-------------------------------------------------------------------------------------*/
#g_navi {
	float:left;
	width: 955px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#g_navi ul {
	float:left;
	width: 950px;
}

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

/* 画像
-------------------------------------------------------------------------------------*/
#mainvisual {
	float:left;
	width: 950px;
	padding-left: 25px;
}

/* メイン部分
-------------------------------------------------------------------------------------*/
.inner {
	float:left;
	width: 670px;
	margin-bottom: 20px;
	padding-left: 10px;
}

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

.divider {
	float:left;
	width: 435px;
	display: block;
	padding-left: 15px;
}

.dividerright {
	float:left;
	width: 435px;
	display: block;
	padding-left: 15px;
}

.dividerleft {
	float:left;
	width: 435px;
	display: block;
	padding-right: 15px;
}

.form30 { width: 30px; }

.form50 { width: 50px; }

.form80 {
	width: 80px;
	margin-bottom: 3px;
}

.form150 {
	width: 150px;
	margin-bottom: 3px;
}

.form350 {
	width: 350px;
	margin-bottom: 3px;
}

#main {
	float:left;
	width: 975px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
}

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

#infomation {
	float:left;
	width: 690px;
	padding-top: 30px;
	margin-bottom: 25px;
}

.box {
	float:left;
	width: 690px;
	background-image: url(../img/infospace_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 140px;
}

.half {
	float:left;
	width: 340px;
}

#infomation h2 {
	float:left;
	margin-bottom: 5px;
	display: block;
}

#infomation ul {
	float:left;
	width: 320px;
	padding-top: 10px;
	display: block;
	padding-left: 20px;
	padding-bottom: 5px;
}

#infomation li {
	float:left;
	background-image: url(../img/triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	color: #0077B2;
	height: 18px;
	font-size: 95%;
	margin-bottom: 3px;
	width: 303px;
}

#news {
	float:left;
	width: 690px;
	margin-bottom: 25px;
}

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

#news dl {
	float:left;
	width: 665px;
	display: block;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#news dt {
	float:left;
	width: 90px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/blue_triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#news dd {
	float:left;
	width: 545px;
	font-weight: bold;
	color: #00669A;
	display: block;
	margin-bottom: 5px;
}

#next {
	float:left;
	width: 690px;
	padding-bottom: 10px;
}

#next h2 {
	float:left;
	width: 690px;
	margin-bottom: 20px;
}

#next h3 {
	float:left;
	width: 637px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: block;
	font-weight: bold;
	font-size: 140%;
}

#next h3.short { width: 413px; }

#next h4 {
	float:left;
	width: 660px;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#next p {
	float:left;
	width: 660px;
	display: block;
	margin-bottom: 20px;
	text-align: justify;
}

#next p.img {
	width: auto;
	padding-left: 0px;
	margin-bottom: 0px;
}

#next p.textright {
	width: 435px;
	margin-bottom: 0px;
}

#next p.textleft {
	width: 420px;
	padding-right: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}

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

#next ul {
	float:left;
	width: 660px;
	display: block;
	padding-left: 10px;
}

#next ol {
	float:left;
	width: 638px;
	display: block;
	padding-left: 22px;
	margin-bottom: 15px;
}

#next li { padding-bottom: 10px; }

#next li.decimal {
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 5px;
}

#next table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 660px;
	margin-bottom: 20px;
	float: left;
}

#next table.applicant {
	border-top-style: none;
	width: 660px;
	float: left;
}

#next th {
	width: 200px;
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	float: none;
}

#next th.applicant {
	width: 250px;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom-style: none;
}

#next th.date {
	width: 130px;
	padding: 5px;
	border-bottom-style: none;
	background-color: #FFFFFF;
}

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

#next td.right { text-align: right; }

#next td.confirmation { text-align: center; }

#next td.applicant {
	padding: 5px;
	border-bottom-style: none;
}

#next table caption {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

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

#sidecontents ul {
	float:left;
	width: 260px;
}

#sidecontents li { padding-bottom: 10px; }


/* フッター部分
-------------------------------------------------------------------------------------*/
#footer {
	clear:left;
	width: 975px;
	padding-left: 25px;
	float: left;
	padding-bottom: 15px;
}

#footer ul {
	width: 700px;
	float: left;
	text-align: right;
	background-image: url(../img/footer_li_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#footer li {
	font-size: 85%;
	background-image: url(../img/footer_li_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

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