﻿/* charset */
@charset "UTF-8";

body{
	margin: 0;
	padding:0;
}

html{
	margin: 0;
	padding:0;
}
body{
	font-size: 14px;
	font-family: sans-serif;
	text-align: center;
	background-color: #f2f2f2;
	background-image: url(img/back_stripe.png);
}
p{
	margin:0 10px 10px;
}
a{
	text-decoration:none;
	color:#000000;
}

img{
	border: 0px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

#header{
	border: 0px;
	background-color: #ffffff;
}


#container{
	text-align: left;
	background-color: #ffffff;
}

#content p{
	line-height:1.4;
}

ul.menu {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 35px;
	background: url(img/menu.gif) repeat-x top left;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	float: left;
	color: #080808;
	text-decoration: none;
	height: 24px;
	padding: 9px 15px 0;
	font-weight: normal;
}

.current {
	color: #fefffc;
	background: url(img/menu.gif) repeat-x top left;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #fefffc;
	background: url(img/menu.gif) repeat-x top left;
	text-decoration: none;
}

ul.menu .current a {
	color:#fefffc;
	font-weight:700;
}


#extra{
	clear: both;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer{
	clear: both;
	border: 0px;
}

#footer p{
	margin: 0;
	padding: 5px 10px;
}

#container{
	width: 800px;
	margin:0 auto;
}

#content{
	float: right;
	width: 390px;
	font-size: 12px;
}

#content p{
	width: 80%;
}


#leftbox{
	float: left;
	width: 400px;
}

#maincontent{
	float: right;
	width: 600px;
}
.itembox{
 border: 1px solid #ff6200;
}

p.contenttitle{
	font-size: 20px;
	margin-top: 10px;
	border-bottom: 5px solid #ff6200;
}

p.maintitle{
	clear: both;
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight:700;
	border-bottom: 1px solid #ff6200;
}

p.suvtitle{
	font-size: 14px;
	margin-left: 20px;
}

#maincontent ul{
	list-style-position : inside;
	line-height : 1.5;
	width: 85%;
}


#mainleftbox{
	float: left;
	width: 200px;
}

#mainleftbox ol a{
	font-size: 12px;
	border-bottom: 2px solid #ff0033;
	line-height : 2;
}

#mainleftbox ul {
	list-style-type: none;
	margin: 10px;
	font-size: 12px;
	line-height : 2;
}


#maincontent dl{
	margin: 15px;
	list-style-position : inside;
	line-height : 1.5;
	width: 85%;
}

table.tabjousei{
	font-size: 12px;
}

table.tabjousei td{
	border-bottom: 1px solid #666;
}

.toptext{
	font-size: 14px;
	text-align: right;
}

.orangebox{
	background-color: #ffda99;
	margin: 15px;
	padding-left: 10px;
	padding: 5px;
	font-size: 12px;
}

.itemtitle{
	border-bottom: 5px solid #ff6200;
	font-size: 14px;
	padding: 5px;
}

.float-left  { float: left; }
.float-right { float: right; }
.clear { clear: both; }

#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}


#gallery { margin:1em auto; border:2px solid #555; width:450px; height:180px; }

