﻿/* CSS Document */
/* CSS Document */
@charset "utf-8"; /*utf-8の場合*/
/* ########## ベース ########## */

/*大枠サイズ*/
#top {
height: 30px;
width: 760px;
background-repeat: no-repeat;
background-position: left top;
}

#side {
	float: left;
	width: 160px;
	text-align: center;
	margin: 0px;
}
#main ,#main2 {
margin-right: auto;
margin-left: auto;
width:600px;}

#main {
	float: left;
	padding-top: 10px;
	margin: 0px;
}
#main2 {
padding: 10px;
}

/*---side---*/
h1 a {
height: 100px;
width: 160px;
display: block;
text-indent: -9999px;
}

/*---sideメニュー全般---*/
#side .menu {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
/*H2メニュー 補助コメント*/
#side li.m_notes{
height: 13px;
text-indent: -9999px;
background-repeat: no-repeat;
font-size:1px;/*高さオーバー防止*/
}
#side .menu .m_li span, #side .menu .m_li2 span {
}

#side .end {
height: 5px;
}
#side .attent {
margin-top: 40px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
padding: 10px;
background-color: #CCCCCC;
font-size: 0.7em;
}
#side .banner{
margin-top: 40px;
margin-bottom: 40px;
width: 100%;
padding-bottom: 20px;
}
/*---ロールオーバー---*/
#side li a{
width: 100%;
height: 100%;
display: block;
font-size: 0.75em;
text-decoration: none;
text-align: left;
}
/*H2メニュー*/
#side li.m01, li.m02, li.m03{
height: 30px;
text-indent: -9999px;
}
/*サブメニュー*/
#side li.m_li,.m_li2{
height:25px;
line-height: 25px;
text-indent: 45px;
}
#side .m_li2{
	font-size: 0.75em ! important;
	text-decoration: none;
	text-align: left;
	background-image: url(../writers/img/btn_li01.gif);
	color: #666666;
	cursor: pointer;
	background-position: -5px;
}


/*---main---*/
.frame_base {
width: 92%;
margin-right: auto;
margin-left: auto;
clear: both;
}
.frame_top, .frame_top div, .frame_btm, .frame_btm div {
height: 5px;
background-repeat: no-repeat;
width: 100%;
}
.frame_top {
background-image: url(../img/borders/b01_top.gif);
background-position: left bottom;
}
.frame_btm {
background-image: url(../img/borders/b01_btm.gif);
background-position: left top;

}
.frame_top div {
background-position: right bottom;
background-image: url(../img/borders/b01_right_t.gif);
}
.frame_btm div {
background-position: right top;
background-image: url(../img/borders/b01_right_b.gif);
}
.frame {
padding-top: 7px;
padding-bottom: 20px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #CCCCCC;
border-left-color: #CCCCCC;
clear: both;
}
.frame p {
text-align: left;
}

.maintop {
width: 500px;
background-repeat: no-repeat;
height: 200px;
margin-right: auto;
margin-left: auto;
}
.maintop td {
	font-size: 0.75em;
	vertical-align: bottom;
	padding-bottom: 20px;
	text-align: left;
	padding-right: 15px;
	color: #666666;
}

.tachiyomi {
	color: #FF0000;
}
#main .out_order {
	margin-bottom: 7px;
	margin-top: 3px;
}
#tachiyomi_out img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #333333;
}



*---ShadedBorder---*/
/*ボックス内の背景色はここで指定*/
.sb-inner{
background-color: #F8E69C;
}

/*ボックスのボーダー色はここで指定*/
.sb-border{
background-color: #EEEEEE;
}

