@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;
	color: #000000;
	background: #e1f5fe;
	background-image: url(/Image/body_bg.jpg);
	background-repeat: repeat-y;
}

/* アンカー */
a { color: #000000; text-decoration: underline; }
a:hover { color: #111111}
a img { border: 0; }

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

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

#banner
{
	position: relative; 
	width: 800px; /* necessary for ie win */
}

#banner-inner { position: static; }

#banner a {
	color: #555555;
	text-decoration: none;
}
#banner a:hover {
	color: #000000;
	text-decoration: underline;
}

/* 小見出し */
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:800px;
	float: left;
}
#container-inner { position: static; width: auto;}

/* ボディー */
#pagebody {
	position: relative;
	width: 100%;
	background: #ffffff;
}
#pagebody-inner { position: static; width: 100%;}

/* アルファ */
#alpha
{
	width:620px;
	margin: 2px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
}

/* アルファ（メインページ） */
#mainalpha
{
	width:620px;
	margin: 2px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
}

/* アルファ内 */
#alpha-inner
{
   padding: 0px 0px 0px 0px;
   position: static;
}

/* ベータ */
#beta
{
	width: 177px;
	margin: 2px 0px 0px 0px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	background-image: url(/Image/beta_bg.jpg);
	background-repeat: repeat-x;
	height: 678px;
}

/* ベータ（メインページ） */
#mainbeta
{
	width: 177px;
	margin: 2px 0px 0px 0px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	background-image: url(/Image/beta_bg.jpg);
	background-repeat: repeat-x;
	height: 678px;
}

/* ベータ内 */
#beta-inner
{
	height: 678px;
	padding: 0px 0px 0px 0px;
	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 #e92b37;
   padding: 5px;
   color: #000000;
   background: #f2d2d2;
   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:#000000;
	margin: 0px 0px 10px 0px;
	text-align: left;
	border-top:0px solid #e92b37;
	border-bottom:0px solid #e92b37;
	border-left:2px solid #e92b37;
	border-right:0px solid #e92b37;
	background-color: #f2d2d2;
}	

.entry-content,
.comment-content,
.trackback-content
{	
   margin: 0px 10px 0px 5px;
   line-height: 1.2;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #e92b37;
   padding-top: 3px;
   color: #000000;
   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 #e92b37;
   padding: 0 10px;
   color: #000000;
   font-size: 11px;
   text-align: center;
   background: #EAEAEA;
}

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

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

	display:none;
}

#rssfeed{
	margin: 15px 10px 0px 10px;
	color: #000000;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
}

/* アライドアーキテクツカスタム */
#aamenu{
	margin:0px auto 0px auto;
	text-align:left;
	font-weight: normal;
}	

#aamenu0{
	
	border-bottom: 1px dashed #def4ff;
}

#aamenu0 a{
	display:block;
	padding:6px 10px 6px 15px;
	color:#263294;
	text-decoration:none;
}

#aamenu0 a:hover{
	color:#263294;
	text-decoration:underline;
	background-color: transparent;
}

#aarss{
	padding:3px 5px 10px 10px;
}

/* ベース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{
	color : #aaaaaa ;
	text-decoration : none ;
}

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

div.header_link {
	background-color : #ffffff;
	color : #aaaaaa ;
	padding : 6px 0px 6px 0px ;
	margin : 0px 0px 0px 0px ;
	text-align : center ;
	vertical-align : middle ;
	font-size : 10px ;
	clear : both ;
	width : 100% ;
}

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

#copyright{
	margin : 0px auto;
	text-align : right;
	color:#aaaaaa;
	background-color : #ffffff;
	padding : 2px 5px 2px 5px ;
	font-size : 10px ;
}

/* お問い合わせフォームの設定 */
.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;
}
