@charset "utf-8";
/* CSS Document */

/*------body------*/

body{
margin:5px 0 0 0;
padding:0;
width:340px;
}

img{
border:none;
}

#box{
width:296px;
height:100%;
margin-left:auto;
margin-right:auto;
}

#mainbox{
width:auto;
height:100%;
border-left:#f27a00 solid 3px;
border-right:#f27a00 solid 3px;
border-bottom:#f27a00 solid 3px;
padding:0 0 5px 5px;
margin-top:-4px;
}

.boxs{
width:100%;
height:100%;
}

p{
margin-top:6px;
margin-bottom:6px;
}

.mb12{
margin-top:12px;
}

.clear{
clear:both;
}

.txtc{
text-align:center;
}

/*------txt------*/

.title_bk{
color:#666666;
font-size:1.0em;
font-weight:bold;
}

.title_p{
color:#f56f25;
font-size:0.9em;
font-weight:bold;
}

.txt{
font-size:0.8em;
color:#666666;
}

.txt02{
font-size:0.7em;
color:#666666;
}

/*------box------*/

.fleft{
float:left;
}

.fright{
float:right;
}

#leftbox{
width:180px;
}

#rightbox{
width:80px;
padding-top:20px;
}

#leftbox02 ,#rightbox02{
width:135px;
margin-top:10px;
}

#leftbox03{
width:160px;
}

#rightbox03{
width:110px;
margin-top:-10px;
}

/*------list------*/

ul.point ,.dot{
margin-left:px;
margin-top:7px;
margin-bottom:7px;
}

/*------closeボタン------*/
p.close{
    text-align:center;
	background:url(../../bus/img/icon_close.gif) no-repeat 100px 0;
	font-size:12px;
}

/*----------------------------------------------------
　リンク
----------------------------------------------------*/

a:link {
	text-decoration:underline;
	color: #0089ee;
}

a:visited {
	text-decoration:underline;
	color: #0089ee;
}

a:hover {
	text-decoration: underline;
	color: #e5030f;
}

a:active {
	text-decoration: underline;
	color: #e5030f;
}