﻿?/* CSS Document */

bodyh1,h2,h3,h4,p,ul,li,blockquote,address{
	margin:0;
	padding:0;
	border:none;
	font-weight:normal;
	list-style:none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family: "Meiryo", "MS UI Gothic" , "Segoe UI", "verdana", "Arial";
	letter-spacing: 2px;
	color: #888888;
}
body{
	background-color:#FFFFFF;
	font-size:12px;
	line-height:15px;
	color:#666666;
	font-family: "Meiryo", "MS UI Gothic" , "Segoe UI", "verdana", "Arial";
}
h1,h2,h3,h4{
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	border:none;
}
div{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}
div#container{
	width:780px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

div#mainframe {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#mainfortop {
	width:740px;
	height:550px;
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
	background: #FFFFFF;
	background-image : url(../top.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
div#info{
	position:absolute;
	text-align:right;
	right:50px;
	bottom:5px; 

}

/*	top:280px;
	left:30px;*/


iframe#news{
	background:#FFFFFF;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	height:100px;
	width:350px;
}
/*	height:100px; */
/*	width:500px; */

div#main {
	position:relative;
	width : 780px;
}

.none{	/* 見せないテキスト用 */
	visibility:hidden;
}
.text{
	margin:0px 30px;
}
.profile{
	padding:0px 0px 10px 10px;
}
.bold{
	color: #888888;
	font-weight:bold;
}
.bold2{
	line-height:15px;
	font-weight:bold;
	text-align: right;
	color: #000000;
}
a { text-decoration: none; }
a:link { color: #666666 ;}
a:visited { color: #666666; }
a:hover { color: #999999;  }
