﻿@import url('block.css');
@import url('contents.css');
@import url('../wp-content/themes/Junichi/navi.css');
body{
	text-align:center;
	background-color:#cccccc;
	margin:0px;
	padding:0px;
	color:#333333;
	font-family:'メイリオ', Osaka, Verdana, sans-serif;
	font-size:75%;
}
h1{ 
    font-size:100%;
    margin:0;
	padding:0;
	font-weight:normal
}
#bigbox{
    text-align : center;
    width : 900px;
    margin:0 auto 0 auto;
}
#bigboxa{
    margin-left : auto;
    margin-right : auto;
    text-align:left;
    width : 900px;
    background-color:#FFFFFF;
}
#headerbox{
    height : 150px;
    background-image:url('../wp-content/themes/Junichi/images/header.gif');
    background-repeat: no-repeat;
}
a.banner-img {
    display: block;
    height:150px;
}
.banner-alt {
    display: none;
}
#navi{
	
}
#mainbox{
    background-color:#FFFFFF;
    width:900px;
    height:1500px
}
#leftbox{
    background-color:#FFFFFF;
    width : 870px;
    padding:10px;
}
#rightbox{
    width : 870px;
    padding:10px;
    background-color:#FFFFFF;
}
.time{
	color:#FFFFFF;
	text-align:right
}
#bottombox{
}
p.credit {
	color: #FFFFFF;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 2px 0 2px 0;
	text-align: center;
	width: 900px;
}



p.credit a {
    color:#333333;
    text-decoration:none;  
    
}

p.credit a:hover {
    color:#FF0000;
}


