@charset "utf-8";
/*
=======================================================================
TANGO NIGHT CSS
=======================================================================
*/

* {
	font-family: 'MS PGothic', 'ＭＳ Ｐゴシック', "Osaka", 'Hiragino Kaku Gothic Pro', "sans-serif";
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
    height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-size: 12px;
	line-height: 150%;
	color: #F4EBD8;
	background-color: #2B0D16;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	_background-image:  url(../images/bg_ie.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
table {
	font-size: 12px;
	line-height: 150%;
}
a img { border: 0 none; }
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.cleardiv {
   clear: both;
   overflow: hidden;
   width: 0px;
   height: 0px;
   margin: 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
/*
=======================================================================
page layout setting
=======================================================================
*/
#container {
	width: 720px;
	margin:0px auto;
    position: relative;
    height: 100%;
    min-height: 100%;
}

body > #container {
	height: auto;
}

#header {
	background-color: #4B1727;
	height: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
#header .title {
	float:left;
	width: 220px;
	text-align: left;
	padding-top: 7px;
	padding-left: 12px;
}
#header .latest {
	float:right;
	width: 350px;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
#main{
    padding-bottom: 190px;
}

#content {
	text-align: left;
	margin-top: 60px;
	margin-left: 40px;
	margin-right: 50px;
}
#content .left {
	float:left;
	text-align: left;
	width: 160px;
}
#content .left .photo img {
	margin-right: 5px;
	margin-bottom: 5px;

}
#content .right {
	background-color: #39342E;
	float:right;
	text-align: left;
	width: 460px;
	padding-bottom: 40px;
	background-image:  url(../images/bg_contents_right_bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content .right .title {
	background-color: #292620;
	background-image:  url(../images/bg_contents_right_title.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content .right .title h2 {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 0.05em;
}
#content .right .area {
	line-height: 160%;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#content .right .gradation {
	background-attachment: scroll;
	background-image:  url(../images/gradation_contents_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content .right .gradation table a {
	color: #F4EBD8;	
	text-decoration: none;
}
#content .right .gradation table a:hover {
	color: #D0B8B8;
	text-decoration:underline;
}
#content .right .area p {
	padding-top: 5px;
	padding-bottom: 15px;
}
#content .right .area p a {
	color: #F4EBD8;
}
#content .right .area p a:hover {
	color: #D0B8B8;
	text-decoration:underline;
}
#content .right .area h3 {
	font-size: 12px;
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F4EBD8;
	padding-left: 7px;
	margin-bottom: 14px;

}
#content .right .area h3 a {
	color: #F4EBD8;
	text-decoration: none;
}
#content .right .area h3 a:hover {
	color: #D0B8B8;
	text-decoration:underline;
}
#footer {
    position: absolute;
    bottom: 0px;
	text-align: center;
    height: 190px;
    width: 720px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer .area {
	padding-top: 115px;
}
#header .latest a,
#footer .area a {
	color: #F4EBD8;
}
/*
=======================================================================
toppage
=======================================================================
*/
#toppage-container {
	background-image: url(../../toppage_images/bg.gif);
	background-repeat:repeat-y;
}
#toppage-top {
	height: 280px;/* image change 1/3 */
	background: url(../../toppage_images/top.jpg) no-repeat left top;
}
#toppage-left {
	float:left;
	width: 370px;
	background: url(../../toppage_images/left.jpg) no-repeat;
}
#toppage-left .news {
	word-break: break-all;/* IE only */
	width: 290px;
	height: 446px;/* image change 2/3 */
	text-align: left;
	padding-top: 30px;
	margin-left: 40px;
	padding-right: 20px;
	overflow: auto; 
	line-height: 180%;
}
#toppage-left .news p {
	margin-bottom: 30px;
}
#toppage-right {
	float:left;
	width: 330px;
	height: 446px;/* image change 3/3 */
	background: url(../../toppage_images/right.jpg) no-repeat;
}
#toppage-bottom {
	text-align: left;
	margin-right: 20px;
	background-image: url(../../toppage_images/bg.gif);
	background-repeat: repeat-y;
}
#toppage-bottom .about {
	text-align: right;
	width: 360px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#toppage-left .news a,
#toppage-bottom .about a {
	color: #fff;
	text-decoration: none;
}
#toppage-left .news a:hover,
#toppage-bottom .about a:hover {
	color: #F4EBD8;
	text-decoration:underline;
}
/*
=======================================================================
parts
=======================================================================
*/
.fontmini {
	font-size: 10px;
}
.discount {
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #4B1727;
}
.fontred {
	color: #C13B64;
}

