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

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	background:#f3eeda url(images/background.jpg) left top repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
}

img{
	border:none;
}

#all{
	width:750px;
	background:url(images/top-content-back.jpg) left top repeat-y;
	margin:auto;
}

#wrap{
	width:740px;
	margin:auto;
}

#header{
	background:url(images/header-back.jpg) left top repeat-x;
}

#main{
	margin:auto;
	text-align:left;
	width:720px;
}

#wrap-main{
	background:url(images/content-back.jpg) left top repeat-y;
}

#main-outer{
	background:url(images/menu-back.jpg) left top no-repeat;
}

#left{
	float:left;
	width:191px;
	margin-top:1em;
}

#right{
	float:right;
	width:510px;
	margin-top:1em;
}

a, a:link{
	text-decoration:none;
	color:#024DBD;
}

a:visited{
	color:#660066;
}

a:hover{
	color:#FF6600;
}

a:hover img{
	opacity:0.65;
	filter: alpha(opacity=65);
}

table.list {
	width:100%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:collapse;
}
	
table.list td {
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
	padding:0.5em;
}

#right > h3{
	margin-top:0;
}

#right h3{
	border-left:8px solid #FF6600;
	padding:5px;
}

ul.list{
	margin:0 0 0 1em;
	padding:0;
	list-style-type:square;
}

#news{
	_width:307px;
	_width:325px;
	border:1px solid #aaa;
	height:130px;
	line-height:150%;
	padding:8px;
	font-size:12px;
	overflow:auto;
}

#news ul{
	list-style-type:none;
	padding:0;
	margin-top:0;
	margin-left:0;
}

#news ul li{
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom:1px dotted #bbb;
}

#news ul li em{
	text-decoration:none;
	font-weight:bolder;
	font-style:normal;
	color:#660000;
}

table.item-text{
	font-size:12px;
	margin-top:0.5em;
}

table.item-text td{
	text-align:left;
}


/* form */
.lineH {	background-color:#ccc;
	height:1px;
	padding:0;
	margin:0;
	font-size:0;
}
.lineV {	padding:0;
	margin:0;
	font-size:0;
	width:3px;
	background-color:#990033;
}
.ness {	color:#FF6600;
}
input.ness {	background-color:#FFCCCC;
	color:#000;
}
input.w {	width:98%;
	font-size:1em;
}
textarea.w {
	width:98%;
	font-size:1em;
}
#contact {	
	display:inline;
}
#contact table{
	border:1px solid #999;
	width:500px;
}
