@charset "UTF-8";

*{
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	line-height: 1.7;
 background: #FFFFFF url(../common/bg.gif) repeat-y 0 0;
		/*\*/
	letter-spacing: 0.1em;
	/**/
}

/*--------------------------------------------------------*/
div#wrapper {
	width: 910px;
	background: #FFFFFF url(../common/wrapper_dot.gif) repeat-y 0 0;
	}
div#wrapperMGZ {
	width: 910px;
	background: #FFFFFF url(../common/wrapper_mgz.gif) repeat-y 0 0;
	}

/*----------------------------
 HeaderArea
----------------------------*/
div#headerArea {
	width: 910px;
 position: relative;
	background: #FFFFFF url(../../common/head_bg.jpg) no-repeat 0 0;
}

#siteID {
 width: 203px;
	padding-top: 40px;
	padding-left: 20px;
}
#siteID a {
 width: 100%;
	height: 0 !important;
	height /**/: 39px;
	padding-top: 39px;
	overflow: hidden;
	background: #FFFFFF url(../../common/id.jpg) no-repeat 0 0;
	display:block;
}
#siteID a:hover {	background-position: -213px 0;}

ul#gNavi {
	top: 60px;
	right: 5px;
	position: absolute;
}
ul#gNavi li {
	width: 112px;
	float:left;
}
ul#gNavi a {
 width: 107px;
	height: 0 !important;
	height /**/: 46px;
	padding-top: 46px;
	overflow: hidden;
	display:block;
}
li#gNavi01 a { background: #FFFFFF url(../common/navi01.jpg) no-repeat 0 0;}
li#gNavi02 a { background: #FFFFFF url(../common/navi02.jpg) no-repeat 0 0;}
li#gNavi03 a { background: #FFFFFF url(../common/navi03.jpg) no-repeat 0 0;}
li#gNavi04 a { background: #FFFFFF url(../common/navi04.jpg) no-repeat 0 0;}
li#gNavi05 a { background: #FFFFFF url(../common/navi05.jpg) no-repeat 0 0;}
li#gNavi06 a { background: #FFFFFF url(../common/navi06.jpg) no-repeat 0 0;}
#gNavi a:hover {	background-position: -118px 0;}

ul#language {
	position: absolute;
	top: 0;
	right: 18px;
}
ul#language li {
	float: left;
}
ul#language a {
 width: 100%;
	height: 0 !important;
	height /**/: 34px;
	padding-top: 34px;
	overflow: hidden;
	display:block;
}
li#lang01 { width: 76px;}
li#lang02 { width: 58px;}
li#lang03 { width: 59px;}
li#lang04 { width: 67px;}
li#lang01 a { background: #FFFFFF url(../../common/lang01.gif) no-repeat 0 0;}
li#lang02 a { background: #FFFFFF url(../../common/lang02.gif) no-repeat 0 0;}
li#lang03 a { background: #FFFFFF url(../../common/lang03.gif) no-repeat 0 0;}
li#lang04 a { background: #FFFFFF url(../../common/lang04.gif) no-repeat 0 0;}

#pankuzu {
	padding: 30px 10px 25px 10px;
	width: 890px;
	background-image: url(../../common/pankuzu_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
 clear: both;
}

.next {
 clear: both;
 text-align: right;
}

.pageup {
 margin-left: auto;
	margin-right: 0;
 width: 36px;
 clear: both;
}
.pageup a {
 width: 100%;
	height: 0 !important;
	height /**/: 18px;
	padding-top: 18px;
	overflow: hidden;
	background: #FFFFFF url(../../common/pageup.gif) no-repeat 0 0;
	display:block;
}

/*----------------------------
 FooterArea
----------------------------*/
.textNavi {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 5px solid #003399;
 clear: both;
}
#copyright {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

/*----------------------------
 Magazine 
----------------------------*/
div#columnContainer {
	width: 885px;
}

/*----------------------------
 Magazine localNaviArea
----------------------------*/

div#localNaviArea {
	width: 210px;
 float: left;
}
div#localNaviArea ul li ul {
 margin: 10px 5px 15px 10px;
}
div#localNaviArea ul li ul li {
 margin-bottom: 5px;
	font-size: 84%;
	line-height: 1.2;
}

/*----------------------------
 Contents
----------------------------*/
div#contentsAreaMGZ {
	padding-top: 28px;
	width: 650px;
	float: right;
	background: #FFFFFF url(../common/magazine_bg.gif) no-repeat 0 0;
}
div#contentsArea {
	margin: 0 auto;
	padding-top: 28px;
	width: 650px;
}
.photo {	background: #FFFFFF url(../common/photo_bg.gif) no-repeat 0 0;}
.magazine {	background: #FFFFFF url(../common/magazine_bg.gif) no-repeat 0 0;}
.video, .video2 {	background: #FFFFFF url(../common/video_bg.gif) no-repeat 0 0;}


