/************* GENERAL CSS ************/

body {
	margin: 0;
	padding: 0;
	background: #666666 url(http://img.atwiki.com/image/022cws/images/back.png) repeat-y center top;
	color:#333;
	text-align: justify;
	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: #3399FF;
}

a {
	text-decoration: none;
	color: #33CCFF;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	background-color: #FFFBFD;
	background-image:url(http://img.atwiki.com/image/022cws/images/header.jpg);
	background-repeat:no-repeat;
	width: 770px;
	height: 120px;
	margin: 0px auto;
}

#atwiki-jp-bg1{
	width: 770px;
	height: 120px;
	margin: 0px auto;
}

#header h1 {
	margin: 0;
	padding: 28px 0px 10px 20px;
	max-width:700px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
	font-family:"Times New Roman","ヒラギノ明朝 Pro W3","ヒラギノ明朝 Pro W6","細明朝体","平成明朝","ＭＳ Ｐ明朝",serif;
	line-height:1.3;
}
#header h1 a{
    line-height:1.1;
}

#header h2 {
	margin: 0;
	padding: 0;
	max-width:700px;
	text-align: left;
	color: #3399FF;
	font-size: 18px;
	text-transform: uppercase;
	font-family:"Times New Roman","ヒラギノ明朝 Pro W3","ヒラギノ明朝 Pro W6","細明朝体","平成明朝","ＭＳ Ｐ明朝",serif;
	line-height:1.3;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px;
	background-color: #000;
	text-align:center;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #9CF;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(http://img.atwiki.com/image/022cws/images/back-footer.png) repeat-y center top;
	text-align: center;
	padding: 2px;
	color: #333;
}


/* WIKI RULES */

#right{
	overflow:hidden;
}

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

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

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

blockquote{
	display: block;
	margin: 1em 0;
	padding:.6em;
	border:1px solid #3cf;
	border-left-width:5px;
}

#body h1,
#right h1{
	margin: 13px 0;
}
#body h2,
#right h2{
	margin: 13px 0;
}
#body h3,
#right h3{
	margin: 13px 0;
}
#body h4,
#right h4{
	margin: 13px 0;
}
#body h5,
#right h5{
	margin: 13px 0;
}
#body h6,
#right h6{
	margin: 13px 0;
}

xmp, 
pre, 
plaintext,
xmp, 
pre, 
plaintext{
	display: block;
	font-family: fixed;
	white-space: pre;
	margin: 1em 0;
	padding:.6em;
	background;#efe5e3;
	border:1px dotted #666;
}

#body table,
#right 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,
#right caption{
	display: table-caption;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

#body td,
#right td{ 
	display: table-cell;
	vertical-align: inherit;
	text-align: inherit; 
	padding: 3px;
	border:1px solid #aaa;
}

#body th,
#right th{
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	padding: 3px;
	border:1px solid #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

#body li,
#right 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,
#right ul ul,
#right ul ol,
#right ul dl,
#right ol ul,
#right ol ol,
#right ol dl,
#right dl ul,
#right dl ol,
#right dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

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

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

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

#right fieldset{
	width:210px;
	overflow:hidden;
}

#right select{
	max-width:210px;
}
#right input{
	max-width:210px;
}
#right textarea{
	max-width:210px;
}

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:450px;
}

/*ads*/

.gafc_on{
	background-color:#ECECEC;
}
a.gafc_domain{
	color:green;
}

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



