@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border: 0;
    word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; outline: 0; }
a:hover { color: #f00; text-decoration: none; outline: 0; }
a:active { color: #f00; text-decoration: none; outline: 0; }
hr { display:  none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.img_fL { float: left; margin: 0 0 10px 0; }
.img_fR { float: right; margin: 0 0 10px 0; }
.left { text-align:  left; }
.right { text-align:  right; }
.center { text-align:  center; }
p { margin: 0 0 10px 0; line-height: 1.4em; }
img { border: 0; }

/*---------add----------*/

.box{ padding: 0 10px; }

/*---------end----------*/

section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display:  block; }
mark { background: rgba(255,255,255,0.2); }

/*------------clearfix-------------*/

.clearfix:after {
	content: ".";
	display:  block;
	clear: both;
	height:  0;
	visibility: hidden;
}
.clearfix { display:  inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:  1% }
.clearfix { display: block;}
/* end MacIE5 */


/*---------------------------------------------------------------

	body

----------------------------------------------------------------*/
body {
	background-image:url(../img/bgimg.gif);
	color: #000;
}
h2 {
	padding:0 20px;
	background-image :url(../img/h2.gif);
	color :#fff;
}
h3 {
	margin :20px 0;
	padding-bottom :2px;
	font-weight :bold;
	border-bottom :1px dotted #000;
}
h4 {
	margin :20px 0;
	padding-bottom :2px;
	width :50%;
	font-weight :bold;
	border-bottom :1px dotted #000;
}
h5 {
	margin :20px 0;
	padding :2px 10px;
	border :1px dotted #000;
}
h6 {
	margin :20px 0;
	padding :2px 10px;
	text-align :right;
	border :1px dotted #000;
}
/* 段落 */




input, textarea, select {
	margin :5px;
	border :1px solid #000;
	font :normal 12px Verdana;
	letter-spacing :0.2em;
}
input#CHECKBOX {
	border :0;
}
input#RADIO {
	border :0;
}
input#BUTTON {
	padding :2px 5px;
	background-color :#fff;
}
option {
	border:0;
}
optgroup {
	font-style :normal;
	color :#696969;
}
/* リスト */

ol, ul {
	margin-left:40px;
}
dl {
	margin-left:10px;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:20px;
}
/* アドレス */

address {
	font-style :normal;
}
/* 物理要素（サンプルページ未記述） */

b {
	font-weight :bold;
}
i {
	font-style :Itaric;
}
big {
	font-size :120%;
}
small {
	font-size :80%;
}
tt {
	font-family :monospace;
}
/* ***********************************************

/* 各#ID＆.class */



div#PAGETOP {
	position: relative;
	top: 0;
	right: 0;
	margin:0 auto;
	width:620px;
	background-color:#fff;
}
div#header {
	background: #fff url(../img/header.jpg) left no-repeat;
	height:300px;
}

	div#header h1 a { font-size: 25px; color: #fd940d; }

ul#PAN {
	display :none;
}
div#menu {
	position :absolute;
	top : 80px;
	right: 10px;
	width :300px;
	text-align : right;
	border-top :1px solid #000;
}

#menu h2 {
	display:none;
}
#menu ul {
	list-style:none;
}
#menu ul li a {
	display :block;
	color :ff0;
	text-decoration:none;
}
#menu ul li a:hover {
	border-bottom:1px dotted #00ff00;
}
li.menu-on {
	border-bottom:1px solid ff0;
}
div#KIZI {
	margin :0;
	background-color :#ffff66;
}
div.text {
	padding :0 20px 20px 20px;
}
ul.modori {
	display:none;
}
div#FOOTER {
	text-align :center;
	border-top :1px dotted #000;
	color: #000;
}
#FOOTER h2 {
	display :none;
}
#FOOTER ul {
	style-type :none;
}
#FOOTER ul li {
	display :inline;
	margin :0 10px;
}
#FOOTER ul li address {
	display:inline;
	margin :0 10px;
}
#FOOTER ul li a {
	text-decoration:none;
}

