/**ページ先頭のバナーの設定をインポート**/
@import url("../css/head_banner.css");

/**ページの設定**/
body{
	width:		620px;
	font-family:	Arial;
	font-size:	11pt;
}

A:link,
A:hover,
A:active,
A:visited{
	text-decoration:	none;
	color:			black;
}
.menu b{
	color:			black;
	text-decoration:	none;
	font-family:		Arial;
}

img{	border:			0px;
}

.intro{
	margin:			20px 20px;
}

.mini_title{
	font-size:		11pt;
	width:			150px;
	padding:		3px 0 5px 5px;
	border-bottom:		2px dotted #FF9933; 
}
.menu{
	width:			500px;
	margin:			10px 0 0 10px;
}
.rapid{
	width:			500px;
	height:			100px;
	padding:		40px 40px 40px 40px;
	background-image:	url(../images/rapidwatch_owl2.jpg);
	background-repeat:	no-repeat;
	background-position:	top left;
	border:			solid 1px gray;
	font-size:		11pt;
}
.logweb{
	width:			500px;
	height:			100px;
	padding:		40px 40px 40px 40px;
	background-image:	url(../images/logweb_logo_g2.gif);
	background-repeat:	repeat-y;
	background-position:	center left;
	border:			solid 1px gray;
	font-size:		11pt;
}
b{
	font-size:		12pt;
}

/***ＨＰのＴＯＰへ帰る設定（共通）***/
.back{
	margin-left:		500px;
	color:			black;
}