@charset "utf-8";

#topImageContainer {
	height: 287px;
	width: 100%;
	background-color: black;
	background: url('./images/top_head_bg.jpg') repeat-x center;
	text-align: center;
}

#topImage {
	height: 288px;
	width: 100%;
	background: url('./images/top_image.jpg') center center no-repeat;
}

#topImage h1 {
	font-size: 10px;
}

#topMenuContainer {
	width: 100%;
	background-image: url('./images/top_menu_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
}
#topMenu {
	background: url('./images/top_menu_bg_long.jpg') center center no-repeat;
	text-align: center;
	height: 45px;
	
}
#topMenu ul {
	display: inline;
}

#topMenu li {
	display: inline;
}
#medRow {
	width: 100%;
	background-image: url('./images/content_bg.gif');
	background-repeat: repeat-x;
	padding-top: 27px;
	text-align: center;
}


#contentWrapper {
	background: transparent url('./images/tri_color_bg.gif') repeat-y scroll center top;
	width: 900px;
}
.clFix {
	min-height:1px;
}

#leftAndCenter {
	float: left;
	width: 689px;
}

#gotoTopic {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#leftContentContainer {
	width: 478px;
	float: left;
	overflow: hidden;
	border-top: 3px solid #cc000c;
	/* text-align: center; */
}

img#news_topics {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 12px;
}

.topic {
	background-color: white;
	width: 460px;
	margin-bottom: 11px;
	margin-left: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*
.topic {
	background-color: white;
	width: 430px;
	margin-bottom: 15px;
	padding-left: 15px 15px;
}
*/
.topic h3 {
	color: red;
	margin-bottom: 3px;
	font-size: 1.1em;
	margin: 3px 15px;
	margin-top: 6px;
}

.date {
	color: #0e7cb5;
	font-size: 0.9em;
	margin: 3px 15px;
	margin-bottom: 6px;
}

.topic p {
	margin: 3px 15px;
}

#centerContentContainer {
	float: right;
	width: 203px;
	background-color: black;
	
}

#storeItemContaner {
	border-top: 3px #0e5272 solid;
	background-color: black;
	width: 203px;
	float: left;
	margin-left: 0;
	text-align: center;
}


#storeItemContaner img {
	margin-bottom: 10px;
	margin-left: 10px;
}

.storeItem {
	width: 170px;
	background-color: white;
	padding: 10px;
	margin-top: 10px;
}

.storeitem img {
	clear: both;
}

.centerAd {
	width: 203px;
	float: left;
	background-color: #0c6684;
	text-align: center;
}

.adImg {
	margin-top: 20px;
	margin-left: 3px;
}


#rightContentContainer {
	float: right;
	overflow: hidden;
	width: 210px;
	text-align: center;
}
#rightContentContainer img {
	padding: 0;
	margin: 0;
}
img#rightContentTitle {
	margin-bottom: 10px;
}


#blogLinks {
	background-color: #e20010;
	width: 202px;
	float: right;
	text-align: center;
}
#blogLinks a img {
	margin: 0;
	padding: 0;
}

/*----------------リンクの指定----------------*/
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;
}
	
