@charset "euc-jp";

/** 共通項目 **/

/*---------------------------------------------
 format
---------------------------------------------*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

body, textarea {
	margin:0;
	padding:0;
	font-weight:inherit;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

body {
	font-size: 90%;
	color: #5b5b5b;
	text-align: center;
	line-height: 1.3em;
	background:#fde2ae url(../images/gurade.gif) repeat-x;
}

fieldset {
	border: 0;
}

input {
	_margin: -1px 0;
}

img {
  vertical-align: bottom;
  border:0;
  }

table {
	/*border-collapse:separate;*/
	border-collapse:collapse;
	font-size: 12px;
	border-spacing: 0;
}

fieldset, img {
	border:0;
}

img {
	-ms-interpolation-mode: bicubic;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

/*
a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF69B6;
}
*/

a:link {
	color: #5b5b5b;
}
a:visited {
	color: #5b5b5b;
}
a:hover {
	color:#3b54e8;
}

input[type="text"] {
	height: 16px;
	line-height: 16px;
}
/*
body {
	padding: 0px 0 0 10px;
	color: #333;
}
*/

/*---------------------------------------------
 clearfix
---------------------------------------------*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/*---------------------------------------------
 container
---------------------------------------------*/
/** コンテナ **/
div#container{
	width: 900px;
	text-align: center;
	margin: 0 auto;
	background-color:#ffffff;
}

/*
#wrapper {
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   width: 900px;
	 background-color:#ffffff;
}
*/

/*---------------------------------------------
 header
---------------------------------------------*/
div#header{
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* ヘッダー中ページ */

#header2 {
	background: url(../images/n_he_ba.jpg) no-repeat;
}
.header_parts img {
	float:left;

}
.header_parts {
	font-size:0;
}


div#header #logo{
	height: 379px;
	overflow: hidden;
}

div#header #logo2{
	overflow: hidden;
}

/** ヘッダーメニュー **/
div#header ul#navigation {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height:34px;
/*	zoom: 100%;*/
}

div#header ul#navigation li {
	float: left;
	list-style: none;
	display:inline;
}

div#header ul#navigation li a {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
/*
	background-color: #F5F5F5;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #E7508C;
	margin-right: 0px;
	padding: 7px 5px;
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
	text-align: center;
	width: 128px;
*/
}

div#header ul#navigation li a:hover {
/*
	background-color: #FD6886;
	border-color: #FD6886;
	color: #FFF;
	text-decoration: none;
*/
}

div#header ul#navigation_menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 100%;
}
div#header ul#navigation_menu li {
	float: left;
	list-style: none;
}
div#header ul#navigation_menu li a {
	display: block;
	width: 160px;
	height: 44px;
	text-align: center;
	overflow: hidden;
}
div#header div.login_txt {
	padding: 5px;
	color: #555;
	font-weight: bold;
}
div#header div.login_txt span {
	color: #C00;
}

/*---------------------------------------------
 footer
---------------------------------------------*/
div#footer{
	clear: both;
	margin-top: 15px;
}
div#footer ul{
	padding: 10px 0 15px 0;
	border-top: 1px dashed #CCC;
	text-align: center;
}
div#footer ul li{
	padding: 2px 5px;
	display: inline;
	border-right: 1px solid #CCC;
}
div#footer ul li.last{
	border-right-style: none;
}
div#footer p{
	margin-bottom: 10px;
	background-color: #FF9BAF;
	color: #FFF;
	line-height: 20px;
	font-size: 10px;
	letter-spacing: 1px;
}


/*---------------------------------------------
 content
---------------------------------------------*/
div#content{
/*	float: right;*/
/*	width: 810px;*/
	width: 900px;
	text-align: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------
 left-side
---------------------------------------------*/
div#sidebar {
	float: left;
	width: 175px;
	text-align: left;
}

div#sidebar .side_cat_title {
	height: 38px;
	overflow: hidden;
}

div#sidebar #side_cat_list {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../images/side_cat_bottom.gif) left bottom no-repeat;
}

div#sidebar #side_cat_list li {
	margin-top: 6px;
	height: 55px;
	overflow: hidden;
}

