@charset "UTF-8";
 

/* ========BASIC======== */
* {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
}

body {
	margin:0;
	padding:0;
	line-height:1.7;
	letter-spacing:1px;
	background: #fff url(images/bk_02.gif) repeat;
	color: #333;
   
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color: #555556;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:859px;
   margin:0 auto;
   background:url("images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
   width:859px;
   background:url("images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
	position:relative;
	padding: 2px 5px 0;

}

div#pr {
	position:absolute;
	left:367px;
	top: 5px;
}

div#menu {
   float:left;
   padding:0 5px;
}
div#contents {
	clear:both;
	margin:0 5px;
	padding:20px 10px 0;
	background-color: #fffeff;
}

div#main {
	float:left;
	width:590px;
}

div#sub {
   float:right;
   width:220px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   background: #555556;
   margin:0 5px;
}
div#footer a {
   color:#FFF;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	font-size:150%;/* 24px相当 */
	color:#fff;
	line-height:70px;
	padding: 20px 10px 10px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a {
	display:block;
	width:120px;
	color: #fcfeff;
	line-height: 40px;
	border-left:1px solid #DCDCDC;
	background:url("images/bg_menu.gif") 0 0 repeat-x;
	font-weight: bold;
	font-size: 11px;
}

div#menu li.home a {
	border:none;
	width: 123px;
}

div#menu li a.active {
   color:#333;
}

div#menu li a:hover {
   background:url("images/bg_menu.gif") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   text-decoration:underline;
}

div#main h2 {
	margin-bottom:8px;
	color:#333;
	font-weight:bold;
	border-bottom:3px double #535D57;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0;
}


div#main h3 {
	font-size: 16px;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #35374A;
	margin-bottom: 6px;
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
	padding:0;
	padding:3px;
	background:#f1f1f1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub a  {
   color:#0172AB;
}

div#sub .section {
   margin-bottom:10px;
}

div#sub h4 {
   padding:3px;
   font-size:82%;/* 13px相当 */
   font-weight:bold;
   color:#fff;
   background:url("images/bg_sub_h2.gif") 50% 50%;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
	padding-left:12px;
	background: url(images/bg_list.gif) no-repeat 0 2px;
	display: block;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:center;
	background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
	display:inline;
	margin:0 0 0 10px;
	font-size:65%;/* 12px相当 */
	list-style:none;
	text-decoration: none;
}

div#footMenu li a{
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
	border-bottom: 1px none #555556;
}


div#footMenu li a:hover{
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
	border-bottom: 1px solid #555556;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#fff;
   text-align:center;
}

/* ========MORE CUSTOMIZE======== */

#header span{
	font-size: 10px;
	padding-left: 10px;
	position: absolute;
	width: 320px;
}


.contents_left{
	width: 275px;
	float: left;
	padding: 5px;
	clear: both;
	margin-top: 190px;
}

.contents_right{
	width: 275px;
	float: right;
	padding: 5px;
	margin-top: 190px;
}

#slideshow {
    position:relative;
    display: block;
    clear: both;
    width: 500px;
    float: left;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

.topbox{
	float: left;
	width: 500px;
}

.contents_left ul{
	margin-top: 1px;
}

.contents_right ul{
	margin-top: 1px;
}

.contents_left li{
	margin-bottom: 5px;
}

.contents_right li{
	margin-bottom: 5px;
}


.contents_left h3{
	background: url(images/point_01.gif) no-repeat left -2px;
	padding-top: 3px;
	height: 26px;
	padding-left: 31px;
	font-size: 13px;
	text-shadow: rgba(0,0,0,0.15) 0 2px 4px;
	color: #424242;
}

.contents_right h3{
	background: url(images/point_01.gif) no-repeat left -2px;
	padding-top: 3px;
	height: 26px;
	padding-left: 31px;
	font-size: 13px;
	text-shadow: rgba(0,0,0,0.15) 0 2px 4px;
	color: #424242;
}

#main small{
	margin-bottom: 15px;
	width: 590px;
	float: left;
	font-size: 10px;
}

.section2 {
	margin-bottom: 8px;
} 

em {
	
	background: url(images/chack.gif) no-repeat 0 center;
	padding-left: 60px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
}
.left {
	float: left;
	padding-right: 10px;
}
.check {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	font-weight: bold;
	font-size: 16px;
	background-position: 1px;
	margin-bottom: 2px;
}
.sub-title {
	background-color: #444;
	font-weight: bold;
	font-size: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	color: #FFF;
}
.check-desc {
	background-color: #f1f1f1;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pic-middle {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;

}
.sita10 {
	padding-bottom: 10px;
}
.categorypage {
	list-style-type: none;
}
.profile {
	border-collapse: collapse;
	font-size: 90%;
}.profile tr td {
	padding-left: 8px;
	border: 1px solid #D2D4CD;
	padding-right: 8px;
	padding-top: 13px;
}
.profile tr .item {
	background-color: #F0F0F0;
	width: 110px;
}
.profile tr .item2 {
	line-height: 1.2;

}
.ads-side {
	padding-left: 30px;
	padding-top: 10px;
}
.ads {
	margin-left: 45px;
	margin-top: 30px;
	margin-bottom: 15px;
}
