@charset "utf-8";
@import url("default.css");

/* ****************************************************
Since : 2007‒07‒31
Last Modified: 2007‒08‒03
Editor(s): Arisa Morimoto
Last Editor: Arisa Morimoto
***************************************************** */

body {
	background-image: url(../images/headar_background.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

/* --回り込みクリア-- */
.cboth {
	clear: both;
	float: none;
}

/* --センター寄せ-- */
.center {
	text-align: center;
}

/* ======================================

	1.header

======================================= */

#wrapper #header {
	width: 780px;
	margin-bottom: 17px;
}

/* ------------ヘッダー上部------------- */
#header .header_top {
	height: 88px;
	background-color: #FFFFFF;
}

/* --ロゴ-- */
.header_top .logo {
	float: left;
	height: 47px;
	width: 172px;
	margin: 13px 26px 8px 0px;
}

/* --サイト説明部分-- */
#header .header_top h1 {
	margin-top: 25px;
	width: 300px;
	float: left;
	font-size: 12px;
	font-style: normal;
}

/* --電話番号-- */
.header_top .header_tell {
	float: right;
	height: 34px;
	width: 127px;
	margin-top: 26px;
}

/* --ＵＲＬ-- */
.header_list .header_url {
	float: left;
	height: 22px;
	width: 200px;
	background-color: #FFFFFF;
}

/* ------------ヘッダー中部------------- */
#header .header_list {
	height: 22px;
	width: 780px;
}

/* --リスト-- */
#header .header_list ul {
	float: right;
	height: 22px;
	width: 500px;
	background-color: #FFFFFF;
}
#header .header_list li {
	font-size: 10px;
	float: right;
	width: auto;
	margin: 4px 0 0 10px;
	color: #777777;
	background-image: url(../images/top_list_image.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 10px;
}

#header .header_list li a {
	text-decoration: none;
}

/* ------------ヘッダー下部------------- */

/* --イメージ部分-- */
#header .header_image {
	height: 90px;
	width: 780px;
}

/* ======================================

	2.contents

======================================= */

#wrapper #contents {
	float: left;
	width: 548px;
}

/* --タイトル-- */
h2 {
	height: 32px;
	width: 548px;
	margin-bottom: 6px;
}

/* --左寄せ画像-- */
#contents .left_img {
	width: auto;
	float: left;
	margin: 0 13px 13px 0;
}

/* --左寄せ画像-- */
#contents .center_img {
	width: auto;
	float: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}

/* --（about_us）社内イメージ-- */
#contents .office_image {
	width: auto;
	margin: 0 auto 17px auto;
}

/* --（about_us）地図-- */
#contents .map {
	width: 447px;
	margin: 0 auto 30px auto;
}

/* --プライバシーポリシー(記)-- */
#contents ol {
	list-style-type: decimal;
}

/* --プライバシーポリシー見出し-- */
#contents dt {
	font-size: 14px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-indent: 5px;
	margin-bottom: 3px;
}

/* --プライバシーポリシー説明-- */
#contents dd {
	margin-bottom: 20px;
}

/* --プライバシーポリシー名前-- */
#contents .privacy_name {
	text-align: right;
}

/* --プライバシーポリシーアミ-- */
#contents .ami {
	background-color: #F0F0F0;
	padding: 10px;
	margin-bottom: 15px;
}

/* --料金表-- */
#contents .price {
	background-color: #F0F0F0;
	margin-bottom: 15px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* --MADEINJAPANDIRECTの特徴-- */
#contents .special {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #336699;
}

.special li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	color: #3366CC;
}


/* --プライバシーポリシーリスト-- */
.privacy li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 20px;
}

/* ======================================

	3.side menu

======================================= */

#wrapper #side_menu {
	float: right;
	width: 201px;
}
#wrapper #side_menu li {
	width: 201px;
	margin-bottom: 26px;
}

/* ======================================

	4.footer

======================================= */

#footer {
	height: 45px;
	width: 100%;
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
}

/* --住所テキスト-- */
#footer address {
	display: block;
	width: 780px;
	margin: 0 auto;
	color: #FFFFFF;
}
