@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	line-height:100%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../../mt_data/img/bg.gif);
	background-attachment: fixed;
}

.cl{
	clear: both;
	visibility:hidden;
	font-size:0;
	height: 0;
	line-height:0;
}


/* header */
#header{
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}
#header-content{
    padding:0 40px;
}

#header .head_left{
	margin: 20px 0;
	width: 350px;
	float: left;
}
#header .head_left h1{
	margin: 70px 0 0 0;
}
#header .head_right{
    padding-right:40px;
	width: 300px;
	float: right;
	text-align: right;
}
#header .head_right ul{
}
#header .head_right li{
	margin: 0 0 10px 0;
	float: right;
	font-size: 69%;
	list-style:none;
}
#header .head_right ul.txt li{
	margin-left: 20px;
}
#header .head_right ul.txt li a{
	color: #FFFFFF;
}
#header .head_right2{
	width: 300px;	height:17px;
	padding:1px 0;
	float: right;
	text-align: right;
	background-color:#e4e4e4;
}
#header .head_right2 ul{
    margin: 0;
}
#header .head_right2 li{
	float: right;
	font-size: 69%;
    list-style:none;
}
#header .head_right2 ul.txt li{
	margin-left: 20px;
}

/* global menu */
#set_gmenu{
	margin: 35px auto 20px auto;
	width: 781px;
}
#set_gmenu ul{
	width: 781px;
	margin:0!important;
}
#set_gmenu li{
	float: left;
	list-style:none;
}

/* ---------------------- */
/* メイン用 */
dl.headline {
    clear:both;
    padding-top: 5px;
}
dl.headline dt {
	width:64px;
	float:left;
	margin-right:5px;
}
dl.headline dd {
    width:500px;
    float:right;
    font-size:75%;
}
dl.headline a {
    text-decoration:none;
    color:#333;
}
dl.headline a:hover {
    text-decoration:underline;
}
.asset-body {
    float:right;
    width:500px;
    font-size:75%;
}
.content-nav {
    border-top:1px dotted #999999;
    padding-top:5px;
    font-size:75%;
}

.pagelist {
    width:560px;
    clear:both;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #999999;
    font-size:75%;
}


/* ---------------------- */

/* ---------------------- */
/* サイドメニュー */
#beta .side_top {
    vertical-align:bottom;
}
.widget-content ul {
    margin: 10px auto;
}
.widget-content li {
    font-size:75%;
}
.widget-content li a {
    background-image: url(../../mt_data/img/arrow03.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 8px 0 8px 10px;
    height:16px;
    border-bottom: 1px solid #333399;
}
.widget-content li a:hover,
.widget-content li.over a {
    background-image: none;
    background-color: #333399;
    color: #fff;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 8px 0 8px 10px;
    border-bottom: 1px solid #333399;
}
.txt_side li{
	list-style:none;
}

/* バナー */
.bnrbox{
	margin: 10px 0;
	padding: 0;
}
.bnrbox img{
	margin-bottom: 10px;
}

/* ---------------------- */

/* PageTop制御用 */
.pageup{
	padding: 10px 0;
	width: 100%;
	text-align: right;
	font-size: 69%;
    clear:both;
}
.pageup a{
    background-image: url(../../mt_data/img/arrow02.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 10px;
    text-decoration:none;
}

/* footer */

#foot_link{
	padding: 10px 0;
	font-size: 69%;
	text-align: center;
	clear:both;
}
#foot_link p{
	border-right: 1px solid #666;
	padding: 0 5px;
	display: inline;
}
#foot_link p:first-child{
	border-left: 1px solid #666;
}
#foot_link a{
	color: #333333;
}


#set_foot{
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
	border-top: 1px solid #333;
	font-size: 82%;
	background-image: url(../../mt_data/img/foot_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#set_foot .copyright{
	margin: 5px 0;
	text-align: left;
}
#set_foot .address{
	margin: 10px 0;
	padding-left: 35px;
	width: 100%;
	text-align: left;
	background-image: url(../../mt_data/img/foot_logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}


