/*

TEMPLATED BY ASSASSIN JP/TINKER
ENTIRE LAYOUT CONFIGURARION
GENERAL CONFIGURATION

---- size ------

Entire Width: 	950px;
Main Col:		420px;
Left Col:		245px [215px + 15px(R) + 15px(L) ];
Right Col:		285px [260px + 10px(R) + 15px(L) ];

---- colors ----

background gray		#e5e5e5;
text				#000000;
background red		#993366;

*/

html,body,form,ul,li,ol,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	line-height: 1.6em;
	color: #000000;
	font-family: 'trebuchet ms',  "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4", Verdana, Optima, Helvetica, Arial, sans-serif, Meiryo, "メイリオ","Osaka", "MS Pゴシック";
	background:url(/images/layout/bg.jpg) left top repeat-x;
	text-align: center;
	background-color: #993366;
}

h1 {
	left:22px;
	top:27px;
	position:absolute;
}


h2 {
	line-height: 1.6em;
	font-size:103%;
}

ul,ol {
	margin-left:1em;
}

ul li {
	list-style:none;
}

#entire {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
	position: relative;
	background:#ffffff url(/images/layout/contents_bg.jpg) center top repeat-y;
}

#entire-2 {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
} 

#wrap {
	width: 665px;
	float: left;
}

#sub-menu {
	width: 285px;
	float: right;
}

#sub-menu-padding {
	padding: 15px 10px 0 15px;
}

.content {
	padding-top:50px;
	margin-bottom:20px;
	width: 420px;
	float: right;
	background: #e5e5e5;
}
#menu {
	width: 245px;
	margin-bottom:20px;
	float: left;
}

#footer {
	width: 960px;
	height: 210px;
	background-color: #000000;
	background:#000000 url(/images/layout/footer.jpg) center top no-repeat;
	clear: both;
	text-align:left;
	position:relative;
	color:#ffffff;
}

#header {
	width: 960px;
	height: 140px;
	background:#000000 url(/images/layout/header.jpg) center top no-repeat;
	position:relative;
	color:#ffffff;
}
