@charset "utf-8";

/* default setup
---------------------------------------------------- */
html,ul,h1,h2,h3 {
    padding:0;
	margin:0;
}
body {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	background: url(../img/tpl/bg.jpg) repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 2 auto 0;
	text-align: center;
}
td {
	font-size: 13px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	padding: 0;
	margin: 0;
}
div{zoom:1;}
div:after{
    display: block;
    height:0px;
    clear:both;
}

#layout {
	width: 780px;
	margin:0px auto;
	background: url(../img/tpl/main_bg2.jpg) repeat-y;
	height: auto;
	text-align: left;
}
#main-bg {
	width: 760px;
	margin:0px;
	background: url(../img/tpl/main_bg.jpg) no-repeat;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
}
#mainspace {
	width: 760px;
	height: auto;
	text-align:left;
	margin:0;
	padding: 0;
}
h2{
	font-size:100%;
	margin-bottom: 30px;
}
h3{
	font-size:100%;
	margin-bottom: 15px;
}
h4{
	font-size:100%;
	margin-bottom: 10px;
	margin-top: 10px;
}


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover {
	text-decoration:underline;
	color:#27389B;
}

/* header
---------------------------------------------------- */
#header {
	width:760px;
}

h1{
	font-size: 12px;
	display: block;
	font-weight: normal;
	color: #27389B;
	line-height: 120%;
	height: 16px;
}

/* navigation
---------------------------------------------------- */
#navigation {
	height: 35px;
	width: 760px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#navigation li{
	float:left;
	margin: 0;
	display: inline;
}


/* pagebody
---------------------------------------------------- */
#pagebody {
	width: 760px;
	height:auto;
	padding: 0;
	margin-top: 20;
	margin-bottom: 30px;
}




/* contents
---------------------------------------------------- */


/* footer
---------------------------------------------------- */
#bottom-navi{
	clear: left;
	width: 760px;
	text-align: left;
	padding-bottom: 20px;
}
#footer{
	height: 40px;
	text-align: center;
	margin:0px auto;
	width: 100%;
	vertical-align: middle;
	border-top: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}

#footer-link {
	text-align: left;
	padding-left: 230px;
	float: left;
}
#footer-link ul{
	list-style:none;
}
#footer-link li{
	float: left;
}
#footer-link a {
	padding:0 10;
	border-right: 1px solid #27389B;
	font-size: 12px;
	line-height: 14px;
}
#footer-link a:link,
#footer-link a:visited {
	text-decoration:none;
	color: #27389B;
	font-size: 12px;
}
#footer-link a:hover{
	text-decoration:underline;
}
#footer-link .top a {
	padding-left: 0px;
}
#footer-link .end {
	border-right: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #27389B;
	font-size: 12px;
	text-align: right;
	line-height: 100%;
	vertical-align: bottom;
}
#pup {
	float: right;
	margin-right: 15px;
	font-size: 12px;
	line-height: 120%;
}
#pup a {
	font-size: 12px;
	line-height: 14px;
}
#pup a:link,a:visited {
	text-decoration:none;
	color: #27389B;
	font-size: 12px;
}
#pup a:hover {
	text-decoration:underline;
}

/* extended
---------------------------------------------------- */
.main-img {
	margin-top: -1px;
}
.hyo {
	padding: 5px 5px 5px 10px;
}
.hyo2 {
	margin-top: 3px;
}
.font-l {
	font-size: 22px;
}
.font-r {
	color: #FF0000;
}
