@charset "UTF-8";
/* CSS Document */


/* リセット
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}
img {
	vertical-align: top;
}


/* 基本情報
---------------------------------------------------- */
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #eeeeee;
	color: #666666;
}
a {
	color: #1d3994;
	text-decoration: none;
}
a:visited {
	color: #1d3994;
}
a:hover {
	color: #1d3994;
	text-decoration: underline;
}
a:active {
	color: #1d3994;
	text-decoration: underline;
}
* {
	line-height: 1.7;
}
#wrapper {
	width: 7000px;
	background: url(../common_images/bg.gif) repeat-x;
}
.contents {
	float: left;
	width: 600px;
	margin: 20px 0 0 100px;
	_display: inline;
}
.contents-end {
	float: left;
	width: 580px;
	margin: 20px 0 0 100px;
	_display: inline;
}
.next {
	float: right;
	width: 78px;
	margin: 226px 372px 0 0;
	_display: inline;
}
.next-end {
	float: right;
	width: 78px;
	margin: 226px 132px 0 0;
	_display: inline;
}
h1 {
    font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
}
p {
    font-size: 90%;
	margin: 0 0 10px;
}
.img_01 {
    float: right;
	margin: 0 0 10px 10px;
}
.img_02 {
    float: left;
	margin: 0 0 10px 10px;
}
.img_03 {
	margin: 20px 0 0;
}
.img_back {
	margin: 15px 0 0 18px;
}


/* 01トップ
---------------------------------------------------- */
.section-01 {
	float: left;
	width: 1200px;
	height: 550px;
	background: url(../images/01_bg.gif) no-repeat;
}
#in-01 {
	clear: both;
    width: 170px;
	margin: 450px 0 0 350px;
}


/* 02デザイン
---------------------------------------------------- */
.section-02 {
	float: left;
	width: 1200px;
	height: 550px;
	background: url(../images/02_bg.gif) no-repeat;
}
#in-02 {
	clear: both;
    width: 400px;
	height: 530px;
	margin: 0 0 0 200px;
}


/* 03ディレクション
---------------------------------------------------- */
.section-03 {
	float: left;
	width: 1200px;
	height: 550px;
	background: url(../images/03_bg.gif) no-repeat;
}
#in-03 {
	clear: both;
    width: 400px;
	height: 530px;
	margin: 0 0 0 200px;
}


/* 04プログラム
---------------------------------------------------- */
.section-04 {
	float: left;
	width: 1200px;
	height: 550px;
	background: url(../images/04_bg.gif) no-repeat;
}
#in-04 {
	clear: both;
    width: 400px;
	height: 530px;
	margin: 0 0 0 200px;
}


/* 05料金
---------------------------------------------------- */
.section-05 {
	float: left;
	width: 1200px;
	height: 550px;
	background: url(../images/05_bg.gif) no-repeat;
}
#in-05 {
	clear: both;
    width: 400px;
	height: 530px;
	margin: 0 0 0 200px;
}


/* 06会社概要
---------------------------------------------------- */
.section-06 {
	float: right;
	width: 950px;
	height: 550px;
	background: url(../images/06_bg.gif) no-repeat;
}
#in-06 {
	clear: both;
    width: 400px;
	height: 410px;
	margin: 0 0 0 180px;
}
#in-06 table td {
    padding: 3px;
	font-size: 90%;
}
#in-06-flash {
	clear: both;
    width: 580px;
	height: 120px;
}



/* フッター
---------------------------------------------------- */
#footer {
	clear: both;
    width: 500px;
	height: 46px;
	margin: 30px 0 10px 30px;
}
#footer-box {
	clear: both;
	_position: absolute;
	position: fixed;
}
#footer-info {
	clear: both;
    width: 500px;
}
#navi-box {
	clear: both;
    width: 390px;
	margin: 0 0 20px 0; 
}
ul#navi {
    list-style: none;
    width: 390px;
}
ul#navi li {
    list-style: none;
    float: left;
	margin: 0 10px 0 0;
}
#dummy {
	clear: both;
    width: 7000px;
}


/* for WinIE6,7
---------------------------------------------------- */
.clearfix:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0;  
    clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides form IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

