/* 全体の設定 */

body {
	background-color: #FFF;
	background-image: url(../pict/bg.gif);
	background-repeat: repeat;
	color: #000000;
	font-size: 11px;
}

/* リンクの設定 */
a {
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
}

a:link		{ color: #006699; }
a:visited	{ color: #0000ff; }
a:active	{ color: #6633ff; }
a:hover		{ color: #6633ff; }


/* span設定 */
.attention	{ color: #990066; }
.red		{ color: #FF3366; }

/* 見出し */
h1 {
		font-size:15px;
		color:#009933;
}

h2 {
		font-size:12px;
		font-weight: bold;
		color:#000000;
		margin-bottom: 0px;
		padding-bottom: 5px;
}


/* 段落 */
p {
	font-size: 12px;
	line-height: 1.2;
}

/* メインメニュー */
#mainmenu {
		width:800px;
		height:105px;
		background-color:#ffffff;
}

#menulicense {
		float:left;
}

#menuicon {
		padding-top: 25px;
		margin-right:10px;
		float:right;
}


#maintitle {
		padding-top:10px;
		width:800px;
		display:block;
		background-color:#ffffff;
}

#addressall{
		width:800px;
		margin-top:30px;
}


/* アドレス */
#address1,
#address2,
#address2b,
#address3{
		float:left;
}

#address2{
		width:750px;
		height:50px;
		background-color:#ffffff;
}

.ulink{
	text-align: center;
	padding-top: 5px;
}

.ulink a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin:0px 10px 0px 10px;
}

.ulink a:link		{ color: #000099; }
.ulink a:visited	{ color: #000099; }
.ulink a:active		{ color: #6633ff; }
.ulink a:hover		{ color: #6633ff; }

	
address{text-align: center;
		font-size: 10px;
		font-style:normal;
}

#address2b{
		width:760px;
		height:40px;
		background-color:#ffffff;
}


#globaladress{
		font-size:10pt;
		margin-top:10px;
		text-align: center;
}
