@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-text-size-adjust: none;
	background-color: transparent;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	/* letter-spacing: 0.2em; */
	background: url(../images/common/bg_body.gif);
	-webkit-text-size-adjust: 100%;
	border-top: 8px solid #0052a4;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: bold;
	font-size: 100%;
}
h2 {
	margin: 0 0 30px;
	padding: 0 0 5px;
	color: #0052a4;
	font-weight: normal;
	font-size: 26px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	border-bottom: 1px solid #0052a4;
}
h3 {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}
h4 {
	margin: 0 0 20px;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 14px;
	background: #eee4ce;
	border-bottom: 1px solid #aaa;
	border-left: 8px solid #555;
}

p {
	margin: 0 0 20px;
	line-height: 1.7;
}
em,strong {
	font-style: normal;
	font-weight: bold;
}

a {
	text-decoration: underline;
}
a:link,
a:visited {
	color: #0052a4;
}
a:hover {
	color: #a92030;
}
a:active,
a:focus {
	outline: none;
}

ul,ol {
	margin: 0 0 25px 20px;
	padding: 0;
}
li {
	margin: 0 0 5px;
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
}
.imgleft {
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}
.imgright {
	margin-left: 10px;
	margin-bottom: 15px;
	float: right;
}
.textbox {
	/zoom:1;
	overflow: hidden;
}

/* Table Module
---------------------------------------*/
table {
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 10px;
	text-align: left;
	line-height: 1.3;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fffdf4;
}
th {
	font-weight: normal;
	background: #eee4ce;
}
thead th {
	padding: 3px 10px;
	font-size: 90%;
	font-weight: normal;
	background: #0052a4;
	color: #fffdf4;
}


/* Forms Module
---------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 0.6em;
	background: #fff url(../images/common/form_input_bg.gif) repeat-x top;
}
select {
	margin-bottom: 5px;
	font-size: 120%;
}
option {
	padding: 4px;
	background: #fff;
}

/* layout
---------------------------------------*/
.w960 {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
.w930 {
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
}
#area_header {
	overflow: hidden;
	width: 100%;
	margin: 0;
	min-width:960px;
}
.bg_left {
	background: url(../images/common/bg_left.png) no-repeat left top;
}
.bg_right {
	background: url(../images/common/bg_right.png) no-repeat right top;
}
.header_logo {
	padding: 40px 0;
}
.btn_contact_area {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.btn_contact {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 1;
}
.btn_contact_area a {
	padding: 5px 15px;
	color: #fefbeb;
	background: #0052a4;
	border-radius: 10px;
	text-decoration: none;
	font-size: 11px;
}



.area_header_globalnav {
	text-align: center;
	background: url(../images/common/bg_nav.png) repeat-y;
}
.area_header_globalnav ul {
	list-style: none;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 10px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
.area_header_globalnav li {
	display:inline; 
	margin: 0;
	font-size: 13px;
}
.area_header_globalnav li a {
	margin: 0;
	padding: 5px 15px;
	color: #333;
	text-decoration: none;
}
.area_header_globalnav li a:hover {
	padding: 5px 15px;
	color: #fefbeb;
	background: #0052a4;
	border-radius: 10px;
	text-decoration: none;
}
li.globalnav_hover a,
li.globalnav_hover a:hover {
	padding: 5px 15px;
	color: #fefbeb;
	background: #544f45;
	border-radius: 10px;
	text-decoration: none;
}
.mainimg {
	width: 100%;
	height: 432px;
	background: url(../images/index/mainimg_bg.jpg) repeat-x;
	min-width:960px;
}
.title_main {
	font-size: 32px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#area_footer {
	overflow: hidden;
	clear: both;
	width: 100%;
	min-width:960px;
	text-align: center;
}
.area_copyright {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 25px 0;
	background: #0052a4;
	min-width:960px;
}

.area_side {
	width: 240px;
	margin: 0 0 80px;
	float: right;
}
.area_main {
	width: 670px;
	margin: 0 0 80px;
	float: left;
}

dl.liststyle {
	width: 670px;
	margin: 0 0 30px;
	overflow: hidden;
}
.liststyle dt {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
}
.liststyle dd {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
dl.liststyle1 {
	width: 670px;
	margin: 0 0 30px;
	overflow: hidden;
}
.liststyle1 dt {
	float: left;
	width: 130px;
	margin: 0 0 10px;
	padding: 0;
	color: #0052a4;
	font-weight: bold;
}
.liststyle1 dd {
	float: left;
	width: 540px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}
.liststyle1 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
dl.liststyle2 {
	margin: 0 0 30px;
	overflow: hidden;
}
.liststyle2 dt {
	margin: 0 0 10px;
	padding: 0;
	color: #0052a4;
	font-weight: bold;
}
.liststyle2 dd {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

.title_news {
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #0052a4;
}
.news {
	padding: 20px 0 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.side {
	overflow: hidden;
	padding: 10px;
	background: #eee4ce;
}
.side_title {
	margin: 0;
	padding: 2px 15px;
	font-size: 14px;
	background: #0052a4;
	font-weight: normal;
	color: #fffdf4;
}
.side dl {
	width: 100%;
} 
.side dt {
	width: 25%;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
} 
.side dd {
	width: 75%;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
} 

dl.report_list {
	width: 670px;
	margin: 0 0 30px;
	overflow: hidden;
}
dl.report_list dt {
	float: left;
	width: 40px;
	margin: 0 0 10px;
}
dl.report_list dd {
	float: left;
	width: 630px;
	margin: 0 0 10px;
}
dl.report_list img {
	width: 30px;
}





/* parts
---------------------------------------*/
.clearfix {
	clear: both;
	overflow: hidden;
}
.line {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #aaa;
}

/* Margin */
.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}

/* width */
.width100 { width: 100%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width10 { width: 10%;}

/* text align */
.alignleft { text-align: left;}
.alignright { text-align: right;}
.aligncenter { text-align: center;}

/* font size */
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_fff { color: #fff;}
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_red { color: #6a0c17;}
.c_blue { color: #0052a4;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}


.btn02 {
	padding: 5px 18px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	font-size: 12px;
	cursor: pointer;
	background: #666;
}
a.btn02 {
	color: #fff;
	text-decoration: none;
}
.bcolor_gray {
	border: 1px solid #333;
	background: #555;
}
.bcolor_blue {
	border: 1px solid #2f76c6;
	background: #1066bf;
}
.btnlist {
	list-style: none;
	margin: 0;
	width: 100%;
}
.btnlist li {
	display: inline;
	margin: 0 10px 0 0;
}



