@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: 'Meiryo', "Hiragino Kaku Gothic Pro", "MS UI Gothic", "MS P Gothic", 'メイリオ', "ヒラギノ角ゴ Pro W3", 'ＭＳ Ｐゴシック', Osaka, Arial, helvetica, sans-serif;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: url(../../img/background.gif);
	background-repeat: repeat;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	color: #782727;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
}
td {
	line-height: 150%;
}
img {
	border-width:0px;
}

/*
 *****************************************
 * layout CSS
 *****************************************
*/

/* header area */

#header-container {
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	height: 380px;
	background-image: url(../../img/background_header.gif);
	background-repeat: repeat-x;
}

#header-container #main-image {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 320px;
	background-image: url(../../img/bg_contents.gif);
}

#header-container #top-menu {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	height: 60px;
	padding: 0px;
}


/* main area */

#container {
	clear: both;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../../img/bg_contents.gif);
	height: auto;
}

#container #osusume {
	height: 130px;
	width: 740px;
	background-image: url(../../img/bg_osusume.png);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
}

#container #osusume div.item {
	display: inline;
	float: left;
	height: 105px;
	width: 132px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #E8E2CE;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}

#container #osusume div.item p {
	font-size: 9pt;
	margin: 0px;
}

/*
#container #osusume div.item img {
	border: 1px solid #AEB3AF;
}
*/

#container #osusume div.item a.item-photo-s {
	margin: 0px;
	padding: 4px;
	border: 1px solid #BBB8AC;
	background-color: #FFFFFF;
	float: left;
}

#container #osusume div.item a.item-photo-s:hover {
	background-color: #E2DBC2;
}



#container #contents {
	clear: both;
	width: 740px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: visible;
	background-color: #F9F8EE;
	float: left;
}

#container #contents #news {
	width: 500px;
	float: left;
	margin: auto;
}

#container #contents #banners {
	float: right;
	width: 210px;
	padding-bottom: 10px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

/* footer area */

#footer {
	clear: both;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	height: auto;
}

#footer #footer-top {
	clear: both;
	height: 10px;
	width: 780px;
	background-image: url(../../cimg/footer_border_top.gif);
}

#footer #footer-main {
	clear: both;
	width: 780px;
	background-image: url(../../cimg/bg_footer.gif);
	background-repeat: repeat-y;
}

#footer #footer-main #footer-content {
	width: 750px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../../cimg/footer_logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 90px;
	overflow: visible;
}

#footer #footer-main #footer-content p.qr-code {
	clear: both;
	float: left;
	margin-top: 10px;
}

#footer #footer-main #footer-content p.copyrights {
	clear: both;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer #footer-bottom {
	clear: both;
	width: 780px;
	background-image: url(../../cimg/footer_border_bottom.gif);
	height: 10px;
	background-repeat: no-repeat;
}

#footer #footer-main #footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer #footer-main #footer-content ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../../cimg/mark_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
#footer #footer-main #footer-content ul li a:link, a:visited {
	color: #444444;
	text-decoration: none;
}
#footer #footer-main #footer-content ul li a:hover, a:active {
	color: #111111;
	text-decoration: underline;
}
