/*GENERAL*/
/* Reset */
* {
	margin:0;
	padding:0;
}
body {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
	line-height:1.6;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
}
a img {
	border:0px;
}

/* General */
.forread,
.fornostyle {
	display:none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.sub {
	margin-left:10px;
}
ul,ol {
	margin-left:2em;
}
ul {
	margin:0;
	list-style-type:none;
}
ol.normal,
ol.none {
	margin-top:10px;
	margin-bottom:10px;
}
ol.normal li ,
ol.none li {
	margin-bottom:5px;
}
ul.normal ,
ul.none {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:4px;
}
ul.normal li,
ul.none li {
	margin-bottom:5px;
	background:transparent url("../../common/icon_list.gif") 0 0.5em no-repeat;
	padding-left:10px;
}
.normal ul,
.normal ol {
	margin:0px;
}
.normal ul.normal,
.normal ol.normal,
.normal ul.none,
.normal ol.none {
	margin-left:2em;
}
ol.none {
	list-style-type:none;
}
ul.none li{
	background:none;
}

table th {
	font-weight:bold;
	text-align:left;
}
table th,
table td {
	vertical-align:top;
}
table.normal {
	margin:5px 0;
	border-bottom:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}
table.normal th,
table.normal td {
	padding:5px;
	border-top:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
}
.bg01 {
	background-color:#3a699c;
}
.bg02 {
	background-color:#cadbed;
}
table.normal th.bg01 {
	color:#ffffff;
}
dl {
	margin-bottom:10px;
}
dt {
	font-weight:bold;
}

.xltx {
	font-size:108%;
}
.ltx {
	font-size:103%;
}
.mtx {
	font-size:90%;
}
.stx {
	font-size:71%;
}
.xstx {
	font-size:65%;
}
.red {
	color:#f00;
}
.gray {
	color:#999;
}
.bold {
	font-weight:bold;
}

.f_left {
	float:left;
}
.f_right {
	float:right;
}
.a_left {
	text-align:left;
}
.a_right {
	text-align:right;
}
.a_center {
	text-align:center;
}
.f_left img {
	margin-right:10px;
	margin-bottom:10px;
}
.f_right img {
	margin-left:10px;
	margin-bottom:10px;
}
.icon {
	vertical-align:middle;
	margin-right:5px;
	margin-left:2px;
}
.docdata {
	margin-top:10px;
	text-align:right;
}
.c_img {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
a:link,
a:active,
a:visited {
	color:#3a699c;
}
a:hover {
	color:#2d83df;
}
#main a {
	color:#faffd0;
}
#main a:hover {
	color:#2d83df;
}

/* ------------------------------------
 → ボディ
 * ------------------------------------*/

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ------------------------------------
 → プロフィール
 * ------------------------------------*/
#box_a { 
width:550px;
float:left;
text-align:left;
white-space:normal;
}
#box_b {
width:550px;
float:left;
text-align:left;
white-space:normal;
} 
#line{
background:url(../common/line.gif) 0 0 no-repeat;
width:600px;
height:5px;
clear:both;
}
#main {
	margin:0px;
	display:inline;
	width:700px;
	text-align:center;
	color:#fff;
}
#main a {
	color:#3a699c;
}
#main a:hover {
	color:#2d83df;
}
h2 {
	background:url(../common/title_kiyaku.gif) 0 0 no-repeat;
	height:44px;
	text-indent:-9999px;
	margin-bottom:10px;
	text-align:center;
}
#main_in {
	width:700px;
	margin:0px;
	color:#333;
}
#main600 {
	width:600px;
	padding-left:50px;
	color:#333;
	clear:both;
}