body {
	margin:0;
	padding:0;
	font-size:13px;
	text-align:center;
}


/* ----ヘッドライン---- */
.head-line{
border-top:dotted 2px #DEECFB;
border-bottom:dotted 2px #DEECFB;
background:#DEECFB;
padding:0 0px;
color:#030;
}

.head-line h2,
.head-line br{
line-height:12px;
}


.head-line h2{
margin:2px;
padding:0 10px;
font-size:12px;
font-weight:strong;
text-align: center;
color:#666666;
}


/* ----ヘッダー---- */
.head{
background:#0080FF;
padding:0 0px;
height:45px;
}

.head h1,
.head h2,
.head br{
line-height:16px;
}

.head h1{
margin:5 0px;
padding:3 0 0 10px;
font-size:9pt;
float:left;
}

.head h2{
margin:7 0 0 80px;
padding:0 px;
font-size:13px;
font-weight:strong;
color:#ffffff;
float:left;
}

#logo{
width:323px;
height:28px;
border:none;
}

/* ----ナビ---- */
.navi{
margin:0 0px;
padding:5 10px;
font-size:13px;
font-weight:normal;
text-align: left;
}


/* ----コンテンツ---- */

.outline-margin{
margin:0 5px;
}

.content-title{
margin:0;
padding:4 0px;
font-size:13px;
font-weight:strong;
background:#DEECFB;
width:490px;
border-left:solid 10px #4D99E5;
}

.content{
font-size:13px;
line-height:18px;
margin:8 0 10 10px;
width:480px;
}


.content td{
font-size:13px;
line-height:18px;
background:#ffffff;
}






.PR{
font-size:13px;
line-height:18px;
margin:8 0 10 10px;
width:480px;
}


/* ----フッターナビ---- */
.footer-navi{
font-size:13px;
line-height:18px;
text-align: center;
}


/* ----サイドコンテンツ---- */

.side-title h3{
margin:0;
padding:4 0px;
font-size:13px;
font-weight:strong;
background:#ffff80;
width:220px;
border-left:solid 10px #f90;
}

.side-title ul{
margin:0 0 0 10px;
padding:0px;
}

.side-title li{
margin:0 0 0 10px;
font-size:13px;
line-height:20px;
list-style:square;
}

.side-allabout h3{
margin:0;
padding:4 0px;
font-size:13px;
font-weight:strong;
background:#ffff80;
background:#d1ffc1;
width:220px;
border-left:solid 10px #66ff33;
}

.side-allabout ul{
margin:0 0 0 10px;
padding:0px;
}

.side-allabout li{
margin:0 0 0 10px;
font-size:13px;
line-height:20px;
list-style:square;
}

.side-PR{
font-size:13px;
line-height:18px;
margin:0 10 0 10px;
width:210px;
}





/* ----フッター---- */
.foot{
text-align:center;
}




/* ----全体のレイアウト---- */

#outline {
width : 750px ;
text-align : left ;
border-left:solid 1px #999;
border-right:solid 1px #999;

}
.margin {
margin : 5px ;
}

.header {
text-align : center ;
}

.main {
width : 505px ;
float : left ;
}

.side {
width : 230px ;
float : right ;
}

.footer {
text-align : center ;
}


/* 細部設定 */
.c-both{
	clear:both;
}

.c-left{
	clear:left;
}

/* 改行幅 */
.px4{
line-height:4px;
}

.px3{
line-height:3px;
}

.px2{
line-height:2px;
}

.px8{
line-height:8px;
}

