@charset "UTF-8";

* { margin: 0; padding: 0; }
ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }

a, :focus, :active {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #09f;
}
a:visited {
	text-decoration: none;
	color: #09f;
}
a:hover, 
a:active {
	text-decoration: underline;
}

body {
	margin:  0;
	padding: 0;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 85%;
	line-height: 110%;
	color: #222;
}

/****************************
  floating-widget
*****************************/

.content-wrapper {
	position: relative;
	width: 960px; /* WIDTH */
	*zoom: 1;
}
.content-wrapper:after {
	clear: both;
	display: block;
	height: 0.01px;
	content: "";
}

.floating-widget {
	width: 200px; /* WIDTH */
}
.floating-widget.floating {
	position: fixed;
	top: 0;
}
.floating-widget.pinned-bottom {
	position: absolute;
	bottom: 0;
	_position: static;
}

/****************************
  right_side
*****************************/

.right_side {
	float: right;
	width: 200px;
	padding: 0 30px 0 0;
}

ul#ul_navi_side {
	margin:  0;
	padding: 30px 0 0;
}
ul#ul_navi_side li {
	width: 200px;
	margin:  0 0 10px;
	padding: 0;
}
ul#ul_navi_side li img {
	vertical-align: bottom;
}

/****************************
  left_side
*****************************/

.left_side {
	clear: both;
	float: left;
	width: 700px;
	padding: 30px 0 0 30px;
}

/****************************
  footer
*****************************/

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

#footer address {
	float: left;
	margin:  0;
	padding: 0;
	font-style: normal;
}

#footer #footer_navi {
	margin:  0 0 3em;
	text-align: right;
}

#footer #footer_navi a {
	margin:  0 0 0 1.5em;
	padding: 0 0 0 12px;
	background: url(../images/common/p_arrow_01.gif) no-repeat 0% 50%;
}

#footer #footer_navi a.email {
	padding: 0 0 0 18px;
	background: url(../images/common/icon_email.gif) no-repeat 0% 50%;
}
#footer #footer_navi a:hover, 
#footer #footer_navi a:active {
	background-image: url(../images/common/p_arrow_01_on.gif);
}
#footer #footer_navi a:hover.email, 
#footer #footer_navi a:active.email {
	background-image: url(../images/common/icon_email_on.gif);
}

#footer p#copy {
	clear: both;
	margin:  0;
	padding: 0;
	text-align: right;
	font-size:   11px;
	line-height: 12px;
}

#footer address, 
#footer #footer_navi, 
#footer #footer_navi a {
	font-size:   12px;
	line-height: 18px;
}

#footer a, 
#footer p#copy a {
	color: #222;
}

/****************************
  elements
*****************************/

a#scroll-to-top {
	position: fixed;
	right:  15px;
	bottom: 15px;
	width:  35px;
	height: 35px;
	background: url(../images/common/arrow.png) no-repeat center center;
	text-indent: -9999px;
	font-size: 0;
	outline: 0;
	cursor: pointer;
}

.cr {
	clear: both;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	display: block;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

.float_left, 
.float_left_noprint {
	float:   left;
	margin:  0;
	padding: 0;
}
.float_right, 
.float_right_noprint {
	float:   right;
	margin:  0;
	padding: 0;
}

a.more {
	margin: 0;
	padding: 0 14px 0 0;
	background:  url(../images/common/p_arrow_02.gif) no-repeat 100% 40%;
}

img.new {
	padding: 2px 0 0 5px;
	vertical-align: top;
	font-size:   10px;
	line-height: 10px;
}

/****************************
  pagination
*****************************/

.pagination {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0 0 5px 0;
	text-align: center;
}
.pagination a:link, 
.pagination a:visited, 
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	margin:  0px 2px;
	padding: 6px 9px;
	font-size:   12px;
	line-height: 12px;
	text-decoration: none;
	color: #777;
	border: 1px solid #cccccc;
}
.pagination a:link, 
.pagination a:visited {
	background-color: #fff;
}
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: #f4f4f4;
}
.pagination span {
	font-weight: bold;
	color: #999;
}

/****************************
  news
*****************************/

h2.h2_news {
	margin:  0 0 5px;
	padding: 0;
	font-family: serif;
	font-size:   14px;
	line-height: 18px;
}

h2.h2_news a:link {
	color: #222;
	text-decoration: underline;
}
h2.h2_news a:visited {
	color: #999;
	text-decoration: underline;
}
h2.h2_news a:hover, 
h2.h2_news a:active {
	color: #09f;
	text-decoration: underline;
}

p.p_news {
	margin:  0;
	padding: 0;
	font-family: serif;
	font-size:   13px;
	line-height: 17px;
}
p.p_news.url {
	padding: 5px 0 0;
	font-family: verdana, arial, sans-serif;
}
