/* CSS Document */
@charset "shift_jis";


/*---------テンプレートスタイル---------*/

body {
text-align: center;
background-color: #EEEEEE;
}


/**********コンテナ**********/

#container {
width: 850px;
margin: 0 auto 0 auto;
text-align: left;
padding: 10px;
background-color: #FFFFFF;
border: 1px solid #999999;
}


/**********ヘッダ**********/

#hd {
width: 850px;
}

#hd .globalnav {
margin: 5px 0 10px 0;
}


/**********コンテンツ**********/

#contents {
width: 850px;
margin-bottom: 20px;
}


/**********サブ**********/

#sub {
width: 215px;
background-color: #f4e8da;
float: left;
}

#sub .subnav .subnavbox {
margin-bottom: 8px;
}

#sub .subnav .subnavbox_last {
margin: 32px 0 8px 0;
}


#sub .subnav .subnavbox .subnavcnt {
margin-top: 8px;
}

#sub .subtxt {
padding: 0 14px;
margin-bottom: 12px;
}

#sub .subtxt p {
line-height: 130%;
color: #C00000;
font-weight:800;
font-size:11px;
}


/**********フッタ**********/

#ft {
width: 850px;
}