﻿@charset "UTF-8";

body {
	width: 100%;
	height: 100%;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
}

/* IMAGE */
img {
	border: none;
	line-height: 0;
}

#Wrapper {
	width: 990px;
	margin: 0 auto;
	background: #f2f2f2;
	text-align: left;
}

/* +++++++++++ LINK +++++++++++ */

a:link {
	color: #4d4d4d;
	font-size: 1em;
	text-decoration: underline;
}

a:visited {
	color: #4d4d4d;
	font-size: 1em;
	text-decoration: underline;
}

a:hover {
	color: #4d4d4d;
	font-size: 1em;
	text-decoration: none;
}

a:active {
	color: #4d4d4d;
	font-size: 1em;
	text-decoration: none;
}

/* +++++++++++ H +++++++++++ */

h1 {
	margin: 0 0 10px;
}

h2 {
	float: left;
	padding: 2px 0 2px 30px;
	background: #02427a url(../images/icon.gif) no-repeat;
	color: #fff;
	font-size: 16px;
}

h3 {
	margin: 0 0 5px;
	padding: 8px 25px;
	background: #005da4;
	color: #fff;
	font-size: 18px;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #fff;
}

/* +++++++++++ LOGO +++++++++++ */

#Logo {
	padding: 5px 8px 5px 0;
	background: #fff;
	text-align: right;
}


/*
/////////////////////////////////////
FOOTER
/////////////////////////////////////
*/

#Footer {
	clear: both;
	width: 990px;
	height: 20px;
	padding: 10px 0 0;
	background: url(../images/footer_back.gif) repeat-x;
	text-align: center;
}

#Footer p {
	color: #fff;
	font-size: 0.9em;
}


/*
/////////////////////////////////////
SIDE MENU
/////////////////////////////////////
*/

#SideMenu {
	float: right;
	width: 230px;
	margin: 0 30px 25px 0;
	_margin: 0 15px 25px 0;
}

/* +++++++++++ BANNER AREA +++++++++++ */

#SideMenu .BannerArea {
	margin: 0 0 20px;
}

#SideMenu .BannerArea ul {
	list-style: none;
}

#SideMenu .BannerArea ul li {
	margin: 0 0 8px;
}

/* +++++++++++ LIST AREA +++++++++++ */

#SideMenu .ListArea {
	margin: 0 0 10px;
}

#SideMenu .ListArea ul {
	width: 180px;
	margin: 0 0 10px;
	padding: 8px 25px;
	background: #fff;
	list-style: none;
}

#SideMenu .ListArea ul li {
	padding: 0 0 0 14px;
	background: url(../images/list_icon.gif) left 4px no-repeat;
}

#SideMenu .ListArea ul li.Oll {
	margin: 20px 0 10px;
}

/* +++++++++++ RSS +++++++++++ */

#SideMenu .RSS {
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #fff;
	/*border: 1px #02427a solid;*/
}

#SideMenu .RSS ul {
	list-style: none;
}

#SideMenu .RSS ul li {
	font-size: 0.8em;
}

#SideMenu .RSS ul li img {
	vertical-align: middle;
}


/*
/////////////////////////////////////
CONTENTS
/////////////////////////////////////
*/

#ContentsArea {
	float: left;
	width: 680px;
	margin: 0 0 25px 30px;
	_margin: 0 0 25px 15px;
}

#ContentsArea .Contents {
	width: 678px;
	margin: 0 0 10px;
	background: #fff;
	border: 1px #02427a solid;
}

/* +++++++++++ TITLE +++++++++++ */

#ContentsArea .Contents .Header {
	clear: both;
	width: 658px;
	height: 20px;
	padding: 10px;
	background: #02427a;
}
#ContentsArea .Contents .Header:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea .Contents .Header .Day {
	float: right;
	width: 130px;
	padding: 2px 10px 0;
	background: #005DA4;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

#ContentsArea .Contents .TextArea {
	clear: both;
	padding: 10px;
	line-height: 1.8em;
	overflow: hidden;
}
#ContentsArea .Contents .TextArea:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

/* +++++++++++ LIST +++++++++++ */

#ContentsArea .Contents .TextArea ul {
	list-style: none;
}

#ContentsArea .Contents .TextArea ul li {
	padding: 0 0 0 14px;
	background: url(../images/list_icon.gif) left center no-repeat;
}

/* ArchiveMenu */
#ContentsArea #ArchiveMenu {
	text-align: center;
}



