/**********************************************************************************************/
/**********************************************************************************************/
/*全体*/
/**********************************************************************************************/

body{
margin:0;
padding:0;
background-color:#FFFFFF;
color:#666666;
}

img{
border:none;
}

/*全体の中央寄せ*/
#pagewidth{
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
width:758px;
background-color:#ffffff;
margin:0px auto 0px auto;
text-align:left;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
min-height:1px;　/* IE 7対策 */
}

.contents{
width:758px;
margin:0px 0px 0px 0px;
padding:0px;
background-image:url(img/bg_01.gif);
background-repeat:repeat-y;
min-height:1px;　/* IE 7対策 */
}

.left_area{
width:579px;
margin:0px;
padding:0px;
float:left;
}

.right_area{
width:179px;
margin:0px;
padding:0px;
float:right;
}

.l_area{
margin:0px 0px 0px 4px;
}

.r_area{
margin:0px 0px 0px 4px;
}

.q_ttl{
margin:20px 0px 20px 0px;
clear:both;
}

.q_ttl2{
margin:40px 0px 0px 0px;
clear:both;
}

.a_pos{
margin:0px 25px 20px 30px;
}

.a_txt{
font-size:12px;
line-height:200%;
color:#444444;
}

.bbtn_pos{
margin:10px 0px 10px 0px;
}

.tbtn_pos{
width:575px;
margin:5px 0px 5px 0px;
clear:both;
}

ul{
width:530px;
margin:0px 0px 0px 0px;
padding:0px;
position:relative;
border:0px;
}

li{
display:block;
margin:0px 0px 0px 0px;
padding:0px 10px 0px 10px;
float:left;
list-style-type:none;
}

dl {
margin:0px;
padding:0px;
width:520px;
}

dt {
text-align:center;
float:left;
padding:0px;
margin:0px;
clear:both;
}

dd {
text-align:left;
margin:0px;
padding:0px;
}

.nc{
color:#c58e0c;
font-weight:bold;
}

.td_01{
padding:10px;
}

.td_02{
padding:10px;
}

.tantou{
margin:0px 0px 2px 0px;
font-size:10px;
color:#666666;
line-height:120%;
}

.name{
margin:0px 0px 2px 0px;
font-size:12px;
font-weight:bold;
color:#444444;
line-height:120%;
}

.busyo{
margin:0px 0px 2px 0px;
font-size:10px;
color:#666666;
line-height:120%;
}

.keireki{
margin:0px 0px 2px 0px;
font-size:10px;
color:#666666;
line-height:120%;
}

.line{
margin:5px 0px 5px 0px;
}

.spos01{
margin:5px 0px 5px 0px;
}
.dev_pos01{
margin:20px 0px 20px 20px;
}
/**********************************************************************************************/
/**********************************************************************************************/
/*font関連*/
/**********************************************************************************************/

.f10px{
font-size:10px;
line-height:110%;
color:#666666;
}

.f10bpx{
font-size:10px;
line-height:110%;
color:#666666;
font-weight:bold;
}

.f12px{
font-size:12px;
line-height:140%;
color:#333333;
}

.f16px{
font-size:16px;
font-weight:bold;
line-height:140%;
}

.WHT{color:#ffffff;}
.GRY{color:#666666;}
.LBK{color:#333333;}
.BRN{color:#823e0b;}
.ORG{color:#d14f0a;}
.ORGb{color:#d14f0a; font-weight:bold;}
/**********************************************************************************************/
/**********************************************************************************************/
/*テキストタイトル関連*/
/**********************************************************************************************/

a.link01	{ text-decoration: none; color:#ffffff}
a.link01:link{ text-decoration: none; color:#ffffff;}
a.link01:visited { text-decoration: none; color:#ffffff;}
a.link01:active { text-decoration: none; color:#ffffff;}
a.link01:hover { text-decoration: underline; color:#ffffff;}


/*---------------------------------------------------------------------*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */

.box:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.box{ display:inline-table; }

/* Mac IE には適用させない \*/
* html .box{ height:1px; }
.box{ display:block; }
/* */

/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*---------------------------------------------------------------------*/




