/* 共通要素の設定 */
body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	font-size:12px;
}

img{
	border: 0;
}

p, li, h1, h2, h3, h4, h5, h6, form, input, 	tr{
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* 共通ヘッダーの設定 */

#container {width:705px margin: 0 auto; padding: 0;}

#header {
	background: url(images/bg.jpg) center top no-repeat;
	width:705px;
	height:62px;
	margin: 0;
	padding: 9px 0px 0px 8px;
}

/* 文字スタイル定義 */
.size9 {font-size: 9px; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.size10 {font-size: 10px; line-height:125%}
.size11 {font-size: 11px; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.size12 {font-size: 12px; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.size13 {font-size: 13px; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
#attention {font-size: 12px; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal;margin-top:3px;margin-bottom:3px;}


/* リンクの上に行ったときに文字色、背景変える(サイト全体) */
A {color:#003399; text-decoration:underline}
A:hover {color:#cc0000; text-decoration:underline; background-color: #eeeeee}
A:active {color:#0000FF; text-decoration:underline; background-color: #eeeeee}

#menu ul{marign-bottom:2px;font-size:13px;line-height:23px;}

/* 枠線の設定 */

#footer {
	background: #EFEFEF;
	font-size:12px;
	width:705px;
	height:25px;
	text-align:right;
	padding: 5px 5px 0px 0px;
}

#copyrights {
	text-align:right;
	color:#666666;
	height:20px;
	padding:4px 0px 0px 0px;
}