@charset "utf-8";
/* CSS Document */

/* body */

html{
	height:100%;
	width:100%;
	background: #69C;
}
body {
	font: 62.5%/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
	color: #505050;
	background:	url(../common/bg_body.gif) repeat-y center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* for IE7 fonts */
*+html body {
	font-family: "メイリオ",Meiryo,"MS P ゴシック","MS P Gothic",sans-serif;
}
/* for IE6 fonts */
*html body {
	font-family: "MS P ゴシック","MS P Gothic",sans-serif;
}

/* ------ link ------ */

a:link {
	text-decoration: none;
	color: #0050CC;
}
a:hover {
	color: #DC1414;
	text-decoration: underline;
}
a:visited {
	color: #0050CC;
	text-decoration: none;
}
.small {
	font-size: 85%;
}
.red_small {
	color: #DC1414;
	font-size: 85%;
}

/* ----- wapper ----- */

#wrapper {
	text-align: center;
	margin: 0px auto;
	height: auto;
	width: 850px;
}

/* ------ header  ------ */

#header {
	height: 120px;
}
#header #spj {
	font-size: 140%;
	text-align: left;
	height: auto;
	width: 160px;
	padding-top: 8px;
	padding-left: 15px;
	float: left;
	font-weight: bold;
}
#header #title {
	float: left;
	height: auto;
	width: 485px;
	padding-top: 20px;
	text-align: right;
	padding-left: 0px;
}
#header #sfa {
	text-align: right;
	float: right;
	width: 160px;
	padding-top: 10px;
	padding-right: 15px;
	line-height: 2.5;
	font-weight: bold;
}

/* ------ main  ------ */

#main {
	width: 835px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
}

/* ------ contents ------ */

#main #contents {
	text-align: left;
	float: right;
	height: auto;
	width: 650px;
	font-size: 140%;
}
#contents ul {
	margin-bottom: 10px;
}
#contents ul li {
	font-size: 100%;
	background: url(../common/li_mark.gif) no-repeat 0px 2px;
	line-height: 1.4;
	padding-left: 18px;
	margin-bottom: 5px;
}
#contents .totop {
	text-align: right;
	padding-right: 33px;
	background: url(../common/arrow_up.gif) no-repeat 620px;
	line-height: 16px;
	height: 16px;
	font-size: 80%;
	clear: both;
}
#contents #copyright {
	text-align: center;
	margin-top: 5px;
	font-size: 85%;
	padding-bottom: 10px;
	line-height: 1.5;
	border-top: 1px solid #9FF;
	padding-top: 5px;
	width: 635px;
}

/* ------ menu ------ */

#main #menu {
	float: left;
	height: auto;
	width: 160px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	font-size: 120%;
	line-height: 26px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 9px;
	padding: 0px;
	height: 28px;
	width: 160px;
	background: url(../common/bg_menu1.gif) no-repeat left top;
}
#main #menu ul li a:hover {
	background: url(../common/bg_menu2.gif) no-repeat left top;
	text-decoration: none;
}
#main #menu ul .series {
	margin-bottom: 10px;
}
#main #menu ul .series li a {
	background-image: none;
	height: auto;
	display: inline;
	line-height: 1.4;
	font-weight: normal;
}
#main #menu ul .series li a:hover {
	background-image: none;
	color: #DC1414;
	text-decoration: underline;
}
#menu ul .series .cost a {
	background: #F00;
	color: #FFF;
	padding: 1px 4px;
	text-decoration: none;
	margin-top: 2px;
}
#menu ul .series .cost a:hover {
	background: #FF0;
	color: #FFF;
	padding: 4px;
	text-decoration: none;
}

/* ------ news ------ */

#menu #news {
	font-size: 120%;
	line-height: 1.5;
	height: auto;
	width: 160px;
	text-align: left;
	margin-top: 10px;
}
#menu #news p {
	margin-top: 5px;
}
#menu #news p img {
	margin-bottom: 5px;
}
#main #menu #address {
	font-size: 120%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: 1px solid #39C;
	margin-top: 15px;
	height: auto;
	width: 149px;
}
#menu #address address {
	font-style: normal;
	width: 200px;
	height: 20px;
	display: block;
}
#menu #news {
}

/* ------ MT news ------ */

#news ul .m-entry a {
	background-image: none;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 7px;
	font-size: 100%;
	height: auto;
}
#menu #news ul .m-entry a:hover {
	background-image: none;
	text-decoration: underline;
}

