/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img0111.jpg) repeat-x;
	font: normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 700px;
	height: 130px;
	margin: 0 auto;
}


/* サイトマップ
---------------------------------------------*/
#utilityNavigation {
	position:absolute;
	right:0;
	top:30px;
	width:170px;
	font-size:90%;
	line-height:1.2;	
}

#utilityNavigation li {
	position:absolute;
	top:0;
	width:8em;

}

#utilityNavigation li#navSiteMap {
	right:9em;
}

#utilityNavigation li#navInquiry {
	right:0;
}

#utilityNavigation li a {
	padding-left:12px;
	color: #000000;
	text-decoration:underline;
}

/* メニュー */

#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	padding: 14px 0 0 0;
	margin-top:10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-size: 100%;
	color: #4a4a4a;
}

#menu a:hover {
	color: #cccccc;
	font-weight: bold;
}

#menu .active a {
	background: url(../images/img0311.jpg) no-repeat;
	color: #FFFFFF;
}

#utilityNavigation li a:hover {
	text-decoration: none;
}

#gallery {
	clear: both;
	width: 700px;
	height: 320px;
	margin: 0 auto;
}

/* Content */
/* 右側 */
#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#post {
	float: right;
	width: 430px;
	margin-bottom: 10px;
	color: #323232;
}

#post .ue {
	background: url(../images/img15.gif) no-repeat 0 40px;
}

#post h2 {
	color: #FF8400;
	font-size: 110%;
}

#post .meta {
	padding: 1em 1em;
	font-weight: bold;
	font-size: 110%;
}

#post .story {
	padding: 10px 20px;
	line-height: 140%;
}

/* Sidebar */
/* 左側 */
#box {
	float: left;
	width: 250px;
}

#box .ue {
	background: url(../images/img14.gif) no-repeat 0 40px;
}

#box h2 {
	color: #0078FF;
	font-size: 110%;
}

#box .shin {
	padding: 10px;
}

#box .shin ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#box .shin li {
	padding: 0.5em 0 1.5em 0;
	border-bottom: 1px dotted #0078FF;
}

#box .shin a {
	text-decoration: underline;
	color: #0078FF;
}

#box .shin a:hover {
	text-decoration: none;
	color: #0078FF;
}

#box .shin i {
	float: right;	
	color: #999999;
}

#box .shin .list {
	margin: 0.5em 0 3em 0;
	float: right;
}

/* Footer */

#footer {
	clear: both;
	padding: 5px 0px 30px 0px ;
	background: #C3C837 url(../images/img1611.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer ul {
	text-align: center;
	color: #999999;
}

#footer li {
	font-size: smaller;
	list-style:none;
	padding: 10px;
	display:inline;
}