/*　全体適用　*/
a {
    text-decoration: none;
    border: none;
}
a:link {
    color: #0000FF;
}
a:visited {
    color: #0000FF;
}
a:hover {
    color: #FF46AE;
}
img {
    border: none;
    vertical-align: bottom;
}
html {
    overflow-y: scroll;
}
ul {
    list-style: none;
}
/*** フォントサイズ統一 ***/
/* ヘッダー統一 */
h1, h2, h2, h3, h5, h6 {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-image: url("./style/background.png");
    background-color: #1975DA;
    background-repeat: repeat-x;
    background-position: 50% 0%;
    background-attachment: fixed;
    font-size: 12px;
    line-height: 1.2;
}
/**********************************************************************/

/*　親ボックス　*/
.wrapper {
    position: relative;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 940px;
    height: 530px;
}
/*　ヘッダー　*/
.header {
    background-image: url("./style/headerbg.png");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 110px;
    overflow: hidden;
}
h1 {
    margin: 0;
    padding: 0;
}
.top {
    background-image: url("./style/makuralogo.png");
    width: 150px;
    height: 50px;
    margin: 30px 0 0 0;
    padding: 0;
    float: left;
    overflow: hidden;
}
.header a {
    display: block;
    width: 150px;
    height: 50px;
    text-indent: -9999px;
}
/*
.navi
	color:#000000;
	margin:30px 0 0 0;
	padding:0;
	width:790px;
	height:50px;
	overflow:hidden;
}

.navi ul{
	margin:30px 0 0 0;
	padding:0;
}
*/

#topnavi {
    margin: 30px 0 0 0;
    padding: 0;
}
#topnavi li {
    list-style: none;
    margin: 0;
    float: left;
    height: 50px;
    overflow: hidden;
}
a#navi1 {
    background-image: url("./style/navi1.png");
    width: 110px;
    height: 100px;
}
a#navi2 {
    background-image: url("./style/navi2.png");
    width: 110px;
    height: 100px;
}
a#navi3 {
    background-image: url("./style/navi3.png");
    width: 110px;
    height: 100px;
}
a#navi4 {
    background-image: url("./style/navi4.png");
    width: 110px;
    height: 100px;
}
a#navi5 {
    background-image: url("./style/navi5.png");
    width: 110px;
    height: 100px;
}
a#navi6 {
    background-image: url("./style/navi6.png");
    width: 110px;
    height: 100px;
}
a#navi7 {
    background-image: url("./style/navi7.png");
    width: 130px;
    height: 100px;
}
/*　コンテンツ　*/
.contents {
    position: absolute;
    display: block;
    width: 915px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #56A6FF;
    overflow: hidden;
    border-right: medium dotted #FFAEC9;
    border-bottom: medium dotted #FFAEC9;
    border-left: medium dotted #FFAEC9;
    /* 背景色のグラデーション */
	background: -moz-linear-gradient(top, #F3F5FA, #AFE3FF);																	/* webkit系 */
    background: -webkit-gradient(linear, center top, center bottom, from(#F3F5FA), to(#AFE3FF));								/* Mozilla系 */
 filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0, startColorstr='#F3F5FA', endColorstr='#AFE3FF' );		/* IE */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F5FA', endColorstr='#AFE3FF', GradientType=1 );		/* IE（初期） */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F5FA', endColorstr='#AFE3FF', GradientType=0)"; 	/* IE8-9 */
    background: linear-gradient( to bottom, #F3F5FA, #AFE3FF );																	/* IE10 */
}
.whatsnew {
    background-image: url("./style/whatsnew.png");
    width: 570px;
    height: 47px;
}
.whatsnew a {
    display: block;
    width: 140px;
    height: 42px;
    float: right;
}
.whatsnewend {
    background-image: url("./style/whatsnewend.png");
    width: 570px;
    height: 14px;
}
.footer {
    position: relative;
    background-image: url("./style/footerbg.png");
    margin: 0 auto 10px auto;
    width: 897px;
    height: 63px;
    overflow: hidden;
}
.footernavi p {
    float: left;
    margin: 25px 0px 0px 12px;
}
/* マウスの乗っているリンクテキストを色変更 */
.footernavi a:hover {
    color: #FF00FF;
}
.copylight {
    float: right;
}
.copylight p {
    margin: 25px 12px 0px 0px;
}
/*　サイドトピック　*/
#right {
    float: right;
    width: 340px;
}
/*　製品情報　*/
.product_info {
    /*background-image: url("./style/product_info.png");*/
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    position: relative;
    top: 10px;
    width: 340px;
    /*height: 480px;*/
    border: medium dotted #FFAEC9;
    overflow: hidden;
}
.product_navi {
    position: relative;
    top: 0px;
    margin : 5px 0px 5px 5px;
    padding: 0px;
}
ul.product_navi a {
    display: block;
    width: 330px;
    overflow: hidden;
}
/* マウスの乗っているリンクがぞを半透明 */
ul.product_navi a:hover img {
    opacity: 0.5;					/* webkit系 */
    -moz-opacity: 0.5;					/* Mozilla系 */
    filter: alpha( opacity = 50 );	/* IE系 */
}
.product_navi li {
    margin: 0px 0px 10px 0px;
    list-style: none;
    width: 330px;
}
/*　トピック情報　*/
.topic_info {
    /*background-image: url("./style/staff_info.png");*/
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin: 0px 0px 30px 0px;
    position: relative;
    top: 20px;
    width: 340px;
    /*	height: 468px;*/
    border: medium dotted #FFAEC9;
    overflow: hidden;
}
.topic_navi {
    position: relative;
    top: 0px;
    margin : 0px 0px 0px 5px;
    padding: 0px;
}
ul.topic_navi a {
    display: block;
    width: 330px;
    overflow: hidden;
}
/* マウスの乗っているリンクがぞを半透明 */
ul.topic_navi a:hover img {
    opacity: 0.5;					/* webkit系 */
    -moz-opacity: 0.5;					/* Mozilla系 */
    filter: alpha( opacity = 50 );	/* IE系 */
}
.topic_navi li {
    margin: 5px 0px 5px 0px;
    list-style: none;
    width: 330px;
}
