body { background-image:url(005.gif); }	/*背景画像の指定*/


/*タイトル*/
.tittle{
	background-image:url(omise2.jpg);
	background-repeat: no-repeat;
	background-position:50% 8%;
	background-color:#FFFF66;
	width:720px;
	padding: 20px;
}

.tittle h1{
	font-size: 24px;
	font-family: Century Gothic, Tahoma, sans-serif;
	font-weight: bold;
	color: #0000CC;
	margin-top: 60px;
	margin-left: 300px;
}

.tittle div{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6699cc;
	margin-left: 600px;
}

.tittle a {
	font-size: 16px;
	font-weight: bold;
	color: #3e3eff;
}	

.tittle p{
	clear: both;
	margin-top: 0px;
	margin-botom: 0px;
	text-align: justify;
	text-justify: distribute;
	line-hight: 120%;
	font-weight: bold;
	font-size: 14px;
	color:#4C4C4C;
}


/*メニュー*/
.menu {
	position: absolute;
	left: 10px;
	top: 140px;
	background-color:#8080FF;
	width: 760px;
}

.menu div{
	float: left;
}

.menu a {
	display: block;
	width: 100px;
	border: solid 2px;
	border-color: white darkblue
	                 darkblue white;
	padding:4px 0px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: white;
}	

.menu a:hover { 
 background-color:#33bfbf;
	padding:6px 0px 2px 6px;
	border-color: darkblue lightblue
	                 lightblue darkblue;
}


/*コンテンツ*/
.con{
	position: absolute;
	left: 10px;
	top: 190px;
	background-color:#ffffff;
	padding:10px;
	width: 740px;
}

.con h2{
	font-size: 14px;
	color: #5b5b5b;
	margin-bottom: 10px;
}

.con p{
	margin-top: 0px;
	text-align: justify;
	text-justify: distribute;
	line-hight: 150%;
	font-size: 12px;
	color: #5b5b5b;
}

.con a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3e3eff;
}	

.con a:visited {
 text-decoration:none; 
	color: #800080;
	}	

.con a:active {
 text-decoration:none; 
}	

.con a:hover { 
 color:#ffa477;
 text-decoration:none;
 position:relative;
 top:1px;
 left:1px; 
}


/*アンダーバー*/
.underber{
	position: absolute;
	left: 10px;
	top: 1370px;
	hight: 100px;
	width: 750px;
}
.underber p{
	margin-top: 0px;
	text-align: justify;
	text-justify: distribute;
	line-hight: 150%;
	font-size: 12px;
	color: #5b5b5b;
}

.underber a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3e3eff;
}	

.underber visited {
 text-decoration:none; 
}	

.con active {
 text-decoration:none; 
}	

.underber a:hover { 
 color:#ffa477;
 text-decoration:none;
 position:relative;
 top:1px;
 left:1px; 
}