@charset "utf-8";


* {
	padding: 0;
	margin: 0;
}


html {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 12px;
}

body {
	text-align: center;
}

body div {
	text-align: left;
	margin: 0 auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Osaka, Meiryo, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", sans-serif;
	background: white;
	word-wrap: break-word;
	text-align: center;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
}

body div {
	text-align: left;
	margin: 0 auto;
}

ul, li, img {
	margin: 0;
	padding: 0;
}

.separator {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 90%;
	height: 8px;
	background-image: url('../images/hr_bg.gif');
	background-repeat: repeat-x;
}



#wrap {
	width: 100%;
	border-top: 2px red solid;
	text-align: center;
}

#commHeaderContainer {
	background-image: url('../images/comm_head_back.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

#commHeader {
	width: 900px;
	background-image: url('../images/comm_header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: white;
	padding-left: 60px;
	padding-top: 4px;
	height: 120px;
}

#commHeader h1 {
	font-weight: normal;
	font-size: 10px;
}

#contentContainer
{
	width: 900px;
	background-color: black;
}

.sideMenu
{
	list-style: none;
	background-color: black;
	float: left;
	border-top: 2px solid black;
}


.sideMenu li {
	background-image: url('../images/menu_list_bg');
	background-repeat: repeat-x;
	display: list-item;
	line-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

li.blogList {
	width: 185px;
	margin-left: 6px;
	border-bottom: 1px solid #777;
}

li#ToblogHead {
	width: 185px;
	margin-left: 6px;
	margin-top: 42px;
	border-bottom: 1px solid #777;
}

#centerContentContainer {
	background-color: white;
	width: 700px;
	float: right;

}

#centerContent {
	width: 680px;
	float: right;
}

.contentWrap {
	margin-top: 20px;
	background-image: url('../images/content_bg_long.gif');
	background-repeat: repeat-x;
	background-position-y: none;
	background-position: top;
	background-color: #ebebeb;
	padding-top: 40px;
	padding-bottom: 5px;
}

.content {
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}


.content h2 {
	text-align: left;
	margin: 0 10px;
	padding: 15px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: white;
	color: red;
}

.content hr {
	background-image: url('../images/hr_bg.gif');
	height: 10px;
	width: 636px;
	border: none;
	
	margin-left: 10px;
} 

.content p {
	font-size: 1.0em;
	text-align: left;
	line-height: 1.7em;
	margin: 12px 22px;
	clear: left;
}

.content li {
	text-align: left;
	margin-left: 20px;
	list-style-position: inside;
}

.content h3 {
	text-align: left;
	font-size: 1.1em;
	margin: 20px auto 10px 24px;
}

img.alignRight {
	float: right;
	margin: 12px 10px;
}

img.alignLeft {
	float: left;
	margin: 5px 10px;
}

.moreButton {
	margin: 10px;
	float: right;
}

.miniFoot {
	background-color: #ebebeb;
	text-align: right;
	margin-top: 20px;
	padding-top: 8px;
}

.clearFoot {
	text-align: right;
	margin-top: 20px;
	padding: 8px;
}


#footerWrap {
	width: 100%;
	background-color: black;
	text-align: center;
}

#footer {
	width: 900px;
	background-color: black;
	color: white;
	font-size: 10px;
	padding: 10px;
}

#counters {
	float: right;
	text-align: right;
}

.clearBoth {
	height: 1px;
	clear: both;
}
/*----------------リンクの指定----------------*/
a:link {
 color: #6a8900;
 text-decoration: none;
}
a:hover {
 color: #ff6600;
 text-decoration: underline;
}
a:visited {
 color: #663366;
 text-decoration: none;
}
a:active {
 color: #ff6600;
 text-decoration: underline;
}
	
