@charset "utf-8";
/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2010-05-14
	
    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #container
	+7: #header
	+8: #mainBody
	+9: #footer

==================================================
*/


/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}


/*----------------------------------------------------------------------*/
/*html {
	overflow-x: visible;
}*/
/*--------------------------------------------------
+2: Redefine
==================================================*/
a {
	text-decoration:underline;
}

a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}


/* clearfix
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+4: body
==================================================*/
/* Font-size Setting

80%  = 10px	    |	130% = 16px	|	180% = 22px
90%  = 11px(*)	|	140% = 17px	|	190% = 23px
100% = 12px     |	150% = 18px	|	200% = 24px
105% = 13px	    |	160% = 19px	|	210% = 25px
115% = 14px	    |	165% = 20px	|	215% = 26px
125% = 15px	    |	175% = 21px	| 
/* font 
---------------------------------------------------*/

body {
	color: #494949;
	font-family:'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height:1.5;
	background:#F7F7F9;
}
/*--------------------------------------------------
+5: #wrap
==================================================*/
div#wrap {
	width:100%;
	background:url(../top_images/header_bg.jpg) repeat-x left top;
}
/*--------------------------------------------------
+6: #container
==================================================*/

div#container{
	width:900px;
	margin:0 auto;
}
/*----------------------------------------------------------------------*/

/*--------------------------------------------------
+7: #header
==================================================*/
div#header {
	width:900px;
	height:70px;
	position:relative;
	margin:0 auto;
	background:url(../top_images/header_bg.jpg) repeat-x left top;
}
div#header p.bg {
	position:absolute;
	top:0px;
	left:1px;
}
div#header h1 {
	position:absolute;
	top:7px;
	left:2px;
}
ul#navi {
	width:399px;
	position:absolute;
	top:17px;
	left:540px;
}
ul#navi li {
	float:left;
	padding-right:7px;
}
ul#navi li.last {
	padding-right:0px;
}

/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+8: #mainBody
==================================================*/

div#mainBody {
	width:900px;
	clear:both;
	overflow:hidden;
	padding-bottom:57px;
}
div#mainBody div.mainContent {
	width:591px;
	float:left;
	overflow:hidden;
}
div#mainBody div.subContent {
	width:297px;
	float:right;
}
div#mainBody div.subContent p.ban {
	padding-bottom:10px;
	clear:both;
}
div#mainBody div.subContent div.sbox {
	border:#CCC 1px solid;
	width:287px;
	background:url(../top_images/sub_sbox_bg.jpg) no-repeat left top #E7E7ED;
	padding:10px 4px 5px 4px;
	overflow:hidden;
	margin-bottom:10px;
}
div#mainBody div.subContent div.sbox p.tit {
	padding:11px 0px 0px 17px;
	float:left;
}
div#mainBody div.subContent div.sbox p.tit1 {
	padding:0px 0px 0px 10px;
	float:left;
}
div#mainBody div.subContent div.sbox p.btn {
	float:right;
	padding:0px 2px 9px 0px;
}
div#mainBody div.subContent div.sbox div.cont {
	width:274px;
	background:url(../top_images/sub_bg01.jpg) no-repeat left bottom #FFF;
	border-bottom:#CCC 1px solid;
	clear:both;
	overflow:hidden;
	padding:14px 0px 17px 13px;
}
div#mainBody div.subContent div.sbox div.cont.last {
	border-bottom:#DFDFDF 1px solid;
}
div#mainBody div.subContent div.sbox div.cont p.img {
	float:left;
	padding:2px 20px 0px 0px;
}
div#mainBody div.subContent div.sbox div.cont p.txt {
	font-size:13px;
	color:#444;
	width:150px;
	float:left;
	padding-bottom:10px;
	line-height:1.4;
}
div#mainBody div.subContent div.sbox div.cont.last p.txt {
	width:150px;
}
div#mainBody div.subContent ul {
	clear:both;
	width:297px;
	position:relative;
}
div#mainBody div.subContent ul li {
	padding-bottom:10px;
}
div#mainBody div.subContent ul li.li01 {
	position:absolute;
	top:117px;
	left:138px;
	padding-bottom:0px;
}

/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+9: #footer
==================================================*/
div#footer {
	width:100%;
	border-top:2px #01008E solid;
	background-color:#FFF;
}
div#footer_inner {
	width:900px;
	height:131px;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}
div#footer_inner p.pagetop {
	position:absolute;
	top:-25px;
	right:13px;
}
div#footer_inner p.bg {
	position:absolute;
	top:-2px;
	left:0px;
}
div#footer_inner p.btn {
	position:absolute;
	top:9px;
	left:2px;
}
div#footer_inner p.txt {
	position:absolute;
	top:88px;
	left:2px;
	width:165px;
	font-size:11px;
}
div#footer_inner p.flogo {
	position:absolute;
	top:27px;
	right:11px;
}

div#footer_inner ul {
	position:absolute;
	top:65px;
	right:0px;
	line-height:1.5em;
	text-align:right;
}
div#footer ul li {
	display:inline;
	font-size:10px;
}
div#footer ul li span {
	padding:0px 5px 0px 5px;
}
div#footer ul li a {
	color:#333;
	text-decoration:none;
}
div#footer ul li a:hover {
	text-decoration:underline;
}
div#footer p.copyright {
	position:absolute;
	top:105px;
	right:0px;
	font-size:10px;
	color:#333;
}
div#footer p.copyright a {
	color:#333;
	text-decoration:none;
}
div#footer p.copyright a:hover {
	color:#333;
	text-decoration:underline;
}