@charset "shift_jis";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}

html,
body{
	height: 100%;
}

img{
	border: 0;
}

a{
	color: #0c45d6;
	text-decoration: none;
}

a:hover{
	color: #ff3232;
}

a.hover_item:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.txt_red{
	color: #ff0000;
}

body#kyuyu{
	background: url(../images/bg_kyuyu01.png) repeat-x;
	color:#323232;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin: 0;
	padding: 0;
}



#wrap{
	width: 810px;
	margin: 0 auto;
	text-align: left;
}

#header_kyuyu{
	background: url(../images/img_year_r01_r02.gif) no-repeat 5px 0;
	position: relative;
}

#wrap .bg{
	height:99px;
}

#header_kyuyu a.logo01{
	position: absolute;
	top: 47px;
	left: 5px
}

#header_kyuyu a.logo02{
	position: absolute;
	top: 14px;
	right: 12px;
}

#contents{
	width: 810px;
}

#contents .main{
	width: 810px;
	margin: 35px 0 0;
	background: url(../images/bg_area_middle.png) repeat-y;
}

#contents .main2{
	width: 810px;
	margin: 35px 0 0;
	background: url(../images/bg_area_middle2.png) repeat-y;
}

/*.txt_img{
	margin: 33px 0 25px;
	text-align: center;
}*/
.txt_img{
	margin: 33px 0 45px 0;
	text-align: center;
}

.txt_redb{
	margin: 0 0 25px;
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}


p.btn_pdf{
	width: 810px;
	text-align: center;
	font-size: 15px;
	margin: 0 0 25px;
}

.pageUp_b{
	margin-top: 30px;
	height: 21px;
    position: relative;
    text-align: right;
}

.pageUp_b img{
    display: block;
    position: absolute;
    right: 5px;
}

#footer{
	width: 100%;
	background: #5d5d5d;
	padding: 13px 0;
	margin-top: 35px;
}

#footer2{
	width: 100%;
	background: #5d5d5d;
	padding: 13px 0;
}

.graybox_out{
	border: solid 1px #e7a7b9;
	padding: 1px;
	margin: 10px 0 30px 13px;
}

.graybox_in{
	background: #ffe1ea;
	padding: 15px;
	color: #f02626;
}

.boxs_out{
	border: solid 1px #dddddd;
	padding: 1px;
	margin: 10px auto 30px;
	width: 680px;
}

.boxs_in{
	background: #f1f1f1;
	padding: 15px;
}

.table_alink{
    border: 1px dotted #cbcbcb;
    margin: 10px auto 20px;
    padding: 8px;
    text-align: left;
    width: 675px;
}

.anchor_link{
    font-size: 93%;
    padding: 0;
}

.anchor_link tr td{
    background: url(../../lpgcar/images/arrow_anchor_link.gif) no-repeat 0 0.8em;
    line-height: 1.1;
    padding: 8px 30px 0 10px;
    text-align: left;
}


.mb15{
	margin-bottom: 15px !important;
}

.mb40{
	margin-bottom: 40px !important;
}

.p05{
	padding: 0 5px !important;
}

.list_table1{
	margin-left: 27px; 
}

.sttl{
	font-size: 15px;
	font-weight: bold;
}

.txt1{
	margin-left: 20px;
}


.pageUp{
	text-align: right;
	margin: 40px 0 10px;
}

.img_center{
	text-align: center;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display:inline-block;/* MAC IE用　*/
	min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/*--ここまでMAC IEは非適用 */

