* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/background_image_01.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border-style: none;
}
p {
	color : #232323;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: 18px;
	color : #000099;
	line-height: normal;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color : #990000;
	line-height: normal;
	margin: 0px;
}
h3 {
	font-size: 14px;
	color : #232323;
	line-height: normal;
	margin: 0px;
}
hr{
	border-style: dashed;
	border-color: #232323;
}
a{
	text-decoration: none;
}
a:active {
	color: #3366CC;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #CC0000;
}
.en {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

/*----------------------------------------------------
 frame style
----------------------------------------------------*/
div#wrapper {
	width: 100%;
	text-align: center;
	background-image: url(../img/background_image_02.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
table#frame {
	width: 770px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}
#td_left {
	width: 15px;
	background-image: url(../img/td_left.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#td_right {
	width: 15px;
	background-image: url(../img/td_right.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#main_table {
	width: 750px;
}

/*----------------------------------------------------
 header style
----------------------------------------------------*/
.top_menu_bg {
	text-align: right;
	background-color: #ebf5f5;
}
.top_menu {
	color: #232323;
}
.top_menu a {
	font-size: 12px;
	color: #203d5c;
	line-height: 1.5em;
	background-image: url(../img/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 14px;
}
.top_menu a:visited {
	color: #203d5c;
}
.top_menu a:hover {
	color: #203d5c;
	text-decoration: underline;
}

/*----------------------------------------------------
 item style
----------------------------------------------------*/
.item_area {
	width: 550px;
	background-image: url(../img/background_image_03.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}
.item_area td {
}

/*----------------------------------------------------
 side style
----------------------------------------------------*/
#side_area {
	width: 190px;
	text-align: center;
}
#side_bar {
	width: 190px;
}
#side_category {
	width: 180px;
	background-color: #eeeeee;
	background-image: url(../img/background_image_03.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#side_category td {
	padding: 0px 0px 0px 0px;
}
#side_category td a {
	font-size: 12px;
	color: #203d5c;
	line-height: 1.5em;
}
#side_category td a:hover {
	color: #203d5c;
	text-decoration: underline;
}

#side_category2 {
	width: 180px;
	background-color: #eeeeee;
	background-image: url(../img/background_image_03.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#side_category2 td {
	padding: 5px 0px 5px 5px;
}
#side_category2 td a {
	font-size: 12px;
	color: #203d5c;
	line-height: 1.5em;
	background-image: url(../img/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 14px;
}
#side_category2 td a:hover {
	color: #203d5c;
	text-decoration: underline;
}

#side_category3 {
	width: 180px;
	background-color: #eeeeee;
	background-image: url(../img/background_image_03.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#side_category3 td {
	padding: 0px 0px 0px 5px;;
}
#side_category3 td a {
	font-size: 12px;
	color: #203d5c;
	line-height: 1.8em;
	background-image: url(../img/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 14px;
}
#side_category3 td a:hover {
	color: #203d5c;
	text-decoration: underline;
}


/*----------------------------------------------------
 footer style
----------------------------------------------------*/
#footer {
	text-align: left;
	background-image: url(../img/footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 10px 10px 10px
}
div#under_menu {
	font-size: 12px;
	color: #626262;
	float: left;
}
div#under_menu ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
div#under_menu ul li {
	line-height: 1.3em;
	list-style: none;
	display: inline;
	border-right: 1px solid #626262;
	padding: 0px 5px 0px 5px;
}
div#under_menu a {
	font-size: 12px;
	color: #626262;
}
div#under_menu a:hover {
	font-size: 12px;
	color: #626262;
	text-decoration: underline;
}
div#copyright {
	font-size: 10px;
	color: #626262;
	text-align: right;
	float: right;
}
div#copyright img {
	margin: 5px 0px 0px 0px;
}

/*----------------------------------------------------
 style end
----------------------------------------------------*/

