/*------------------------------------------

	スタイルの初期化

--------------------------------------------*/
html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td{
margin:0;
padding:0;
}
html{overflow-y:scroll;}
body{line-height:1.6;}
body *{font-family:Verdana, Helvetica, "MS Pゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif; font-size:12px; font-weight:normal; font-style:normal;}
ul, ol{list-style:none;}
table{border-collapse:collapse;}
img, fieldset{border:none;}
img{vertical-align:top;}
strong, em{font-weight:bold;}
a:link, a:visited, a:active, a:hover {
color:#106fce;
}

/*
 *
 * レイアウト
 *
 */
body{
text-align:center;
}
#header{
overflow:hidden;
margin:0 auto;
text-align:left;
width:900px;
}
#top_visual_over{
background:#DDFFCC;
}
#top_visual{
overflow:hidden;
margin:0 auto;
text-align:left;
width:900px;
}
#main{
overflow:hidden;
margin:0 auto;
text-align:left;
width:900px;
padding:20px 0;
}
#footer_over{
border-top:1px solid #cccccc;
background:#eeeeee;
}
#footer{
overflow:hidden;
margin:0 auto;
text-align:left;
width:900px;
background:#eeeeee;
padding:20px 0 40px;
}

/*
 *
 * ロゴ
 *
 */
#logo{
display:block;
float:left;
margin:5px 3px;
}

/*
 *
 * コピーライト
 *
 */
#copyright{
font-size:9.5px;
}

/*
 *
 * 共通
 *
 */
.tit1 {
margin-bottom:20px;
}
.break {
margin-bottom:10px;
}
.p1 {
margin-left:10px;
margin-bottom:30px;
}

/*
 *
 * テーブル
 *
 */
.t1 {
width:500px;
margin-bottom:30px;
margin-left:10px; 
}
.t1 th, .t1 td {
padding:2px 5px;
vertical-align:top;
}
.t1 th {
width:80px;
font-weight:bold;
}
.t1 td {
width:420px;
}

/*
 *
 * トップページ
 *
 */
#left_part {
width:60%;
float:left;
}
#right_part {
width:40%;
float:left;
}
