html {
	overflow-y: scroll;
}

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1 {
	font-size: 100%;
	font-size: 12px;
	font-weight:normal;
}
h2 {
	font-size: 100%;
	font-size: 14px;
	color: #333333;
	padding:3px;
}
h3 {
	font-size: 100%;
	font-size: 14px;
	color: #444444;
	padding:3px;
}

img, abbr, acronym, fieldset	{
	border: 0;
}

.list ul {
list-style-position: inside;
padding-left:2em;
line-height: 20px;
margin: 5px;	padding: 5px;
}
.list li {
list-style-position: outside;
padding-left:2em;
line-height: 20px;
margin: 3px;	padding: 3px;
}


p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}


img {
border:0px;
vertical-align:middle;
}

.border_img {
border: 1px solid #E9E9E9;
padding:2px;
background-color:#FFFFFF;
}


.imghover:hover img, .imghover:hover input {
filter:alpha(opacity=70);
opacity:0.7;
}


body {
background-image: url("/public_html/pc/image/body_bg.gif");
background-repeat: repeat-x;
margin: 0px;

text-align:center;
}






.wrapper {
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
text-align:justify;
width: 960px;
font-size: 14px;
padding:0px 0px 10px 0px;
}

#header_menu {
background-image: url("/public_html/pc/image/header_menu_bar_bg.gif");
position:absolute; top:100px; 
width: 960px;
}


#sidebar {
float:left;
width: 220px;
background-color:#E6E6E6;
margin-top: 30px;
}

.sidebar_block  {
margin:8px;
padding:3px;
background-color: #FFFFFF;
text-align: center;
}
.sidebar_menu_botton  {
padding:2px;
}


.sidebar_title  {
background-image: url("/public_html/pc/image/sidebar_menu_title_bg.gif");


margin:2px;
padding:4px;
border: 2px solid #FFFFFF;
font-weight:bold;
color: #FFFFFF;
}

#contents {
float:right;
width: 730px;
background-color:#FFFFFF;
margin-top : 30px;
}

.contents_border {
padding:20px;
border: 3px double #CCCCCC;
}



.contents_title  {
background-image: url("/public_html/pc/image/contents_title_bg.gif");
background-repeat: repeat-x;
background-position: bottom;
margin:2px;
padding:10px 10px 10px 10px;

}


#footer {
height: 90px;
text-align: center;
background-image: url("/public_html/pc/image/footer_bg.gif");
background-repeat: repeat-x;
background-position: bottom;
}

.footer_menu  {
padding-top:10px;
font-size: 12px;
}


.text_container {
color: #333333;
line-height: 18px;
font-size: 13px;
margin:6px;
}

.bold_text {
font-weight:bold;
font-size:12px;
color: #000099;
padding:6px;
}
.black_text {
font-size:12px;
color: #000000;
}

.pink_text {
color: #FF3399;
}


.list_carousel {
margin: 0px;
width: 100%;


}
.list_carousel ul {
				
margin: 0;
padding: 0;
list-style: none;
display: block;
height:72px;
overflow: hidden;
}
.list_carousel li {
font-size: 0px;
color: #666;
text-align: center;
width: 60px;
height: 60px;
padding: 0;
margin: 6px;
display: block;
float: left;
}

.clear {
	margin:0px;
	padding:0px;
	height:0px;
	font-size:0px;
	clear:both;
}

