@charset "utf-8";


/* 全体構造
---------------------------------------------------- */

* {
 margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body, table {
 text-align: center;
	font-size: 75%;
	font-family: Verdana,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ＭＳ Pゴシック",Osaka,sans-serif;
	line-height: 1.5;
	color: #808080;
	background: #F5F5F5 url(../images/bg_body.gif) top repeat-x;
}
a {
	color: #4C4C4C;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CC0066;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(../images/bg_wrapper.gif) bottom repeat-x;
}
#flash {
 position: relative;
	width: 100%; /* for WIN IE6*/
	height: 443px;
}


/* ボディー
---------------------------------------------*/

#container {
	position: relative;
	margin: 10px 0;
	width: 100%;
	height:350px;
}
#primary {
 position: absolute;
	left: 30px;
	top: 0px;
	width: 370px;
}
#secondary {
 margin-left: 410px;
	width: 310px;
}


/* ボディー内容（プライマリー）
---------------------------------------------*/

#primary h1 {
 font-weight: normal;
	margin-bottom: 12px;
	font-size: 90%;
}
#primary .section {
	font-size: 90%;
 margin: 4px 0px;
}
#primary .section a{
	text-decoration: none;
	color: #808080;
}
#primary .section a:hover{
	color: #333333;
}
#primary .section em{
 line-height: 2;
	font-style: normal;
	color: #FF3366;
}




/* ボディー内容（セカンダリー）
---------------------------------------------*/

#secondary h2 {
 font-weight: normal;
	margin-bottom: 15px;
	font-size: 90%;
}
#secondary ul {
 margin: 0;
	padding: 0;
	height: 204px;
 list-style : none;
}
#secondary ul li {
 float : left;
	width: 155px;
	margin: 0;
	padding: 0;
}
#secondary ul li a {
 display: block;
	width: 100%;
}


/* フッター
---------------------------------------------*/

#footer {
 clear: both;
	text-align: left;
	width: 710px;
 height: 120px;
	margin: 20px;
	padding-top: 20px;
	background: url(../images/bg_footer.gif) top repeat-x;
	font-size: 75%;
}
#footer p {
 padding-top: 5px;
	color: #808080;
}
#footer a {
 text-decoration: none;
	color: #808080;
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FF3366;
}

