@charset "utf-8";
/*===============================================================================
		index.html
===============================================================================*/

#home div#contents {
    border-bottom: 1px solid #cbccd1;
}
/*	#mainImage
---------------------------------------*/

#home div#main_image {
    margin-bottom: 30px;
}

#home div#main {
    overflow: hidden;
    clear: both;
}

#home h2#buisiness {
    margin-bottom: 20px;
}

/*	#bnr_top
---------------------------------------*/

section#bnr_top {
    width: 930px;
    float: left;
    margin-bottom: 20px;
}

li.bnr_top01,
li.bnr_top02 {
    float: left;
    margin-right: 12px;
}


/*	#topics
---------------------------------------*/

section#topics {
    width: 573px;
    height: 300px;
    padding: 25px;
    float: left;
    border: 1px solid #e2e2e2;
}

section#topics #topics_title {
    margin-bottom: 20px;
}

section#topics ul {
    width: 573px;
    border-bottom: 1px dotted #d9dae0;
    display:inline-block;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

section#topics ul li.date {
    width: 75px;
    float: left;
    line-height: 1.6;
}

section#topics ul li.title {
    width: 478px;
    float: left;
    line-height: 1.6;
}

.scr {
    overflow: auto;
    overflow-x:hidden;
    width: 573px;
    height: 266px;
}

/*	#right
---------------------------------------*/

div#bnr_right {
    width: 295px;
    float: right;
}

ul#bnr_right_img {}

ul#bnr_right_img li {
    margin-bottom: 10px;
	padding: 0;
}

ul#bnr_right_img li:last-child {
    margin-bottom: 0;
}


/*==============================================
		mobilyslider
==============================================*/

*{
	margin:0;
	padding:0;
}

.top_slider {
float:left;
width:930px;
height:430px;/*＋30px;*/
	margin-bottom: 30px;
position:relative;
}

.sliderContent {
float:left;
width:930px;
height:430px;/*必要な場合＋25px;*/
clear:both;
position:relative;
overflow:hidden;
}

.sliderContent .item img {
position:absolute;
width:930px;
height:430px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../images/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:930px;
height:430px;
background:#fff;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:10px;
width:13px;
height:13px;
background:url(../images/bullets.png) no-repeat;
}

.sliderBullets .active {
	background-position:0 -13px;
}

.sliderContent a {
outline:none;
}

a img {
border:none;
}



/*======================================================
		sitemap/index.html
======================================================*/

nav#sitemap {
	width: 930px;
	float:left;
	padding-bottom: 20px;
}

nav#sitemap ul {
	float: left;
}

nav#sitemap ul li{
	border-bottom: 1px dotted #dddddd;
	width: 280px;
	height: 40px;
	background:url("/common/img/common/i_arrow01.gif") no-repeat 0 50%;
	padding:0 0 0 10px;
    float: left;
    line-height: 3.4;
    margin-left: 25px
}

nav#sitemap ul li:first-child {
	margin-left: 0;
}

/*======================================================
		profile/index.html
======================================================*/

/*	table
---------------------------------------*/

.tableLayout02 {
    width: 740px;
    margin-bottom: 10px;
    border: #dadada solid 1px;
    border-bottom: none;
    border-collapse: separate;
}
.tableLayout02 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dadada;
    background: #f1f5fa;
    padding: 8px 15px;
	font-weight: bold;
}
.tableLayout02 th,
.tableLayout02 td,
.tableLayout04 th,
.tableLayout04 td {
    line-height: 1.4;
    vertical-align: middle;
    text-align: left;
}
.tableLayout02 td,
.tableLayout04 td {
    padding: 10px 15px;
    border-bottom: 1px solid #dadada;
}

.tableLayout02 td.year,
.tableLayout04 td.year {
	width: 15%;
	background: #f7f7f7;
	border-right: 1px solid #dadada;
}

.tableLayout04 {
	width: 930px;
    margin-bottom: 10px;
    border: #dadada solid 1px;
    border-bottom: none;
    border-collapse: separate;
}
.tableLayout04 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dadada;
    background: #f1f5fa;
    padding: 8px 15px;
	font-weight: bold;
}

.tableLayout03 {
    width: 100%;
    margin-bottom: 10px;
    border: #dadada solid 1px;
    border-bottom: none;
    border-collapse: separate;
}
.tableLayout03 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dadada;
    background: #f1f5fa;
    padding: 8px 15px;
	font-weight: bold;
}
.tableLayout03 th,
.tableLayout03 td {
    line-height: 1.4;
    vertical-align: middle;
    text-align: left;
}
.tableLayout03 td {
    padding: 10px 15px;
    border-bottom: 1px solid #dadada;
}

h3.profile_name {
	background: #153b63;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 15px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.photo {
	width: 170px;
	float: left;
	margin-right: 20px;
    margin-bottom: 15px;
}

/*===============================================================================
		privacy/index.html
===============================================================================*/

#privacy h3{
	background:#f4f6f9 url("../../images/privacy/bg_tl01.gif") no-repeat 0 100%;
	font-weight:bold;
	padding:6px 0 8px 0;
	margin-bottom:15px;
}

#privacy h3 span{
	border-left:3px solid #0b274b;
	padding:0 0 0 10px;
}

/*	#roundBox
---------------------------------------*/

div.roundBox{
	background:url("../../images/privacy/bg_roundbox.gif") repeat-y 0 0;
	margin-bottom:20px;
	zoom:1;
}

div.roundBoxBtm{
	background:url("../../images/privacy/bg_roundbox_btm.gif") no-repeat 0 100%;
}

div.roundBoxTop{
	background:url("../../images/privacy/bg_roundbox_top.gif") no-repeat 0 0;
	padding:15px;
	line-height:1.6;
}

div.roundBox p a{text-decoration:underline;}
div.roundBox p a:hover{text-decoration:none;}