@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　トップページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000000;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 75%;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg.gif) repeat;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク -------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	position: relative;
	width: 800px;
	height: 627px;
	margin: 0 auto;
	background: url(../img/bg_logo.gif) no-repeat 458px 338px;
}


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

div#wrap h1 {
	padding-top: 50px;
}

div#wrap ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#wrap ul { display:inline-block; }
/*\*/
* html div#wrap ul { height:1%; }
div#wrap ul { display:block; }
/**/

div.officail {
	position: relative;
	width: 610px;
	height: 177px;
	margin: 8px auto 0;
	background: url(../img/bg_official.gif) no-repeat;
	text-align: left;
}

div.officail ul {
	margin: 35px 0 35px 123px;
}

div.officail ul li {
	float: left;
	margin-right: 68px;
}

div.officail ul li.nomg {
	margin-right: 0;
}

div.officail p {
	margin-top: 35px;
	text-align: center;
}

div.project {
	position: relative;
	width: 610px;
	margin: 9px auto;
	padding-bottom: 17px;
	background: url(../img/bg_project.gif) repeat-y;
	text-align: left;
}

div.project ul {
	margin: 17px 0 0 101px;
}

div.project ul li {
	float: left;
	margin-right: 31px;
	margin-right: 76px;
}

div.project ul li.nomargin {
	margin-right: 0px;
}

div#wrap address {
	width: 610px;
	margin: 0 auto;
	background: #000000;
	text-align: right;
}


