@import url("/AWT/awt.css");

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	text-align: center; 
	font-family:Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif;
	font-style: normal;
	font-size: 12px;
	min-width: 770px;
	color: #000000;
	background: url(bg.jpg) repeat-y center;
}

a { color: #000000; text-decoration: underline; }
a:hover { color: #111111; background: bbbbbb#}
a img { border: 0; }

#banner-header
{
	margin: 0;
	color: #dcdcdc;
	font-weight:normal;
	font-size:11px;		/*ヘッダータイトル文字サイズ*//*ヘッダー全体をクリック可にするので小さく上のほうに*/
	word-break:break-all;overflow:hidden;
	margin : 2px auto;
}


#banner2{
	width:770px;			/*バナー幅*/
	height:203px;			/*バナー高さ*/
	margin-left:auto;		/*センタリング*/
	margin-right:auto;		/*センタリング*/
}

#banner-inner { position: static; }

#banner
{
	position: relative; 
	width: 770px; /* necessary for ie win */
	background:#ffffff;
}
#banner a {
	color: #000000;
	text-decoration: none;
}
#banner a:hover {
	color: #000000;
}

h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	text-align: left;
	width:770px;
}
#container-inner { position: static; width: auto;}

#pagebody {
	position: relative;
	width: 100%;
	background: #ffffff;
}
#pagebody-inner { position: static; width: 100%;}

#alpha
{
	width: 515px;
	min-height:600px;
	margin: 0px 0px 0px 0px;
	padding:15px 20px 0px 10px; 
/*	padding:15px 10px 0px 20px; */ /* 左右逆にした場合にここで左右調整 */
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
}
#beta
{
	width: 220px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
}
#alpha-inner
{
   padding: 10px 10px 10px 10px;
   position: static;
}

#beta-inner
{
   padding: 10px 10px 10px 10px;
   position: static;
}

.content-nav
{
   margin: 10px;
   text-align: center;
   display: none;
}

.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

* html { display: inline-block; }
/* no ie mac \*/
* html { height: 1%; }

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #72d3a3;
   padding: 5px;
   color: #000000;
   background: #ffe8e2;
   font-size: 11px;
   font-weight: normal;
   line-height: 1;
   text-transform: uppercase;
}

.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #ffffff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.entry-header	/* 各エントリーのタイトル部分 */
{
	padding: 5px 0px 5px 10px;
	color:#0d9b49;
	margin: 0px 0px 10px 0px;
	text-align: left;

	border-top:0px solid #72d3a3;
	border-bottom:0px solid #72d3a3;
	border-left:2px solid #72d3a3;
	border-right:0px solid #72d3a3;
	background-color: #d1e9c9;
}	

.entry-content,	
.comment-content,	
.trackback-content	
{	
   margin: 0;	
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #0c9a48;
   padding-top: 3px;
   color: #0d9b49;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #0c9a48;
   padding: 0 10px;
   color: #0d9b49;
   font-size: 11px;
   text-align: center;
   background: #d1e9c9;
}

.comments-open-footer
{
   margin: 10px 0;
}

#designed_by_aa{
	border: 1px dashed #ededed;
	margin-bottom: 0;
	padding: 8px;
	color: #000000;
	background: #ffffff;
	font-size: 10px;
	line-height: 1.2;
}

#rssfeed{
	border: 1px dashed #ededed;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 8px;
	color: #000000;
	background: #ffffff;
	font-size: 10px;
	line-height: 1.2;
}

#aamenu{
	margin:20px auto 10px auto;
	text-align:left;
/*
	font-weight: bold;
*/
}	
#aamenu0{	
	margin-bottom:1px;
}	
#aamenu0 a{	
	display:block;
/*
	border-style:solid;
	border-color:#fe0000;
	border-width:0px 0px 0px 10px;
*/
	padding:4px 10px 4px 10px;
	color:#0d9b49;
	text-decoration:none;
	background-color:#d0e8c4;
}	
#aamenu0 a:hover{	
	color:#000000;
	background-color:#f2f4f3;
	text-decoration:underline;
}	
#aamenu1{	
/*
	border-style:solid;
	border-color:#fe0000;
	border-width:0px 0px 0px 10px;
*/
	margin-bottom:1px;
	padding:4px 10px 4px 20px;
	color:#0d9b49;
	text-decoration:none;
	background-color:#d0e8c4;
}	
#aamenu2{	
	margin-bottom:1px;
}	
#aamenu2 a{	
	display:block;
/*
	border-style:solid;
	border-color:#fe0000;
	border-width:0px 0px 0px 20px;
*/
	padding:4px 10px 4px 30px;
	color:#0d9b49;
	text-decoration:none;
	background-color:#d0e8c4;
}	
#aamenu2 a:hover{	
	color:#000000;
	background-color:#f2f4f3;
	text-decoration:underline;
}	

/* ベースCSS */	

body, td, th, input, select, option, textarea {	
	font-family: "ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Osaka", "sans-serif";
	font-size: 13px;
	line-height:110%;
	margin: 0px;
}	
input, select, option, textarea { line-height:100%;}	

h2, h3, h4, h5, h6{
	letter-spacing:2px;
	font-weight: normal;
}

h1 {	
	font-weight:normal;
	line-height:120%;
	margin: 10 0 15 0px;
	padding: 13 5 10 15px;
}	
h2 {	
	font-size:1.3em;
	font-weight:normal;
	line-height:120%;
	margin: 10 0 13 0px;
	padding: 8 15 2 18px;
}	
h3 {	
	font-size:1.2em;
	font-weight:normal;
	line-height:120%;
	margin: 10 0 12 0px;
	padding: 5 12 3 22px;
}	
h4 {	
	font-size:1.1em;
	font-weight:normal;
	line-height:120%;
	margin: 10 0 10 0px;
	padding:5 10 2 25px;
}	
h5 {	
	font-size:1em;
	font-weight:normal;
	line-height:120%;
	margin: 10 0 10 10px;
	padding:4 10 3 23px;
}	
h6 {	
	font-size:1em;
	font-weight:normal;
	line-height:120%;
	margin: 10 0 10 15px;
	padding: 5 10 3 23px;
}

/* ヘッダーリンクの設定 */

div.header_link a:hover{
	color : #000000 ;
	text-decoration : underline ;
}


div.header_link a{
	color : #0d9b49 ;
	text-decoration : none ;
}

div.header_link {
	background-color : #d0e8c6;
	color : #0d9b49 ;
	padding : 5px 0px 5px 0px ;
	text-align : center ;
	vertical-align : middle ;
	font-size : 13px ;
	clear : both ;
	width : 100% ;
}

.header_separator{
	display : inline ;
	margin : 0px 1px 0px 1px ;
}

#copyright{
	text-align : center;
	color:#000000;
	background-color : #ffffff;
}

/* お問い合わせフォームの設定 */
.form_label{
	font-size:90%;
	line-height:110%;
	padding:6px 6px 4px 6px;
	margin:0px 0px 0px 0px;
	background-color:#E6E6E6;
	color:#3C3C32;
}

.form_input{
	font-size:90%;
	line-height:110%;
	padding:6px 6px 4px 6px;
	margin:0px 0px 0px 0px;
	background-color:#fafafa;
	color:#3C3C32;
}

.red{
	color:#C84650;
}

.example{
	color:#424C46;
	margin-left:4px;
}

.ask{
	padding:0px 0px 0px 0px;
	margin:10px auto 10px auto;
	width:95%;
	font-size:100%;
	letter-spacing:0px;
	line-height:90% ;
	word-wrap:break-word;
	word-break:break-all;
}

/* カテゴリーテスト表示用 */
#aacategory{
	display:none;
}
