/* 個人情報設定 */

/* リンク基本設定 */
a{
color:#426600;
text-decoration:none;
}
a:hover{
color:#9AAD27;
text-decoration:none;
}

/* 個人情報コンテナの設定 */
#container2{
background-color:#FFF;
border:#828282 solid 1px;
border:0 1px;
width:600px;
margin:0 auto;
overflow:hidden;
}
#container2:after {
content:"";
display:block;
clear:both;
height:1px;
overflow:hidden;
}

/* ヘッダー部設定 */
#header2{
background:no-repeat url(image/p_head.gif);
border-bottom:#143C68 solid 3px;
height:75px;
}

/* キャッチ */
#header2 h1{
float:left;
display:block;
width:485px;
height:12px;
padding:3px 0 6px 10px;
font-size:10px;
}

/* 閉じる */
div.close{
float:right;
display:block;
background:no-repeat url(../common/y_head.gif);
width:80px;
height:14px;
margin-top:4px;
padding:0 5px 0 20px;
font-size:11px;
}


/* コンテンツ部分の設定 */
#contents{
clear:both;
margin:0;
padding:0;
width:100%;
overflow:hidden;
}
#contents:after {
content:"";
display:block;
clear:both;
height:1px;
overflow:hidden;
}
/*\*/
* html #contents {
height:1em;
overflow:visible;
}
/**/


/* 文章部分の設定 */
.title{
margin:20px 15px 15px 15px;
font-size:14px;
color:#143C68;
}
p{
margin:0 15px 25px;
line-height:180%;
}
ul{
margin:0 0 15px;
}
ul li{
margin:0 15px 0 40px;
list-style:outside;
list-style-type:disc;
line-height:180%;
}


/* フッターの設定 */
#footer2{
clear:both;
background:no-repeat left top url(image/p_foot.jpg);
border-bottom:#143C68 solid 6px;
padding:0 15px;
width:570px;
height:36px;
}

/* コピーライトの設定 */
#footer2 h3{
width:560px;
height:12px;
margin:25px 20px 0 20px;
text-align:right;
color:#FFFFFF;
}
