@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------*/
/* 共通設定 */
/*---------------------------------------------------*/

* {
margin:0;
padding:0;
line-height:1.6;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
list-style-type:none;
}

img {
border:none;
}

/*---------------------------------------------------*/
/* 大枠ボックス構成 */
/*---------------------------------------------------*/

body {
font-size:small;
text-align:center;
}

#wrapper {
width:980px;
margin: 0px auto;
text-align:left;
}

#header {
width:940px;
height:100px;
margin:0 20px 0 20px;
border-bottom:3px solid #003D96;
}

#main_1 {
width:940px;
margin:0 20px 0 20px;
border-bottom:1px solid #666;	
float:left;
}





/*---------------------------------------------------*/
/* ヘッダー */
/*---------------------------------------------------*/

.header_title{
	float:left;
	margin-top:50px;
}

.header_logo{
	float:right;
	margin-top:50px;
}


/*---------------------------------------------------*/
/* メイン */
/*---------------------------------------------------*/

.ex{
	float:left;
	margin:10px 0 10px 30px;
	font-size:120%;
}

table td{
	border-top:2px solid #CCC;
}

#pagetop {
width:940px;
height:50px;
padding-top:10px;
margin-left:20px;
text-align:right;
clear:both;
}

#pagetop a {
color:#000;
text-decoration:none;
}

#pagetop a:hover {
color:#666;
}

