@charset "shift-jis";

html {
	height: 100%;
	}

body {
	height: 100%;
	background: #fff url(../img/back.gif);
	color: #000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.0;
	}

table {
	line-height: 1.4;
	}
th,
td {
	border: 1px solid #333;
	vertical-align: top;
	}
th {
	padding: 10px;
	white-space: nowrap;
	}
td {
	padding: 5px 3px;
	}

.tipe2{ width : 600px;
padding-top : 0pt;
padding-left : 0pt;
padding-right : 0pt;
padding-bottom : 0pt;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
border-width : 0px 0px 0px 0px;
}
td .tipe2{
	border-width : 0px 0px 0px 0px;
	}


/**レイアウトに関するCSS**/	
.red {
	color: red;
	}
.green {
	color: green;
}
.m-btm10 {
	margin-bottom: 10px;
}
.m-btm20 {
	margin-bottom: 20px;
}
.m-btm30 {
	margin-bottom: 30px;
}
.m-top10 {
	margin-top: 10px;
}
.m-top20 {
	margin-top: 20px;
}
.m-top30 {
	margin-top: 30px;
}

.cap {
	padding-left: 1em;
	text-indent: -1em;
}

.tleft{
	text-align: left;
	}
.tright{
	text-align: right;
	}	
.cnt{
	text-align: center;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
.clearboth {
	clear: both;
	}
/**レイアウトに関するCSS　終わり**/

/*====================
 container
====================*/
div#container {
	background: #fff url(../img/header_b.jpg) no-repeat top left;
	min-height: 100%;
	margin: 0 auto;
	width: 700px;
	border: 1px #999 solid;
	border-bottom: none;
	border-top: none;
	}
	div#container-bbs {
	background: #fff;
	min-height: 100%;
	margin: 0 auto;
	width: 700px;
	border: 1px #999 solid;
	border-bottom: none;
	border-top: none;
	}

/*====================
	header
====================*/

div#header h1 {
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 8px;
	}
div#header p#logo {
	float: left;
 margin: 0px 0px 5px 5px;
 padding: 3px 0px 0px 16px;/*旧ロゴ用、新Ver不要*/
	}
div#header p#sitemap {
	float: right;
	padding: 10px 350px 0 0;
	}
/*　旧デザイン不要
div#header li {
	float: left;
	list-style: none;
	}
	
div#header li a {
	display: block;
	font-weight: bold;
	height: 28px;
	line-height: 2em;
	text-decoration: none;
	text-align: center;
	width: 158px;
	}
*/
/*
div#header #main-search {
	color: #060;
	font-weight: bold;
	float: right;
	margin-right: 120px;
	padding: 3px;
}
*/
div#header #main-search ul{
	color: #060;
	float: right;
	margin-right: 120px;
	padding: 0px;
}

div#header #main-search ul li {
	background: url(../img/point2.gif) no-repeat center left;
	list-style-type: none;
	list-style-image: none;
	margin: 2px;
	padding-left: 15px;
}
div#header #main-search ul li {
	color: green;
	list-style-type: none;
}
/*
div#header #main-search ul li a:link,
div#category-list ul li a:link {
	text-decoration: underline;
}
div#header #main-search ul li a:visited,
div#category-list ul li a:visited, {
	text-decoration: underline;
}
div#header #main-search ul li a:hover,
div#category-list ul li a:hover {
	text-decoration: none;
}
*/
/*====================
	main_menu design
====================*/
#main_menu {
	width: 615px;
	height: 22px;
	margin-left: 7px;
	margin-top: 53px;
	font-size: 120%;
}



#main_menu ul li {
 width: 123px;
	list-style-type: none;
	float: left;
	text-align: center;
}

#main_menu ul li a:link {
 width: 121px;
	height: 22px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 22px;
}

#main_menu ul li a:active {
 width: 121px;
	height: 22px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 22px;
}


#main_menu ul li a:visited {
 width: 121px;
	height: 22px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 22px;
}

#main_menu ul li a:hover {
 width: 121px;
	height: 22px;
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/button_b.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 22px;
}

div#contents {
	clear: both;
	}


/*====================
 mainContents
====================*/
div#mainContents {
	/*float: left;*/
	line-height: 1.6;
 margin: 5px;
	width: 700px;
	}
p.path {
	margin: 3px 0;
}
p.path a {
 background: url(../img/path.png) no-repeat center right;
	padding-right: 15px;
}

/*====================
 subContents
====================*/
div#subContents {
	/*float: right;*/
	line-height: 1.6;
	margin: 5px;
	width: 240px;
	}
/*	↑padding-bottom: 180px;を削除*/

div#subContents a:link {
	text-decoration: none;
	}
div#subContents p#cartridge a{
	color: #ffc;
	}

div#subContents p#cartridge a:hover {
	text-decoration: underline;
	}

div#subContents p#materials {
	margin-bottom: 10px;
	}
	
div#category,
div#notice,
div#payment {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
div#category h4,
div#notice h4,
div#payment h4 {
	color: #060;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	padding: 10px 0px 0px 10px;
	}

div#category ul li {
	background: url(../img/point2.gif) no-repeat center left;
	border-bottom: 1px dotted #666;
	list-style-type: none;
	list-style-image: none;
	margin: 5px;
	padding-left: 15px;
}
	
div#category, li.last {
	border-bottom: none;
	}
div#category-list {
	margin: 10px;
}
	
div#category-list {
	border: 1px #999 solid;
	padding: 5px;
	background-color: #F8FFF7;
}
div#category-list h4 {
	color: #060;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
}

div#category-list ul li {
	display: inline;
 background: url(../img/slash.png) no-repeat center right;
	padding-right: 15px;
	line-height: 20px;
	zoom : 1;
}
div#category-list ul li.last {
 background: none;
	}
	
div#notice ul li{
	list-style: disc inside;
	padding-left: 5px;
	margin-top: 5px;
	}	

div#payment p {
	padding: 0px 5px;
}
	
p#top {
	clear: both;
	text-align: right;
	/*margin-left: 10px;*/
	margin-right: 10px;
	padding-top: 30px;
	}

/*====================
 footer
====================*/
div#footer {
	/*border-top: #999 1px solid;*/
	font-size: 90%;
	line-height: 1.6;
	min-height: 100px;
	/*margin-top: 20px;*/
	position: relative;
	}
div#footer ul {
	padding: 10px 10px 0px;
	}
div#footer li {
	float: left;
	list-style: none;
	}
div#footer li+li:before {
	content: "/";
	}
div#footer li a {
	padding: 0 0.5em;
	}

address {
	clear: left;
	padding: 10px 10px 0px;
	}

/*====================
 link class design
====================*/
a:link {
	color: #0033CC;
	text-decoration: underline;
	}
a:visited {
	color: #0033CC;
	text-decoration: underline;
	}
a:hover {
	color: #006633;
	text-decoration: none;
	}
a:active {
	color: #006633;
	text-decoration: none;
	}
div#details a:hover {
	color: #f00;
	text-decoration: underline;
	}


p#linea a:hover {
     -ms-filter: "alpha( opacity=50 )";
    filter: alpha( opacity=50 );
    opacity: 0.5;
}

