@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(../images/bg.jpg);
	color:#444;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    line-height: 1.5;
	font-size:0.75em;
	_text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,em,address{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal; 
}

strong {
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

ul li {
    list-style-type:none;
}

img {
	display: block;
}

object,embed {  
     vertical-align: top;  
}

a img { border:0; }

a:link {
   color: #333;
   text-decoration:none;
}
a:visited {
   color:#666;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}

.smaller	{
	font-size:0.75em;
	font-weight:normal;
}

.red	{
	color:#F30;
	text-decoration:underline;
}

.pink	{
	color:#F36;
}

.green	{
	color:#628600;
	text-decoration:underline;
}

.ml50	{ margin-left:50px;}

.clear	{
	clear:both;
}

#container	{
	width:900px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#header	{
	height:145px;
	background:url(../images/header.gif) no-repeat;
	position:relative;
	margin:18px 0 0 0;
}

#header .h1	{
	position:absolute;
	right:4px;
	top:-16px;
	color:#50351B;
	font-size:0.94em;
}

#header .logo	{
	width:220px;
	height:50px;
	position:absolute;
	left:30px;
	top:80px;
}

#contents	{
	width:840px;
	_width:900px;
	padding:20px 30px 40px 30px;
	background:url(../images/bg_contents.gif) repeat-y;
}

#contents a:hover img	{
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
}

#main	{
	float:right;
	width:600px;
}

#sub	{
	float:left;
	width:200px;
	margin:0 40px 0 0;
}

#sub ul	{
	margin:4px 0 0 0;
}

#sub ul p	{
	margin-bottom:2px;
}

#sub li	{
	margin-bottom:22px;
}

#footer	{
	height:145px;
	background:url(../images/footer.gif) no-repeat;
	position:relative;
	margin-bottom:14px;
}

#footer ul	{
	padding:10px 0 0 30px;
}

#footer li	{
	display:inline;
}

address	{
	position:absolute;
	left:350px;
	top:48px;
	text-align:right;
	font-size:0.88em;
}

