@charset "UTF-8";
/* CSS Document */


/* トップページ -----------------------*/

/* flash -----------------------*/
#flash {
	width: 700px;
	height: 120px;
	background-color:#CCCCCC;
	margin:2px auto 5px auto;
} 


/* header -----------------------*/
#header{
	width:700px;
	height: 69px;
	margin:0 auto;
}

#logo{
	width:480px;
	height: 69px;
	float:left;
	background-image: url(../common/0807header_logo.gif);
}

#right-box{
	width:220px;
	height: 69px;
	background-image: url(../common/0807header_right.gif);
	background-repeat: no-repeat;
	float: right;
}
.sub-menu {
	width:220px;
	text-align: left;
	margin-top: 33px;
}
.sub-menu ul { list-style:none; }
.sub-menu ul li { display:inline; }
.sub-menu ul li a { display:block; height:11px; background-position:0 0; background-repeat:no-repeat; float:left; }

.sub-menu01 {
	width:55px;
	background-image:url(../common/0807header_bt_top.gif);
}
.sub-menu02 {
	width:93px;
	background-image:url(../common/0807header_bt_sitemap.gif);
}
.sub-menu03 {
	width:72px;
	background-image:url(../common/0807header_bt_contact.gif);
}


/* global-menu -----------------------*/
#bottom-box {
	width:700px;
	height: 17px;
	background-image: url(../common/0807header_bottom.gif);
	background-repeat: no-repeat;
	margin:0 auto;
}
.global-menu{
	width:491px;
	float: right;
}
.global-menu ul { list-style:none; }
.global-menu ul li { display:inline; }
.global-menu ul li a { display:block; height:17px; background-position:0 0; background-repeat:no-repeat; float:left; }

.global-menu01 {
	width:135px;
	background-image:url(../common/0807header_bt_sc.gif);
}
.global-menu02 {
	width:156px;
	background-image:url(../common/0807header_bt_as.gif);
}
.global-menu03 {
	width:200px;
	background-image:url(../common/0807header_bt_vc.gif);
}


/* container -----------------------*/
#container{
	width:700px;
	margin:0 auto;
	text-align:left;
}


/* main -----------------------*/
#main{
	width:512px;
	float:right;
}


/* side -----------------------*/
#side{
	width:180px;
	float:left;
}


/* box -----------------------*/
.box-side-red {
	width: 180px;
	text-align: left;
	border-style: solid;
	border-color: #8C3649;
	border-width: 1px;
	margin-bottom: 5px;
	background-color: #E5E5E5;
}

.box-side-black {
	width: 180px;
	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 5px 0;
	background-color: #FFFFFF;
}

.box-side-gray {
	width: 180px;
	text-align: left;
	margin-bottom: 10px;
	background-color: #E5E5E5;
}

.box-main-red {
	width: 510px;
	text-align: left;
	border-style: solid;
	border-color: #8C3649;
	border-width: 1px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

.box-main-red2 {
	width: 510px;
	text-align: left;
	border-style: solid;
	border-color: #C59AA4;
	border-width: 1px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

.box-pink {
	width: 490px;
	margin: 0 auto 5px auto;
	padding: 5px;
	background-color: #E8D7DB;
	text-align: left;
	font-size: smaller;
	line-height: 1.2em;
}

.box-main-black {
	width: 510px;
	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

.box-main-trust {
	width: 490px;
	text-align: left;
	margin: 0 auto 5px auto;
	background-image: url(../img/0807trust_line.gif);
	background-repeat: repeat-y;
}

.box-trust-left {
	width: 235px;
	float: left;
}

.box-trust-right {
	width: 235px;
	float: right;
}


/* text-box -----------------------*/
.text-box {
	line-height: 1.5em;
	padding: 0 7px 10px 10px;
}

.text-box-s {
	font-size: smaller;
	line-height: 1.5em;
	padding: 0 7px 10px 10px;
}


/* list -----------------------*/

.service {
	padding: 0 5px 0 10px;
}

.service ul li {
	list-style-type: none;
	background: url(../common/service_arrow.gif) no-repeat;
	padding-left: 16px;
	line-height: 1em;
	margin-bottom: 10px;
}


.link {
	padding: 0 7px 0 10px;
	margin-left: 10px;
}

.link ul li {
	list-style-type: square;
	font-size: smaller;
	line-height: 1.2em;
	margin-bottom: 5px;
	list-style-position: outside;
}


.pdf {
	padding: 0 7px 0 10px;
}

.pdf ul li {
	list-style-type: none;
	background: url(../common/arrow_gray.gif) no-repeat;
	padding-left: 10px;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-size: smaller;
}


.news {
	padding: 0 7px 0 10px;
}

.news ul li {
	list-style-type: none;
	background: url(../common/arrow_red.gif) no-repeat;
	padding-left: 10px;
	line-height: 1.2em;
	margin-bottom: 10px;
}


.trust {
	padding: 0 5px;
}

.trust ul li {
	list-style-type: none;
	background: url(../common/arrow_blue.gif) no-repeat;
	padding-left: 10px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.trust2 ul li a { color: #000000; text-decoration:none; }
.trust2 ul li a:hover { color:#000000; text-decoration: underline; }


/* information -----------------------*/
.info-date {
	float: left;
	width: 100px;
	color: #31A104;
	font-weight: bold;
	margin-bottom: 8px;
}
.info-txt {
	float: left;
	width: 470px;
	line-height:120%;
	margin-bottom: 8px;
} 
