a	{color: #017acd}

/* コンテナ */
div#container	{
	width: 760px;
	background-image: url(../images/line-gray.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
}
#container h1 {
	background-position: center -60px;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-weight: lighter;
	color: #666666;
	display: block;
	width: auto;
	float: left;
}
div#container-inner	{background-image: url(../images/line-gray-right.png);
	background-repeat: repeat-y;
	background-position: right top}



/* ヘッダー */
div#header	{
	background-color: #dddddd;
	background-image: url(../images/sky-gray.jpg);
	background-position: 0 -60px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


/* パンくずリスト */
p#bread	{
	background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 7px
}


/* メイン */
div#main	{
	width:574px;
	float: left;
	border-top-width: 1px;
}

/* コンテンツ */
div#content	{width: 388px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #92c9ff;
	background-image: url(../images/grad-skyblue.png);
	background-repeat: repeat-x;
	border: solid 1px #84c2ff;
	font-size: 0.875em;
	color: #000000;
	line-height: 32px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	background-image: url(../images/maru-skyblue.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}


/* サイドバー */
div#sidebar	{
	width: 166px;
	float: left;
	margin-bottom: 25px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}

ul.sidemenu	{
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li h2	{
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border: solid 1px #ffffff;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 0.75em;
	margin-top: 0px;
	text-align: center;
}

ul.sidemenu li a	{display: block;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border: solid 1px #ffffff;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 0.75em}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul 	{margin: 10px 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: transparent;
	background-image: url(../images/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 13px;
	color: #000000;
	border: none;
	line-height: 24px;
	margin-bottom: 0}

ul.sidemenu ul li a:hover 	{background-color: #faffda;
	color: #000000}


p.feed	{margin-bottom: 10px;
	margin-left: 10px}

p.feed a	{background-color: #ffffff;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}

/* 右サイドバー */
div#sidebar-right	{
	width: 166px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

div.info	{border: none;
	margin-bottom: 20px}

div#sidebar-right h2	{background-color: #005087;
	border-bottom: none;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px}

div#sidebar-right h2	{background-color: #005087;
	border-bottom: none;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{font-size: 0.75em;
	margin: 10px}

div#sidebar-right ul	{font-size: 0.75em;
	margin: 5px 10px;
	padding: 0}

div#sidebar-right ul li 	{background-image: url(../images/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	list-style-type: none}



/* フッター */
div#footer	{
	background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}
.style4 {
	font-size: 0.75em;
	line-height: 1.6;
}
.othercontents {
	width: 388px;
	border: 1px solid #999999;
	font-size: 0.6em;
}
.td1 {
	border: 1px solid #999999;
	background-color: #e6eefc;
	font-weight: bold;
}
.td2 {
	height: 60px;
	width: 100px;
	border: 1px solid #999999;
}
.td3 {
	background-color: #e6eefc;
	width: 95px;
	border: 1px solid #999999;
}
.td4 {
	width: 100px;
	border: 1px solid #999999;
	text-align: center;
}
.td5 {
	width: 171px;
	border: 1px solid #999999;
}
.top {
	font-size: 0.75em;
	line-height: 1.6;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.containersite {
	font-size: 0.75em;
	float:right;
	color: #666666;
	padding-right: 10px;
}

