@charset "UTF-8";


body {  
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	_line-height: 2;
	color: #666666;
	background-color: #f0f5f7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image : url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{  
	margin: 0px;
	padding: 0px;
}

ul{  
	list-style-type: none;
}

img {  
	border: none;
}

input,textarea,select {  
	font-size: 1em;
}

form {  
	margin: 0px;
}

table {  
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {  
	color: #666666;		/*リンクの文字色*/
}

a:hover {  
	color: #61AAC8;		/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削除。*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {  
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	_text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {  
	background-image : url(images/mainimg.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 83px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 640px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #a7d5e8;
	background-position: center center;
	background-color: #FFFFFF;
	float:right;
}

#header h1 {  
	font-size: 11px;		/*h1タグの文字サイズ*/
	color: #FFFFFF;	/*h1タグの文字色*/
	line-height: 13px;
	position: absolute;
	right: 10px;	/*ヘッダーに対して右から10pxの位置に配置*/
	bottom: 10px;	/*ヘッダーに対して下から10pxの位置に配置*/
}



/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {  
	_padding-bottom: 3px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {  
	_width: 720px;
	_float: right;
	padding-bottom: 5px;
	clear:both;
}

#main h2 {  
	font-size: 100%;
	background-color: #FFFFFF;
	border-bottom: 4px solid #61AAC8;		/*h2タグの下線*/
	background-image : url(h2bg.gif);	/*h2タグの背景画像*/
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #d6e9f1;			/*h2タグの上線*/
	padding: 5px 5px 3px 10px;
}

#main p {  
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ内のボックス*/
.mainbox {  
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 20px 30px;				/*余白*/
	margin: 0 0 2em;
	clear:both;
}



/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {  
	float: left;
	width: 200px;
	padding-bottom: 20px;
}

#side h3 {  
	font-size: 100%;				/*h3タグの文字色*/
	background-color: #FFFFFF;	/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #a7d5e8;
}

#side p {  
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {  
	text-align: center;
	clear: both;
	width: 100%;
}





/*その他
---------------------------------------------------------------------------*/
.color1 {  
	color: #e86f85;
}

.look {  
	background-color: #F3F0ED;
}

.mb1em {  
	margin-bottom: 1em;
}













/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

h1 { font-size : 14px !important; font-weight : bold !important; }


/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    _width: 930px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(images/containerBg_7E.png);
    background-position: center top;
    background-repeat: repeat-y;
}

#hpb-header{
    width : 892px;
    margin: 0 auto;
	padding:0;
    height : 88px;
    background : url("images/logo_7E.png") left center no-repeat;
}

#hpb-header:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-inner{
    _width: 850px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0px;
    position: relative;
    zoom: 1;
    background-image : url(images/innerBg_7E.png);
    background-repeat: repeat-y;
    background-position: 240px 0px;
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.hpb-layoutset-01 #hpb-title{
    width: 850px;
    height: 255px;
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #FFFFFF;
}

.hpb-layoutset-02 #hpb-title{
    width: 580px;
    background-color: #FFFFFF;
    padding-top: 10px;
}

