/* class設定 */
.small, .xsmall, .large, .xlarge , .xxlarge{
	font-family:Arial, Verdana, sans-serif
}

/* リンク設定 */
A{}
A:link { color:#003366;text-decoration:underline}
A:visited { color: #003366;text-decoration:underline}
A:hover   { color: #006600;text-decoration:none}
A:active  { color: #0000FF;text-decoration:none}

/* Hタグ文字設定 */
h1 {
	font-size: 10px;
	margin: 0px;
	color: #FFFFFF;
} 
/* ↓サイト毎の設定は以下に記載↓ */
body {  
	color: #333333; 
	background-image: url(img/share/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	text-align: center; 
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
.footer {
	background-color: #545454;
	margin-top: 5px;
	color: #DFDFDF;
	font-size: 10px;
	height: 25px;
	padding: 3px 7px;
}
.main { 
	background-image: url(img/index/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FF7A00;
}
.box {
	padding-left: 12px;
}

#profile table.box2{
font-size:12px;
padding:0px;
margin:0px;
}

#profile table.box2 th.orange{
background:#FFD5C2;
border-right:1px solid #FF5000;
padding:3px 0px 3px 10px;
text-align: left;
font-weight:normal;
vertical-align:top;
}
#profile table.box2 th.white{
background:#FFFFFF;
border-right:1px solid #FF5000;
padding:3px 0px 3px 10px;
text-align: left;
font-weight:normal;
vertical-align:top;
}
#profile table.box2 td.orange{
background:#FFD5C2;
padding:3px 0px 3px 10px;
}
#profile table.box2 td.white{
background:#FFFFFF;
padding:3px 0px 3px 10px;
}
