body {
	background: #CACACA url(//img.atwiki.jp/image/024sb/images/background.png) repeat-x;
	color:#333;
	font-family:arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

body *{
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6 {
	color: #A40008;
}

a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 750px;
}

#header {
	width: 100%;
}

#header h1 {
	font-size: 28px;
	font-weight: bold;
	color: #A40008;
	padding-top:50px;
	line-height:1;
	margin-top:0;
}

#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height:1;
}
#sub_header a{
	color:#fff;
	line-height:1;
}

#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFF url('//img.atwiki.jp/image/024sb/images/background_content.gif');
	background-repeat: repeat-y;
} 
#main_content_top {
	height: 30px;
	background: #FFF url('//img.atwiki.jp/image/024sb/images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFF url('//img.atwiki.jp/image/024sb/images/background_bottom.gif');
}

.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}

#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
}

#footer hr{
	width:750px;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin: 0.5em 1em 0 0;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }




.menu{
	overflow:hidden;
}

#body p,
#body dl,
#body multicol,
.menu p,
.menu dl,
.menu multicol{
	display: block;
	margin: 1em 0;
}
#body dd,
.menu dd{
	display: block;
	margin-left: 20px;
}

#body blockquote,
.menu blockquote{
	display: block;
	margin: 1em 0 1em 1em;
	padding-left: 1em;
	border-left: solid;
	border-color: #666;
	border-width: .4em;
}

#body address,
.menu address{
	display: block;
	font-style: italic;
}

#body center,
.menu center{
	display: block;
	text-align: center;
}

#body h1,
.menu h1{
	margin: 13px 0;
	font-size:167%;
	font-weight:bold;
}
#body h2,
.menu h2{
	margin: 13px 0;
	font-size:152%;
	font-weight:bold;
}
#body h3,
.menu h3{
	margin: 13px 0;
	font-size:144%;
	font-weight:bold;
}
#body h4,
.menu h4{
	margin: 13px 0;
	font-size:129%;
	font-weight:bold;
}
#body h5,
.menu h5{
	margin: 13px 0;
	font-size:114%;
	font-weight:bold;
}
#body h6,
.menu h6{
	margin: 13px 0;
	font-size:100%;
	font-weight:bold;
}

#body xmp, 
#body pre, 
#body plaintext,
.menu xmp, 
.menu pre, 
.menu plaintext{
	display: block;
	font-family: fixed;
	white-space: pre;
	margin: 1em 0;
}

#body table,
.menu table{
	display: table;
	border-spacing: 2px;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	-moz-box-sizing: border-box;
	text-indent: 0;
	border:1px solid #aaa;
}

#body caption,
.menu caption{
	display: table-caption;
	text-align: center;
}

#body table[align="center"] > caption,
.menu table[align="center"] > caption{
	margin-left: auto;
	margin-right: auto;
}

#body table[align="center"] > caption[align="left"],
.menu table[align="center"] > caption[align="left"]{
	margin-right: 0;
}

#body table[align="center"] > caption[align="right"],
.menu table[align="center"] > caption[align="right"]{
	margin-left: 0;
}

#body tr,
.menu tr{
	display: table-row;
	vertical-align: inherit;
}

#body col,
.menu col{
	display: table-column;
}

#body colgroup,
.menu colgroup{
	display: table-column-group;
}

#body tbody,
.menu tbody{
	display: table-row-group;
	vertical-align: middle;
}

#body thead,
.menu thead{
	display: table-header-group;
	vertical-align: middle;
}

#body tfoot,
.menu tfoot{
	display: table-footer-group;
	vertical-align: middle;
}

#body table > tr,
.menu table > tr{
	vertical-align: middle;
}

#body td,
.menu td{ 
	display: table-cell;
	vertical-align: inherit;
	text-align: inherit; 
	padding: 3px;
	border:1px solid #333;
}
#body td{
	padding: 5px 1em;
}

#body th,
.menu th{
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	padding: 3px;
	border:1px solid #333;
}
#body th{
	padding: 5px 1em;
}

#body q:before,
.menu q:before{
	content: open-quote;
}

#body q:after,
.menu q:after{
	content: close-quote;
}

#body b, 
#body strong,
.menu b, 
.menu strong{
	font-weight: bolder;
}

#body i, 
#body cite, 
#body em, 
#body var, 
#body dfn,
.menu i, 
.menu cite, 
.menu em, 
.menu var, 
.menu dfn {
	font-style: italic;
}

#body u, 
#body ins,
.menu u, 
.menu ins{
	text-decoration: underline;
}

#body s, 
#body strike, 
#body del,
.menu s, 
.menu strike, 
.menu del{
	text-decoration: line-through;
}

#body sub,
.menu sub{
	vertical-align: sub;
	font-size: smaller;
	line-height: normal;
}

#body sup,
.menu sup{
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}

#body nobr,
.menu nobr{
	white-space: nowrap;
}

#body abbr[title], 
#body acronym[title],
.menu abbr[title], 
.menu acronym[title]{
	border-bottom: dotted 1px;
}

#body ul,
.menu ul{
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 25px;
}

#body ol,
.menu ol{
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	padding-left: 25px;
}

#body li,
.menu li{
	display: list-item;
}

#body ul ul,
#body ul ol,
#body ul dl,
#body ol ul,
#body ol ol,
#body ol dl,
#body dl ul,
#body dl ol,
#body dl dl,
.menu ul ul,
.menu ul ol,
.menu ul dl,
.menu ol ul,
.menu ol ol,
.menu ol dl,
.menu dl ul,
.menu dl ol,
.menu dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

#body ol ul,
#body ul ul,
.menu ol ul,
.menu ul ul{
	list-style-type: circle;
}

#body ol ol ul,
#body ol ul ul,
#body ul ol ul,
#body ul ul ul,
.menu ol ol ul,
.menu ol ul ul,
.menu ul ol ul,
.menu ul ul ul{
	list-style-type: square;
}

#body hr,
.menu hr{
	display: block;
	height: 1px;
	border: 1px 0;
	margin: 0.5em auto 0.5em auto;
}

.menu fieldset{
	width:135px;
	overflow:hidden;
}

.menu select{
	max-width:135px;
}
.menu input{
	max-width:135px;
}
.menu textarea{
	max-width:135px;
	background:#fff;
}

span.word1{ color: #000; background-color: #ffff66; }
span.word2{ color: #000; background-color: #a0ffff; }
span.word3{ color: #000; background-color: #99ff99; }
span.word4{ color: #000; background-color: #ff9999; }
span.word5{ color: #000; background-color: #ff66ff; }
span.word6{ color: #fff; background-color: #880000; }
span.word7{ color: #fff; background-color: #00aa00; }
span.word8{ color: #fff; background-color: #886800; }
span.word9{ color: #fff; background-color: #004699; }
span.word10{ color: #fff; background-color: #990099; }

#tarea_wiki{
	width:500px !important;
}

/*ads*/

.gafc_on{
	background-color:#FFE8BF;
}
a.gafc_domain{
	color:silver;
}

/* Hides from IE-mac \*/
 * html #source___Frame{ width:97% !important;}
 /* End hide from IE-mac */

