@charset "utf-8";

/*  基本スタイル  */
body {
 text-align:center;
 margin:0px;
 background-color:#ec6;
}

#outline {
	background-color:#efe;
	width:1000px;
	margin:0px auto;
}

a{
color : #630;
font-weight : bold;
text-decoration: none;
}

a:link{
color : #333333;
}
a:visited{
color : #333333;
}
a:hover{
color : red;
}
a:active{
color : #ff0000;
}

h4{
font-size:14px;
font-weight:bold;
margin: 10px 50px 10px 50px;
padding: 10px;
letter-spacing: 10px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: double;
border-bottom-style: double;
border-top-color: #060;
border-bottom-color : #060;
text-align : center;
}

img {
	border:0;
}

/*  ヘッダー  */
#head {
	display:block;
	margin-bottom: 20px;
	background:url(../img/base/head_backimg.gif) left no-repeat;
	padding-top:10px;
}

#head ul.menu {
	margin:0;
	text-align:center;
}

#head ul.menu li {
	background:url(../img/common/headmenu_left.gif) no-repeat top left;
	display:inline;
	font-size:12px;
	line-height:20px;
	padding:7px 7px 3px 7px;
}

#head ul.menu li a {
	background:url(../img/common/headmenu_right.gif) no-repeat top right;
	color:#060;
	text-decoration:none;
	padding:7px 15px 7px 7px;
}

#head ul.menu li a:hover {
	color:#0f0;
}

/*  ボディ  */
#main {
	width:750px;
	margin:10px 10px 10px 3px;
	float: right;
	text-align: left;
}

/*  フッター  */
#footer{
	text-align : center;
	clear: both;
	margin: 0 auto;
}

#footer ul.menu{
	list-style:none;
	width:1000px;
	font-size:14px;
	margin-left:0px;
	margin-top:5px;
	padding:3px 0px;
	border-top:double 4px #060;
	border-bottom:double 4px #060;
	text-align:center;
	background-color:#fff;
}
#footer ul.menu li{
    list-style:none;
    display:inline;
    background-color:#fff;
    margin:0px 15px;
}
#footer ul.menu a{
    padding-left:15px;
    text-decoration:none;
}
#footer ul.menu a:hover{
color:red;
}

address{
font-size : 12px;
font-style : normal;
padding-bottom:10px;
}

/*  左メニュー  */

#leftmenu {
	float:left;
	margin:10px 3px 10px 10px;
	width:200px;
	border:#060 double 4px;
	background-color:#fff;
}

div#leftmenu li {
	line-height:1.5em;
	font-size:14px;
}

p.menu {
	background:url(../img/common/menu_back.gif) center no-repeat;
	margin:0;
	text-align:center;
	color:#030;
	line-height: 2em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
}


div#leftmenu ul.menulist {
	display:none;
}

div#leftmenu ul.menulist li {
	text-align:left;
}

ul.menu3 {
	margin:0;
	display:block;
	list-style-type: none;
	padding: 0;
	text-align: center;
}

li.menu{
float : left;
}

div#categorymenu a{
color : #090;
font-weight : bold;
text-decoration: none;
}

div#categorymenu a:link{
	color:#090;
}
div#categorymenu a:visited{
color : #090;
}
div#categorymenu a:hover{
color : #00ff00;
}
div#categorymenu a:active{
color : #00ff00;
}

/* CSS Document */
