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

/* 基本 */
*{
	line-height:20px;
}

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;
 line-height:1.6em;
	color: #505050;
	background-color: #FEFFF1;
	background-image: url("Image/body_bg.jpg");
	background-repeat: repeat-y;
}

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

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


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

#banner-inner { position: static; }

#banner
{
	position: relative; 
	width: 800px; /* necessary for ie win */
}
#banner a {
	color: #aaaaaa;
	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: 0px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { }
.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-image: url("Image/side.jpg");	
background-repeat: repeat-y;		
background-position: top left;
}
#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;
	top:-40px;
}

/* アルファ（メインページ） */
#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 10px;
}
/* ベータ */
#beta
{
	width: 177px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
}

/* ベータ（メインページ） */
#mainbeta
{
	width: 177px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
}

/* ベータ内 */
#beta-inner
{
   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: #505050;
   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:#505050;
	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: #505050;
   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: #505050;
   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: #505050;
	background: #ffffff;
	font-size: 10px;
	line-height: 1.2;

	display:none;
}

#rssfeed{
	margin: 15px 10px 0px 10px;
	color: #505050;
	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 #EC9DDB;
	background: url("Image/side.gif");	
background-repeat: no-repeat;		
background-position: left  ;
	
}

#aamenu0 a{
	display:block;
	padding:6px 10px 6px 26px;
	color:#9F3607;
	text-decoration:none;
	
}

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

#aamenu1{	
	
	margin-bottom:1px;
	padding:6px 10px 6px 10px;
	color:#4e4d4e;
	text-decoration:none;
	
}	

#aamenu2{	
	margin-bottom:1px;
}	

#aamenu2 a{	
	display:block;
	border-style:solid;
	border-color:#cc9694;
	border-width:1px 1px 1px 1px;
	padding:6px 10px 6px 25px;
	color:#4e4d4e;
	text-decoration:none;
	background-color:#ffffff;
}	
#aamenu2 a:hover{	
	color:#ff0003;
	text-decoration:underline;
}

#aarss{
	margin:5px 0px 0px 0px;
                line-height: 1.2;
}

#aarss li{
                list-style-type: square;
}

/* ベース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;
}
/* フッターの設定 */
#footer{
height:13px;
	margin : 0px auto;
	background: url("Image/footer-a.gif");	
background-repeat: repeat;		
background-position: top  ;
	padding : 0px 0px 0px 0px ;
	font-size : 10px ;
}

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

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


div.header_link a{
	color : #9F3607 ;
	text-decoration : none ;
}

div.header_link {
	background-color : #ffffff;
	color : #9F3607 ;
	background: url("Image/footer2-a.gif");	
background-repeat: repeat;		
background-position: top  ;
	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: url("Image/footer2-a.gif");	
background-repeat: repeat;		
background-position: top  ;
	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;
}

#crumb{
	position:relative;
	top:-14px;;
	left:30px;;
}

table.company_01 {
	border:#FFFFFF 1px solid;
}

table.company_01 tr td {
	border:#FFFFFF 1px solid;
	background:#FFECF5;
	vertical-align:top;
	padding:5px;
}



