@charset "Shift_JIS";

@import "page.css";
@import "accordion.css";


/* 全体 */
*{
	margin:0px;
	padding:0px;
	line-height:120%;
}

/* タグ */
html { 
	overflow-y:scroll;
}

body {
	color:#333333;
	background-color:#FFFFFF;
	text-align:center;
	font-size:84%;
}

body#index {
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	margin:0px auto;
}

h1 {
	padding:0px;
	margin:0px;
}

h2.subtitle {
	font-size:120%;
	padding:8px 0px;
}

h3 {
	font-size:110%;
	padding:8px 0px;
}

a:link {text-decoration:none; color:#3399CC;} 
a:active {text-decoration:none; color:#3399CC;} 
a:visited {text-decoration:none; color:#3399CC;} 
a:hover	 {text-decoration:underline;  color:#000000;}

img {
	border:0px;
}

td {
	padding:3px;
}

th {
	font-weight:normal;
	padding:3px;
}

/* 外枠 */
#wrapper {
	width:900px;
	text-align:left;
	margin:8px auto 0px auto;
}

/* ヘッダ */
#header #logo {
	float:left;
	width:330px;
	height:50px;
}

#header #link {
	float:right;
	width:570px;
	height:50px;
	text-align:right;
	background-image:url(../img/share/head_bg.gif);
	background-repeat:repeat-x;
	position:relative;
}

#header #link span {
	color:#FFFFFF;
	margin-right:1.2em;
	position:relative;
	top:30px;
	zoom:1;
}

#header #link a {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 0.5em;
}

#header #link a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* コンテンツ */
#contents {
	float:left;
	width:640px !important;
	background-color:#FFFFFF;
	padding:0px 30px 20px 30px;
}

#contents td {
	font-size:100% !important;
	font-size:100%;
}

#contents table.bdr {
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}

#contents table.bdr td, #contents table.bdr th {
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

#contents td.bdr_none {
	border:none 0px;
	font-size:100% !important;
	font-size:100%;
}

#contents td.company, #contents th.company {
	border-bottom:dotted #CCCCCC 1px;
	padding:15px 0px 15px 10px;
	text-align:left;
}

#contents p {
	margin:10px 0px;
}

#contents p.gray {
	color:#666666;
	margin:10px 0px;
	font-size:101% !important;
	font-size:100%;
}

#contents li {
	margin-left:3em;
}

/* メニュー */
#menuback {
	background-image:url(../img/share/contents_bg.gif);
	background-repeat:repeat-y;
	background-color:#4D616A;
	width:900px;
}

#menu {
	float:right;
	width:170px;
	padding:15px;
	background-color:#4D616A;
}

#menu li.maincontents {
	font-size:120%;
	background-color:#333333;
	color:#FFFFFF;
	padding:2px;
	list-style:none;
	margin-bottom:2px;
}

#menu li {
	padding:5px;
	list-style:none;
}

#menu li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

#menu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#menu li.subcontents {
	padding:0px 0px 0px 3px;
	margin-left:2em;
	list-style-type:square;
}

#menu li.subcontents a {
	display:inline;
}

/* 商品ページ */
#serviceback {
	background-color:#2C2C2C;
	width:900px;
}

#service {
	float:left;
	width:200px;
	background-color:#2C2C2C;
}

/* フッタ */
#footer {
	background-image:url(../img/share/foot_bg.gif);
	background-repeat:repeat-x;
	width:885px;
	height:25px;
	padding:5px 0px 5px 15px;
	color:#FFFFFF;
	font-size:84% !important;
	font-size:84%;
	margin:0px auto;
	text-align:left;
}

/* ぱんくず */
#pan {
	padding:5px 0px 20px 0px;
	font-size:84% !important;
	font-size:84%;
}

/* 回り込み解除 */
.clear {
	clear: both;
}
.clear hr {
	display:none;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* マージン */
.mrgnt5 { margin-top:5px; }
.mrgnt10 { margin-top:10px; }
.mrgnt15 { margin-top:15px; }
.mrgnt20 { margin-top:20px; }
.mrgnt30 { margin-top:30px; }
.mrgnb10 { margin-bottom:10px; }
.mrgnb15 { margin-bottom:15px; }
.mrgnb20 { margin-bottom:20px; }

/* パディング */
.pdngt5 { padding-top:5px; }
.pdngt10 { padding-top:10px; }
.pdngt15 { padding-top:15px; }
.pdngt20 { padding-top:20px; }
.pdngt30 { padding-top:30px; }
.pdngb10 { padding-bottom:10px; }
.pdngb15 { padding-bottom:15px; }
.pdngb20 { padding-bottom:20px; }

.red { color:#FF0000; }

div.bdr_dot {
	border-bottom:#999999 dotted 1px;
	margin:15px 0px;
}


