@charset "UTF-8";
/* 基本設定
------------------------------------------------------------------------------------- */
/* Basic
------------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS P ゴシック", sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	text-align: center;
}
* html body {
  /* for WinIE6*/
  font-size: 12px;
  font-family: Verdana, "MS P ゴシック", sans-serif;
}
*:first-child+html body {
  /* for WinIE7*/
  font-size: 75%;
  font-family: 'メイリオ', Meiryo, sans-serif;
}


/* Link Style
------------------------------------------------------------------------------------- */
a:link {
	color: #4DAC27;
	text-decoration: underline;
}
a:visited {
	color: #4DAC27;
}
a:hover {
	color: #4DAC27;
	text-decoration: none;
}
a:active {
  left: 1px;
  top: 1px;
  position: relative;
}
.btn { }


/* Basic Style
------------------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,h7 { 
	color: #4DAC27;
	font-weight: bold; 
}
h4 {
	margin-bottom: 5px;
	margin-top: 5px;
 }
h5 {
	font-size: 14px;
	line-height: 2em;
 }
h6 {
	font-size: 12px;
	padding-bottom: 8px;
 }
h7 {
	font-size: 12px;
 }
h8 {
	color: #666666;
	font-weight: bold; 
}
p {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 12px;
}
em,
strong { font-weight: bold; }
pre,
address { font-style:normal; }
blockquote {
  margin:0 0 1em 2em;
  padding: 0;
}
blockquote p {
  margin: 1em 0 1em 0;
  padding: 0 1em;
}
blockquote blockquote {
  margin: 0.2em 0;
  padding: 0.2em 0 0.2em 0.2em;
}
pre {
  width: 95%;
  overflow: visible;
  /*\*/
  overflow: scroll;
  /**/
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  font-size: 95%;
}
del {
  color: #CCC;
  font-weight: normal;
  text-decoration: line-through;
}
ins {
  display: block;
  margin: 0;
  padding: 1em;
  color: #333;
}
/*テキスト右寄せ*/
.text_right {
	text-align: right;
}
/*テキスト-カラー*/
.text_col {
	color: #122373;
}
/*テキスト-サブ*/
.text_sub {
	color: #6462B3;
	font-weight: normal;
}


/* img
------------------------------------------------------------------------------------- */
img {
  margin: 0;
  padding: 0;
  vertical-align:bottom;
}
a img {
  border: none;
  text-decoration: none;
}
a:hover img {
  border: none;
  background: none;
}


/* IE PNG fix
------------------------------------------------------------------------------------- */
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this));
}


/* コンテンツ
------------------------------------------------------------------------------------- */
/* コンテンツブロック分け
------------------------------------------------------------------------------------- */
/*ページ全体ブロック*/
#container {
	background: #FFFFFF url(../../img/bg.gif) repeat-y 0px 0px;
	width: 830px;
	min-height: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
/*背景*/
#bg {
	background: #F5F8F9 url(img/bg.jpg) no-repeat 0px 0px;
	width: 800px;
	margin: 0px auto;
	text-align: left;
	height:100%;
	min-height: 100%;
}
/*ヘッダー*/
#header {
	position: relative;
	width: 800px;
	clear: both;
}
/*メインコンテンツ*/
#contents {
	margin-top: 7px;
	display: block;
	clear: both;
	width: 800px;
}
/*左ブロック*/
#leftBlock {
	float: left;
	width: 240px;
	margin-left: 30px;
}
/*右ブロック*/
#rightBlock {
	float: right;
	width: 515px;
}



/* ヘッダー
------------------------------------------------------------------------------------- */
/*Mostロゴ*/
#header #logo {
	position: relative;
	left: 14px;
	top: 7px;
	width: 770px;
	text-align: right;
	clear: both;
}
/*タイトルロゴ*/
#header h1 {
	position: relative;
	left: 30px;
	top: 3px;
	width: 750px;
	text-align: left;
	margin-bottom: 3px;
	clear: both;
}


/* 右ブロック
------------------------------------------------------------------------------------- */
/* リリース
------------------------------------------------------------------------------------- */
/*各項目ブロック*/
#txtBlock {
	width: 480px;
	clear: both;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 5px;
}

/*コンテンツブロック*/
#releaseBlock {
	padding-bottom: 25px;
	display: block;
	clear: both;
	position: relative;
	float: left;
	width: 480px;
}


/*リスト(ドット)項目名*/
#releaseBlock ul {
	list-style: disc;
	margin-left: 28px;
	line-height: 1.2em;
}
/*リスト(数字)項目名*/
#releaseBlock ul#num {
	list-style: decimal outside;
	margin-left: 28px;
}
/*リスト(ドット)内容*/
#releaseBlock ul li {
	margin-bottom: 8px;
	font-weight: bold;
}




/* フッター
------------------------------------------------------------------------------------- */
/*フッター　ブロック*/
div#footer {
	background: url(img/footer.gif) bottom;
	margin: 0px auto;
	height: 20px;
	width: 800px;
	clear:both;
}
