﻿@charset "UTF-8";

/* =======================================

	Logotch CSS
	Last Up Date 2008/06/04

========================================== */

/* ---------------------------------------------------------
 * 共通スタイル
 * --------------------------------------------------------- */
body.log {
	font:13px "lr oSVbN","Hiragino Kaku Gothic Pro","qMmpS Pro W3",sans-serif;
	font-size: small;
	line-height: 1;
	text-align: center;
	margin: 0px;
	padding:0px;
}

img {
	border: 0px none;
	vertical-align: bottom;
}

a, a:visited
{
	color:#6cc;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font-size: 100%;
}

th,td {
	text-align: left;
	vertical-align: top;
}

h2 {
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	font-size:24px;
	color:#1C2023;
	font-weight:800;
	padding:15px;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	font-size:16px;
	width:511px;
	text-align:left;
	color:#1C2023;
	line-height:135%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}


/* ---------------------------------------------------------
 * ヘッダスタイル
 * --------------------------------------------------------- */
#header
{
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	color:#1C2023;
	font-weight:normal;
	background-color:#1C2023;
	height:120px;
	margin:0px;
	padding:0px;
	text-align: center;
	width:100%;
}
#mlogo
{
	width:800px;
	margin:0px auto 0px auto;
	padding-top:30px;
	text-align: left;
}
.navwidth
{
	width:800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
.navwidthbg
{
	background-color:#1C2023;
}
/* ナビゲーションリンク */
ul.navigation
{
	display:block;
	height:30px;
	font-size:100%;
	list-style:none;
	margin:0;
	padding:0;

}
ul.navigation li
{
	list-style:none;
	float:right;
	margin:0;
	line-height: 3em;
}

ul.navigation a:link, ul.navigation a:visited
{
	height:29px;
	color:#6A7C7F;
	background-color:#1E1F23;
	text-decoration:none;
	padding-left:15px;
	margin-right:2px;
}
ul.navigation a:link, ul.navigation a:visited
{
	cursor:pointer;
	display:block;
	float:left;
}
ul.navigation a:hover
{
	height:29px;
	color:#C0E0E6;
	text-decoration:none;
	padding-left:15px;
}
ul.navigation a:link span, ul.navigation a:visited span
{
	height:29px;
	padding-right:15px;

}
#hdline {
	margin:0px;
	padding:0px;
	height: 15px;
	background: url(../img/cutborder.gif);
	background-repeat: repeat-x;
}

/* ---------------------------------------------------------
 * フッタースタイル
 * --------------------------------------------------------- */
#footer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}
/*フッタ文字*/
#footer p.cre
{
	clear:both;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	color:#1C2023;
	font-size:90%;
	text-align:center;
	padding-top:25px;
	margin:0 auto;
}
#footer a,#footer a:visited
{
	color:#6cc;
	text-decoration:none;
}

/* ---------------------------------------------------------
 * コンテンツスタイル
 * --------------------------------------------------------- */
/* 余白行 */
p.space_line
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

/* ---------------------------------------------------------
 * LOGOTCHバナースタイル
 * --------------------------------------------------------- */
.logotch_banner
{
	padding-top:15px;
}

/* ---------------------------------------------------------
 * エラーページスタイル
 * --------------------------------------------------------- */
/* メールフォームへのリンク */
#to_mailpage
{
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	background-color:#1C2023;
	color:#FFF;
	text-decoration:none;
	font-size:150%;
	font-weight:800;
	padding:8px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
}
#to_mailpage * {
	color:#FFF;
	text-decoration:none;
}
#goodsimage {
	margin: 8px auto;
	width: 550px;
}
.itemle {
	height: 150px;
	width: 250px;
	border: 1px solid #333333;
}
.itemri {
	height: 150px;
	width: 250px;
	border: 1px solid #333333;
}
#cbanner {
	width: 100%;
	padding: 15px auto;
}

