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


#top_main_2nd{
	background-attachment: fixed;
	background-image: url(../images/2nd_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:210px;
}

.page_title{
text-align:center;
padding-top:100px;
}


.txt_orange{
	font-weight:bold;
	font-size:130%;
	color:#ed6424;
}

.txt_blue{
	font-weight:bold;
	font-size:130%;
	color:#2d55ab;
}


.item_box2 {
    background-color: #f6ece4;
    float: left;
    padding: 20px 20px 10px;
    width: 630px;
	border: 1px solid #cccccc;
}

.item_title {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 7px;
	padding: 7px 0 10px 0px;
	font-size: 21px;
	border-bottom: 2px solid #2d55ab;
	text-indent:20px;
}

.txt_area3_title {
    background-color: #2d55ab;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0px;
    padding: 10px 15px 10px 15px;
}
.txt_area3{
	background-color: #f4f4f4;
    border: 2px solid #cccccc;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0px;
    padding: 15px 15px;
	
	}
	


.gallery_box{
width:760px;
padding-top:20px;
padding-bottom:20px;
padding-left:0px;
padding-right:0px;
}


.gallery_box ul li{
	float:left;
	width:145px;
	height:120px;
	padding-bottom:20px;
	padding-right:11px;
}


.gallery_box li img{
	border: 4px solid #cccccc;
	width:145px;
	height:120px;
}


.gallery_box li a:hover img{
	border: 4px solid #2d55ab;
	
}




.txt_area_bg_white{
background:#FFFFFF;
padding:10px;
}

.copy_title {
    border-bottom: 2px solid #2d55ab;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}





.list2_box {
	margin-top:20px;
	margin-bottom:20px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#f4f5f1;
	border: 1px solid #cccccc;
}

.list2_txt{
	-moz-background-inline-policy: continuous;
	background-image: url(../images/icon_check.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;
	padding: 10px 0 10px 43px;
	}

.list2_box li {
	float:left;
}


.item_img_left{
float:left;
padding-top:10px;
padding-right:7px;
margin-right:10px;
padding-bottom:10px;
}

.item_img_right{
float:right;
padding-top:10px;
padding-left:7px;
margin-left:7px;
padding-bottom:10px;
}












.list_box{
	width:670px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	/*background-color:#f6ece4;*/
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.list_box_left{
float:left;
width:300px;
padding-left:0px;
padding-right:20px;
}


.list_box_left img{
	border: 1px solid #CCCCCC;
}

.list_box_right{
float:right;
width:328px;
}


.list_title{
 border-bottom: 2px solid #2D55AB;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 10px;
	margin-bottom:10px;
}

 .list_box_right li{
	background-image: url(../../common/images/list_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 3px 0 3px 15px;
}

.list_more{
padding-top:10px;
}