/*--------------------------------------
　基礎
---------------------------------------*/

body {
	width:100%;
	color:#333333;
	text-align: center;
	text-indent: 0px;
	line-height:18px;
}

/*--------------------------------------
　見出し
---------------------------------------*/
h1 {
	color:#CCCC66;
	width:680px;
	text-align:right;
	font-weight:800;
	font-size:21px;
	color:#333333;
	border-bottom:dotted 1px #999999;
	background: url(../img/icon.gif) no-repeat right center;
	padding: 5px 20px 5px 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0px 20px 0px;
	background: url(../img/arrow1.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 20px 0px 5px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

td {
	font-size: 12px;
	color:#333;
	line-height:18px;
}
th {
	font-size: 12px;
	color:#F00;
}


/*--------------------------------------
　リンク
---------------------------------------*/
a:link{
	text-decoration: underline;
	color:#903903;
}

a:visited{
	text-decoration: underline;
	color:#903903;
}

a:hover {
	text-decoration: underline;
	color:#903903;
}

/*--------------------------------------
　個別定義　-全体-
---------------------------------------*/
#allitem {
	width: 980px;  
	margin: 0 auto;  
	text-align: left;  
}

/*--------------------------------------
　個別定義　-メインエリア-
---------------------------------------*/
#main p {
	padding: 0px;
	margin-left: 12px;
	margin-top: 5px;
	font-size: 12px;
	color: #333;
	line-height: 150%;
}

#main img {
	float: right;
	margin: 0px 5px 10px 0px;
}

#main .underphoto img {
	float: none;
	margin:0px;
}

#main .underphoto p {
	margin: 0px;
	padding: 0px;
}

.underphoto {
	text-align: center;
	padding: 10px 0px 10px 40px;
}

.underphoto-flo{
	width:310px;
	float: left; 
}

#main li {
	text-align: left;
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
	padding: 2px;
	list-style: none;
}

/*--------------------------------------
　個別定義　-下ナビエリア-
---------------------------------------*/
div#navi {
	orverflow:hidden;
	_height:1.5em;
}

div#navi li {
	padding:0 5px;
	display:inline;
	border-left:1px	solid #999;
	text-align:right;
	text-decoration:none;
	list-style: none;
}

#navi ul {
	font-size: 10px;
	list-style:none;
}

/*--------------------------------------
　個別定義　-ヘッダエリア-
---------------------------------------*/
#com-header td {
	font-size: 12px;
}

/*--------------------------------------
　個別定義　-右ナビエリア-
---------------------------------------*/

#sidebar menu li {
	text-align: left;
	list-style: inside url(../img/arrow.gif) disc;
	font-size: 14px;
	background-color: #FFF;
	margin: 0px 0px 0px -40px;
	padding: 3px 3px 3px 5px;
}

