@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
 初期設定
------------------------------------------------*/

/* スタイルのリセット */
html, body, div, h1, h2, h3, h4, h5, h6, blockquote, pre, address, p,
ul, ol, li, dl, dt, dd, table, th, tr, td, img, form, fieldset, legend {
margin: 0;
padding: 0;
}

/* 共通のページ設定 */
html {
width: 100%;
height: 100%;
overflow-y: scroll;
}

body {
width: 100%;
height: 100%;
/*font-family: Arial, Helvetica, Sans-Serif; */
font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
color:;
text-align:center;
background: #FFFFFF;
}


/*------------------------------------------------
 タグ毎の共通スタイル設定
------------------------------------------------*/

h1 {
color:;
font-size:;
margin:0;
padding:0;
}

table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}

img {
border: 0;
}

a, a:visited {
color: ;
text-decoration:none;
}
a:hover {
text-decoration:underline;
cursor:pointer;
}
/*------------------------------------------------
 共通クラス
------------------------------------------------*/
/* クリアーフィックス */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------------------- */


.float-left { float:left; display:block;}

.float-right { float:right;	display:block;}



/*------------------------------------------------
 コンテナー
------------------------------------------------*/
div#bg { background:url(../images/indexBg.jpg) center top no-repeat; height:2200px;}
div#container {
/* 	width: 1200px;
 */	margin:0 auto;
	padding:0;
	text-align:left;
}
/*------------------------------------------------
 ヘッダー
------------------------------------------------*/
div#head{ height:1220px;}
 div#head h1{ margin:0 0 0 200px; padding:200px 0 0;} 
div#innner{}
div#innner div#blog{ text-align:left; padding:170px 0 0 50px;}

