@charset "euc-jp";
/*　慢検

1. 全走

2. 見出し

3. 共通設定（1）
	ヘッダー／グローバルナビゲーション／コンテンツ／ボトムメニュー／フッター

4. 共通設定（2）
	レイアウト用テーブル／レイアウト用div

5. フォント
	段落／強調／基本的なフォントのセレクタ／カラー

6. 各ページでの設定
	・トップページ

 */

/* 1. 全体
-------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 

body {
	color:#666666;
	font-size:80%;
	line-height:160%;
	text-align:center;
}

a:link {
	color:#666633;
	text-decoration:underline;
}
a:visited {
	color:#666633;
	text-decoration:underline;
}
a:active {
	color:#666633;
	text-decoration:underline;
}
a:hover {
	color:666633;
	text-decoration:underline;
}

img {
	border:0;
}

p {
	margin-top:15px;
}

ol,ul {
	list-style:none;
}

table { 
	margin-top:15px;
	border-collapse:collapse;
	border-spacing:0;
}

td {
	font-size:80%;
	line-height:165%;
	vertical-align:top;
	padding:3px;
}

/* 2. 見出し
-------------------------------------------------------------------- */

h1 {
	font-size:90%;
	font-weight:normal;
	float:left;
}

h2 {
	font-size:95%;
	margin-top:20px;
}

h3 {
	font-size:95%;
	margin-top:20px;
}

h4 {
	font-size:95%;
	margin-top:20px;
}

/* 3. 共通要素 
-------------------------------------------------------------------- */
/* コンテナ */
#container {
	background:#ffffff;
	width:760px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

/* ヘッダー */
#header {
	width:760px;
	margin-top:6px;
}

#header_login {
	float:right;
	text-align:left;
}

#logo {
	clear:both;
	text-align:right;
	padding-top:20px;
}

.uno {
	font-size:80%;
	line-height:140%;
	margin-top:50px;
}

/* グローバルナビゲーション */
#menu {
	width:760px;
	padding-top:5px;
}

#upper_menu {
	background-color:#000000;
}

#menu li {
	display:inline;
	list-item-position:inside;
}

/* コンテンツ */
#contents {
	width:760px;
}

/* トップイメージ */
#main_item {
	width:760px;
}

/* メインアイテム */
#main_item {
	width:575px;
	float:left;
	padding-bottom:40px;
}

.page_navigation {
	text-align:center;	
}

/* サブアイテム */
#sub_item {
	width:165px;
	float:right;
	padding-bottom:40px;
}

#sub_item p {
	margin-top:10px;
}

/* ボトムメニュー */
#bottom_menu {
	clear:both;
	text-align:center;
	padding-top:15px;
	background: url(./images/dotted_border_long.jpg) no-repeat;
}

#bottom_menu li {
	padding:0px 20px 0px 15px;
	display:inline;
	list-item-position:inside;
	list-style-type:none;
	background: url(./images/gray_arrow.jpg) no-repeat;
}

#bottom_menu a {
	text-decoration:none;
	color:#666666;
}

/* 会社情報 */
#company_profile {
	margin:20px 10px 0px 20px;
}

#company_information {
	width:360px;
	float:left;
	margin:0px 0px 20px 0px;
}

#company_information table { 
	margin-top:0px;
	border-collapse:collapse;
	border-spacing:0;
}

#company_information td {
	font-size:80%;
	line-height:165%;
	vertical-align:top;
	padding:0px;
}

#company_zip {
	font-size:80%;
	line-height:165%;
	margin:0px 0px 0px 0px;
}

#banner {
	width:360px;
	float:left;
	margin:0px 0px 20px 0px;
}

/* コピーライト */
#copyright {
	clear:both;
	font-size:90%;
	text-align:center;
	padding:8px;
	color:#ffffff;
	background-color:#000000;
}

#copyright a {
	color:#ffffff;
	text-decoration:none;
}

/* 4. 共通要素（2） レイアウト用テーブル／レイアウト用div
-------------------------------------------------------------------- */
table.layout {
	width:550px;
	margin:10px 0px 0px 15px;
}

table.layout td {
	border:1px #66cccc solid;
	padding:5px;
}

.layout_item {
	background-color:#F0F9FF;
	text-align:center;
	font-weight:bold;
}

/* 文字整列用テーブルレイアウト */
#array table { 
	margin-top:0px;
	border-collapse:collapse;
	border-spacing:0;
}

#array td {
	font-size:80%;
	line-height:165%;
	vertical-align:top;
	padding:0px;
}

/* 5. フォント 
-------------------------------------------------------------------- */
.striking {
	color:#ff6600;
	font-weight:bold;
}

/* 6. 各ページでの設定
-------------------------------------------------------------------- */
/* ご利用方法 */
#agreement {
	list-style-type:decimal;
	margin:20px 0px 0px 30px;;
}

/* お客様の声 */
.message {
	border:1px #dcdcdc solid;
	padding:10px;
	margin-top:15px;
}

table.voice {
	width:570px;
	margin-top:10px;
}

table.voice td {
	padding:5px;
}

table.voice img {
	margin-top:20px;
}

/* サイトマップ */
.sitemap_list {
	margin-top:20px;
	list-style-image: url(./images/gray_arrow.jpg);
}

.sitemap_list li {
	margin-left:30px;
	margin-top:8px;
}

/* 検索結果 */
.cases {
	margin-top:40px;
	text-align:center;
}

/* 商品詳細 */
.details_image{
	float:left;
	padding-right:8px;
	text-align:center;
	margin-top:20px;
}

table.details {
	margin-top:20px;
	clear:both;
}

/* ログイン画面 */
#login_guide {
		border:1px #dcdcdc solid;
		background-color:#f9f9f9;
		padding:10px;
		margin-top:40px;
}

/* マイカタログログイン後 */
.login_mailaddress {
	font-weight:bold;
	color:#cc0000;
	margin:0px 0px 0px 10px;
}

