/*-- 共通設定 --*/
body,td,th,form {
	font-size		: 10pt			;
	line-height		: 12pt			;
	margin			: 0px			;
}

h1,h2,h3,h4,h5,h6 {
	font-size		: 10pt			;
	line-height		: 12pt			;
	margin			: 0px			;
	font-weight		: normal		;
}

em {
	font-style		: normal		;
}

input,textarea,select {
	font-size		: 10pt			;
	line-height		: 12pt			;
	margin			: 0px			;
	color			: #333333		;
	background-color	: #ffffff		;
	border			: 1px solid #999999	;
}

/*-- リンク設定 --*/
a:link {
	text-decoration		: none			;
}

a:visited {
	text-decoration		: none			;
}

a:active {
	text-decoration		: none			;
}

a:hover {
	color			: #cc0000		;
	background-color	: #ffffcc		;
	text-decoration		: none			;
}

/* -- 画像枠 -- */
.border_04005f {							
	border			: 1px solid #04005f	;
}

.border_6666ff {							
	border			: 1px solid #6666ff	;
}

/*-- 文字設定 --*/
.fs08 {
	font-size		: 8pt			;
	line-height		: 10pt			;
	margin			: 0px			;
}

.fs10 {
	font-size		: 10pt			;
	line-height		: 12pt			;
	margin			: 0px			;
}

.fs12 {
	font-size		: 12pt			;
	line-height		: 14pt			;
	margin			: 0px			;
}

.fs14 {
	font-size		: 14pt			;
	line-height		: 16pt			;
	margin			: 0px			;
}

.fs16 {
	font-size		: 16pt			;
	line-height		: 18pt			;
	margin			: 0px			;
}

.fs18 {
	font-size		: 18pt			;
	line-height		: 20pt			;
	margin			: 0px			;
}

.fs20 {
	font-size		: 20pt			;
	line-height		: 22pt			;
	margin			: 0px			;
}
/*-- パディング --*/　

.padding1 {padding: 5px 0px;}　/*項目が増える場合は、.padding1、.padding2と増やしていく*/



/*-- メニュー設定 --*/
.menu {
	width				: 180px				;
	height				: 24px				;
	background-image		: url(img/background_menu.gif)	;
	background-repeat		: no-repeat			;
	color				: #ffffff			;
	display				: block				;
	font-size			: 10pt				;
	font-weight			: bold				;
	padding				: 4px 0px 0px 0px		;
	text-align			: center			;
	text-decoration			: none				;
}

.menu:hover {
	background-image		: url(img/background_menu2.gif)	;
	background-repeat		: no-repeat			;
	color				: #cc0000			;
	font-weight			: bold				;
	text-decoration			: none				;
}

.submenu {
	width				: 114px				;
	height				: 25px				;
	background-image		: url(img/submenu_1.jpg)	;
	background-repeat		: no-repeat			;
	color				: #000000			;
	display				: block				;
	font-size			: 10pt				;
	font-weight			: bold				;
	padding				: 5px 0px 0px 0px		;
	text-align			: center			;
	text-decoration			: none				;
}

.submenu:hover {
	background-image		: url(img/submenu_2.jpg)	;
	background-repeat		: no-repeat			;
	color				: #cc0000			;
	font-weight			: bold				;
	text-decoration			: none				;
}