body {
    margin: 0;
    padding: 1em 0 1em 0;
	font: 75%/1em Arial, Helvetica, sans-serif;
    line-height: 170%;
    text-align: center;
	background-image: url(./resources/back_image.jpg); background-repeat: repeat-x;
	background-color: #81BCCF;
}

/* link */
a:link {
   	text-decoration: none;
	color: #005fa9;
}

a:hover {
   	text-decoration: none;
	background-color: #def
}
a:visited {
   	text-decoration: none;
	color: #a367b1
}

/* wrapper */
#wrapper {
    width: 742px;
    margin: auto;
}

#header {
    float: left;
    width: 742px;
/*	background-image: url(./resources/yps.gif);  background-repeat: no-repeat ;background-position: left center; */
    text-align: left;
}
#header h1 {
    font-size: 120%;
	font-weight: normal;
	margin-top: 18px;
/*    padding: 0em 0em 0em 5em; */
}

#header img {
    border: 0px;
	vertical-align:-5px;
}


/* Navi box */
#navi_box {
    float: left;
    width: 742px; height: 35px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #0033CC;
	background-image: url(./resources/navi_back.jpg); background-repeat: repeat-x;
    text-align: right;
}

#navimenu {
	margin: 0px; 
	padding-left: 16px;
	color: #333;
    font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#navimenu a {
	color: #333;
    text-decoration: none;
}
#navimenu a:hover {
	color: #333;
    background-color: #bedce6;
    text-decoration: none;
}
#navimenu a:visited {
	color: #333;
    text-decoration: none;
}
#navimenu a:hover {
	color: #333;
    text-decoration: none;
}

html #navimenu li {
	margin: 0px 4px 0px 0px;
	padding-right: 1em;
	padding-top: 7px;
	background: url(./resources/navi.gif);  background-repeat: no-repeat ;background-position: right 11px;
	float: left;
	list-style-type: none;
}

/* Top image */
#top_image {
    float: left;
    width: 742px;  height:180px;
    margin: 0px 0px 10px 0px;
}

/* Site Path */
#sitepath {
	margin: 0px; 
	padding-bottom: 1em;
	color: #aaa
    font-size: 0.85em;
	line-height: 1.35em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#sitepath a {
    background-color: #fff;
	color: #aaa;
    text-decoration: none;
}
#sitepath a:hover {
    background-color: #fff;
    text-decoration: none;
}
#sitepath a:visited {
	color: #aaa;
    text-decoration: none;
}
#sitepath a:hover {
	color: #1974b2;
    text-decoration: none;
}

#sitepath li.curr_site a {
	font-weight: bold
}

html #sitepath li {
	margin: 0px 1ex 0px 0px;
	padding-right: 1.5ex;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: url(./resources/slash.gif) no-repeat right 3px;
	float: left;
	list-style-type: none;
}

/* menu_box */
#menu_box {
    float: left;
    width: 220px;
    border: 1px solid #0033CC;
    background-color: #ffffff;
    text-align: left;
}

div.menu {
    margin: 1em 1em 1em 1em;
	border: 1px solid #999999;
}

div.menu h2 {
    margin: 0px;
    padding: 0.1em 0.5em 0.1em 1em;
    border-bottom: 1px solid #999999;
    background: #f3f4f5;
    font-size: 100%;
    color: #333333;
}

div.menu p {
    padding-left: 0.5em;
	text-align:center;
}

div.menu ul {
    list-style-image: url(./resources/list_image.gif);
	margin: 1em 0 1em 0;
    padding-left: 40px;
    font-size: 90%;
}

div.menu img {
	    border: 0px;
}

/* content */
#content {
    width: 760px;
    border: 1px solid #0033CC;
    background-color: #ffffff;
    text-align: left;
}

div.content {
    margin: 1em 1em 1em 1em;
	padding: 0.1em 0.5em 0.1em 0.5em; 
}

#content h1 {
    font-size: 180%;
	font-weight: normal;
    padding: 2px 0.5 2px 1em;
    border-bottom: 2px solid #88dd00;


}
#content h2 {
    font-size: 120%;
	font-weight: bold;
    padding: 0px 0px 0px 1em;
    background-color: #dddddd;

}

#content h3, #content h4 {
    font-size: 110%;
	font-weight: bold;

}

#content ul {
    list-style-image: url(./resources/cont_list.gif);
    margin: 5px 5px 5px 1.8em;
    font-size: 90%;
}

.section {
    padding: 0em 0.5em 0em 0.5em;
}

#ryoukin_hyou {
	width:92%;
    font-size: 100%;
	border:1px solid #7CC020;
	border-collapse: collapse; 
}
#ryoukin_hyou td {
	border:1px solid #7CC020;
	padding: 0.5em 1em;
}

.syouhin_top {
	width:20%;
	text-align: center;
    background-color: #CDE0B6;

}
.naiyou_top {
	width:64%;
	text-align: center;
    background-color: #CDE0B6;
}
.ryoukin_top {
	width:16%;
	text-align: center;
    background-color: #CDE0B6;
}
.ryoukin {
	text-align: right;
}


#normal_hyou {
	width:92%;
    font-size: 100%;

}
#normal_hyou td {
	padding: 0.5em 1em;
}

#form_hyou {
	width:92%;
    font-size: 100%;
}
#form_hyou td {
	padding: 0.5em 1em;
}
.form_item {
    background-color: #CDE0B6;

}
.link_back {
    background-color: #CDE0B6;

}

.center_align {
	text-align:center;
}

/* footer */
#footer {
    clear: both;
    width: 96%;
	text-align: right;
    margin: 1em;
    padding: 1em;
}





