@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: 748px;
	color: #000000;
	background: #ffffff;
}

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

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


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

#banner-inner { position: static; }

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

/* .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:748px;
}
#container-inner { position: static; width: auto;}

/* ボディー */
#pagebody {
	position: relative;
	width: 100%;
	background: #ffffff;
	border-left: solid #989a97 1px;
	border-right: solid #989a97 1px;
	border-bottom: solid #989a97 1px;
}
#pagebody-inner { position: static; width: 100%;}

/* アルファ */
#alpha
{
	width: 520px;
	min-height:600px;
	margin: 0px 0px 0px 0px;
	padding:5px 0 10px 5px; 
/*	padding:15px 10px 0px 20px; */ /* 左右逆にした場合にここで左右調整 */
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
}

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

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

/* ベータ */
#beta
{
	width: 200px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
}

/* ベータ（メインページ） */
#mainbeta
{
	width: 200px;
	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
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content
{
   clear: both;
   margin: 5px 10px;
}

.entry-body
{
   clear: both;
}

.entry-footer
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.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
{	
   margin: 0;	
   line-height: 1.5;
}

.entry-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #e92b37;
   padding-top: 3px;
   color: #000000;
   font-size: 10px;
   text-align: right;
}

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

/* RSS情報 */
#rssfeed{
	border: 1px dashed #bbbbbb;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 8px;
	color: #000000;
	background: #ededed;
	font-size: 10px;
	line-height: 1.2;
}

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

#aamenu0{
	margin-bottom:1px;
}	

#aamenu0 a{
	display:block;
	border:#bbbbbb 1px solid;
	padding:6px 10px 6px 15px;
	color:#000000;
	text-decoration:none;
	background-color:#ededed;
}

#aamenu0 a:hover{
	color:#ffffff;
	text-decoration:none;
	border-color:#bbbbbb;
	background-color:#bbbbbb;
}

#aamenu2{	
	margin-bottom:1px;
}

#aamenu2 a{	
	display:block;
	border:#bbbbbb 1px solid;
	padding:6px 10px 6px 25px;
	color:#000000;
	text-decoration:none;
	background-color:#ededed;
}

#aamenu2 a:hover{	
	color:#ffffff;
	text-decoration:none;
	border-color:#bbbbbb;
	background-color:#bbbbbb;
}

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

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

div.header_link {
	border-top : #bbbbbb 1px solid ;
	border-bottom : #bbbbbb 1px solid ;
	background-color : #ededed;
	color : #000000 ;
	text-align : center ;
	vertical-align : middle ;
	font-size : 13px ;
	line-height: 26px;
	clear : both ;
	width : 748px ;
}

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

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

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

#copyright{
	text-align : center;
	color:#000000;
	line-height: 23px;
}

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

/* --------------------------------------------------
	main_img
-------------------------------------------------- */

.main_img {
	padding:20px 0px;
}

.main_img .main_img-img {
	width:165px;
	height:135px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #74C04C;
	
}

.main_img .main_img-tx {;
	font-size: 12px;
	background-image: url(http://www.haikaramodern.net/Image/main_img-bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:167px;
	height:22px;
	color:#fFFFFF;
	text-align:center;
}

.h3_03 {
	background-image: url(http://www.haikaramodern.net/Image/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #74C04C;
	text-indent: 25px;
	font-weight: normal;
	margin-bottom: 12px;
	width:100%;
	height: 20px;
	line-height:20px;
}

.h4_04 {
	background-image: url(http://www.haikaramodern.net/Image/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #74C04C;
	text-indent: 25px;
	font-weight: normal;
	margin-bottom: 12px;
	width:100%;
	height: 20px;
	line-height:20px;
}