@charset "UTF-8";

/******* 共通設定 ********/

* {
	margin:0;
 	padding:0;
	border:none;
}

html {
}

body {
	background:#fff url(../img/body_bg.gif) top center repeat-y;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:82%;
	letter-spacing:0.1em;
	color:#000;
	text-align:center;
}

#container {
	width:700px;
	height:auto;
	margin:20px auto;
	padding:0;
	text-align:left;
}

ul {
	float:left;
	margin-left:2em;
}

li {
	margin:1em;
	list-style-type:none;
	background: url(../img/arrow2.gif) left no-repeat;
	padding-left:1.5em;
	font-size:120%;
	font-weight:bold;
}

img {
	border:0;
}

.img_R {
	float:right;
	margin:0 20px 0 0;
}

p {
	line-height:130%;
	letter-spacing:1px;
	padding-left:10px;
}

h2 {
	margin:15px 0 10px 0;
	font-size:130%;
	color:#CC0000;
}

h3 {
	color:#005B7D;
	font-size:110%;
	letter-spacing:1px;
	padding-left:10px;
	margin-bottom:0.8em;
}

h3.list {
	background: url(../img/arrow2.gif) left no-repeat;
	padding-left:1.5em;
}

h3.list2 {
	/******* background: url(../img/arrow4.gif) left no-repeat; ******/
	/******* padding-left:1.5em;  ******/
	padding-left:0.5em;
	color: #990000;
}

.mark1 {
	height:33px;
	color:#002346;
	font-size:130%;
	letter-spacing:1px;
	background:url(../img/logo.gif) top left no-repeat;
	padding:0.2em 0 0 40px;
}

.mark2 {
	margin:1em;
	list-style-type:none;
	background: url(../img/arrow2.gif) left no-repeat;
	padding-left:1.5em;
	font-size:120%;
}

/******* リンクの設定 ********/

a {
	color:#005B7D;
}

a:link {
	color:#005B7D;
}

a:visited {
	color:#005B7D;
}

a:hover {
	color:#005B7D;
	text-decoration:none;
}

/****** フッタ *******/

.return {
	clear:both;
	text-align:right;
	font-size:82%;
}

#footer {
}

/****** フッタ *******/

.return a {
	clear:both;
	text-align:right;
	background:url(../img/up.gif) bottom left no-repeat;
	padding-left:15px;
}

address {
	font-style:normal;
	font-size:x-small;
	padding-top:10px;
	clear:both;
}

/****** コンテンツ *******/

.line {
	margin:15px 0 15px 0;
}

.att {
	margin-top:15px;
	padding-top:37px;
	background:url(../img/att_head.gif) top center no-repeat;
}

.att p {
	background:url(../img/att_bg.gif) top center repeat-y;
}

.att_foot {
	background:url(../img/att_foot.gif) top center no-repeat;
	height:12px;
	margin:0 0 15px 0;
}

.link {
	background: url(../img/arrow.gif) left no-repeat;
	font-size:130%;
	font-weight:bold;
	line-height:160%;
	letter-spacing:1px;
	padding-left:50px;
	margin-bottom:0.8em;
}

.find {
	font-size:120%;
	color:#005B7D;
	letter-spacing:1px;
	margin-bottom:0.8em;
	font-weight:bold;
}

.normal {
	color:#000;
	font-weight:normal;
	font-size:82%;
	padding-left:0.8em;
}

.red {
	color:#ff0000;
	font-weight:normal;
	font-size:82%;
	padding-left:0.8em;
}

table.hyo {
	background:url(../img/bg.gif);
	margin:15px 0 15px 0;
	width:700px;

}

table.hyo tr td {
	background:#fff;
	padding:5px;
}

.flow {
	text-align:center;
}

.flow img {
	margin:5px 0 5px 0;
}