body {
	background-image: url(../images/back.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3.sans-serif";
}

a	{
    color: #017acd
}

a.declink {
	text-decoration: none;
}

/* コンテナ */
div#container	{
	background-image: url(../images/side-blue.png);
	background-repeat: repeat-y;
	border: solid 1px #666666;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/* ヘッダー */
div#header	{
	background-image: url(../images/index/heder.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 720px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* パンくずリスト */
div#bread {
	width: 750px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 0.8em;
	padding-top: 7px;
}

div#header h1	{
	text-align: center;
	color: #CC0000;
	font-size: 20px;
	padding-top: 195px;
	padding-left: 440px;
	font-style: normal;
}

div#header p	{
	color: #333333;
	font-size: medium;
	margin: 0;
	text-align: right;
	font-weight: bold;
}

/* コンテンツ */
div#content	{
	width: 600px;
	float: right;
	font-size: 0.8em;
	line-height: 17px;
	margin-right: 10px;
}

div#content h2	{
	background-image: url(../images/skyblue.png);
	background-repeat: repeat-x;
	color: #FF3300;
	line-height: 25px;
	padding-left: 20px;
	margin-top: 0px;
}

div#content h3	{
	background-image: url(../images/h3-bar.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	color: #CC0000;
	padding-left: 30px;
}


/* サイドバー */
div#sidebar	{
	width: 140px;
	float: left;
}

ul.sidemenu	{
	border-top: none;
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	line-height: 0;
	background-color: #FF9900;
}

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

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	padding-left: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

ul.sidemenu li a:hover	{
	background-color: #FFCC00;
	border-top-color: #0099FF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #0099FF;
	color: #990000;
	padding-left: 17px;
}

.no-right {
	text-align: right;
}
.title-r {
	font-weight: bold;
	color: #990000;
	text-align: center;
	font-size: medium;
}
.title-m {
	font-weight: bold;
	color: #0033FF;
	text-align: center;
}
.title-s {
	text-align: center;
}
.title-b {
	font-weight: bold;
}
.title-c {
	color: #FF0000;
}
.title-bl {
	font-weight: bold;
	color: #0033FF;
}
.style2 {font-size: x-large}

.img-right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.img-left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* フッターナビ */
div#footer-nav {
	clear: both;
	width: 750px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.7em;
}
.feed {
	font-size: 0.8em;
	text-align: center;
}


/* フッター */
div#footer	{
	background-image: url(../images/line-blue.png);
	background-position: top;
	background-repeat: repeat-x;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	clear: both;
	background-color: #FFFFFF;
}

address	{
	font-size: 0.75em;
	font-style: normal;
	color: #000000;
	text-align: center;
	padding: 6px;
	background-image: url(../sky-gray.jpg);
	background-repeat: no-repeat;
}
