/*共通要素指定ここから*/
*{
	margin:0px;
	padding:0px;
	}

body{
	background-color:#FFF;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,address {
font-size:100%;
font-weight:normal;
font-style:normal;
}


.px18 {font-size: 18px;line-height: 130%;font-weight: bold;}
.px16 { font-size: 16px; line-height: 130%;}
.px14 { font-size: 14px; line-height: 130%;}
.px12 { font-size: 12px; line-height: 150%;}
.px10 { font-size: 10px; line-height: 130%;}

strong{
font-weight:bold;
}

h1{
font-size:18px;
font-weight:bold;
margin:0px 0px 0px 0px;
}

h2{
font-size:16px;
font-weight:bold;
margin:0px 0px 0px 0px;
}

h3{
font-size:14px;
font-weight:bold;
margin:10px 0px 5px 0px;
}

h4{
	font-size:14px;
	margin:10px 0px 5px 0px;
	font-weight: bold;
}

p{
margin:0px 0px 10px 0px;
}

a:link{
color:#003399;
}

a:visited{
color:#330000;
}

a:hover{
color:#FF3300;
}

a:active{
color:#FF3300;
}

#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#col {
	width: 740px;
	text-align: left;
}

#menulist {
	width: 210px;
	float: left;
	
}

#main {
	width: 530px;
	float: right;
}
#contents {
	width: 516px;
	margin-left: 10px;
	margin-right: 4px;
	text-align: left;
}

.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.orange {
	color: #FF3300;
}
.blgreen {
	color: #006666;
}

.toTop{
width:510px;
text-align:right;
font-size:10px;
margin:10px 0px 10px 0px;
}

/*共通要素指定ここまで*/


/*フッター設定ここから*/
#footer{
width:740px;
background-color:#FFCCCC;
text-align:center;
margin:16px 0px 0px 0px;
padding:4px 0px 4px 0px;
font-size:12px;
font-family:MS PGothic,Osaka,sans-serif;
color:#333;
clear:both;
}

/*フッター設定ここまで*/





