@charset "utf-8";

/*子ページ用基本CSS
----------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}
body {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	color: #333333;
	position: relative;
	padding: 0px;
}
div#outline {
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 715px;
	padding-left: 5px;
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	color: #00FFCC;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*基本CSS
----------------------------------*/
.float_left {
	float: left;
}
.float_right {
	float: right;
	clear: both;
}
.block {
	display: block;
}
br.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #233387;
	width: 120px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 img {
	margin-left: 10px;
}
h2.title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
h3.sub {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #233387;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-top: 0px;
}
h4.co_sub {
	width: 659px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #233387;
	border-bottom-color: #233387;
	color: #141D4B;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #233387;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #233387;
}
.txt_red {
	color: #FF0000;
}
.txt_black {
	color: #000000;
}
.txt_black_b {
	font-weight: bold;
	color: #000000;
}
.txt_blue {
	color: #0000FF;
}
.txt_10px {
	font-size: 10px;
}





ul {
	list-style-position: inside;
}




/*ページ基本CSS
----------------------------------*/
div.header {
	padding-top: 5px;
	font-weight: bold;
	color: #233387;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #233387;
	width: 710px;
	margin-bottom: 2px;
}

p#subafit {
	position: relative;
	top: -25px;
	width: 250px;
	left: 125px;
	height: 20px;
}
p#english {
	width: 50px;
	position: relative;
	top: -55px;
	left: 650px;
	height: 30px;
	margin-bottom: -45px;
}


div#main {
	width: 690px;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #233387;
}
div.back {
	width: 75px;
	position: relative;
	left: 600px;
}
div.back a img {
	display: block;
	height: 27px;
	width: 29px;
}

div.back .back_txt {
	margin-top: -20px;
	margin-left: 34px;
	font-weight: bold;
}





div.footer {
	width: 715px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.f_a {
	width: 90px;
	margin-left: 5px;
	float: left;
}
p.f_b {
	width: 150px;
	float: left;
	margin-top: 0px;
	line-height: 1.2;
}
dl.f_c {
	width: 320px;
	margin-top: 2px;
	margin-left: 5px;
	font-size: 10px;
	line-height: 1.2;
	float: left;
}
dl.f_c dd {
	margin-left: 5em;
	margin-top: -1.2em;
	margin-bottom: 1.2em;
}

div.f_c p {
	margin-bottom: 1em;
}

p.f_d {
	float: left;
	margin-left: 10px;
}

/*ページ基本レイアウトCSS
----------------------------------*/

div.left_col350 {
	float: left;
	width: 350px;
}
div.left_col350 p {
	padding-left: 30px;
}

div.right_col320 {
	float: right;
	width: 320px;
}
