/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
@media screen and (min-width: 640px) and (max-width: 768px) {
html{
	height: 100%; 
}

body
{
	background: #000;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	height: 100%; 
	transition-duration: 0.8s;　/*　画面移行時のフェードイン用→headのjquery document bodyに続く*/
	transition-property: opacity;　/*　画面移行時のフェードイン用→headのjquery document.writeに続く*/
}
div.subtitle{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

img
{
	border: 0;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}


a:hover img{
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
}

h1,h2,h3,h4,h5,h6
{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;

}

dl,dd,dt{
	margin: 0;
	paddint: 0;
}

form
{
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}


/*NP_07Category用 パンくずリスト用*/
ul.pankuzu
{
	width:100%;/*910px;*/
	padding:0;/* 0;*/
	margin:0px auto 0px 17px;/* auto;*/
	height:23px;
	/*border:1px solid #dddddd;*/
	/*background:#dddddd url(images/pankuzu_bg.gif) repeat-x;*/
}
li.pankuzu_s
{
	height:20px;
	float:left;
	padding-left:10px;
	padding-top:2px;
	padding-right:0px;
	margin-left:0px;
	margin-right:5px;
}
li.pankuzu_b,li.pankuzu_c,li.pankuzu_i
{
	height:20px;
	float:left;
	/*background: url(images/pankuzu_20.gif) left no-repeat;*/
	padding-left:20px;
	padding-top:2px;
	padding-right:0px;
	margin-left:0px;
	margin-right:5px;
}


/* Links */

a:link {
	color: #2DBCEF;
	text-decoration: none;
}

a:visited {
	color: #2DBCEF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2DBCEF;
}

a:active {
	color: #2DBCEF;
	text-decoration: none;
}


.menu a:link
{
	color: #000000;/*#FF6935;*/
	text-decoration: none;
	/*font-weight: bold;*/

}

.menu a:visited
{
	color: #000000;/*#2292FF;*/
	text-decoration: none;
	/*font-weight: bold;*/
}

.menu a:hover
{
	color: #888888;/*#FF0000;*/
	text-decoration: none;
	/*font-weight: bold;*/
}

.menu a:active
{
	color: #888888;/*#000000;*/
	text-decoration: none;
	/*font-weight: bold;*/
}

.menu_middle a:link
{
	color: #000000;/*#FF6935;*/
	text-decoration: none;
	/*font-weight: bold;*/

}

.menu_middle a:visited
{
	color: #000000;/*#2292FF;*/
	text-decoration: none;
	/*font-weight: bold;*/
}

.menu_middle a:hover
{
	color: #888888;/*#FF0000;*/
	text-decoration: none;
	/*font-weight: bold;*/
}

.menu_middle a:active
{
	color: #888888;/*#000000;*/
	text-decoration: none;
	/*font-weight: bold;*/
}





/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  clearing
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line30
{
	clear: both;
	height: 30px;
}

.c_line40
{
	clear: both;
	height: 40px;
}
.c_line50
{
	clear: both;
	height: 50px;
}
.c_line60
{
	clear: both;
	height: 60px;
}
.c_line70
{
	clear: both;
	height: 70px;
}
.c_line80
{
	clear: both;
	height: 80px;
}
.c_line90
{
	clear: both;
	height: 90px;
}
.c_line100
{
	clear: both;
	height: 100px;
}


/*-------------------------------------------------
  Header
-------------------------------------------------*/
#wrapper{

}

/* クリアフィックス */

}
 
.clearfix {

}

#header{
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu-top{
	width: 100%;
	height: 75px;
	margin: 0 auto;
	background: #fff;	
}

.menu-logo{
	position: relative;
	width: 28%;
	height: 75px;
	float: left
}

.menu-logo a:after{
    content: url("images/07logo_short_b.png");
	width: 90%;
	height: auto;
	float: right;
	position: absolute;
	top: 17px;
	bottom: 0;
	left: 10%;
	margin: auto;
}


.tablet-open{
	display: none;
}

.menu-title1{
	width: 36%;
	height: 75px;
	float: left;
}

.menu-title1 h1{
	font-size: 90%;
	color: #000;
	float: right;
	line-height: 75px;
	padding: 0 8px 0 0;
}

.menu-title2{
	width: 36%;
	height: 75px;
	float: left;
}

.menu-title2 h2{
	font-size: 90%;
	color: #000;
	line-height: 75px;
}

.tabmenu{
	position:relative;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #000;
}

.tab{
	margin: 0;
	padding: 0;
}


.tab li{
	width: 50px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	cursor:pointer;
	z-index: 300;
}
 


.tab li.select{
	width: 50px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	cursor:pointer;
	z-index: 300;
}




.show{
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-left: 0;
	text-align: left;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333333;
}


.hide{
    display:none;
}

#tab-content-wrapper{
	width:100%;
    background: #fff;
	margin:50px 0px 0px 0px;
	position: absolute;
	z-index:999;


}

.acmenu{
	width:100%;
	list-style: none; 
}


.acmenu li{ 
	display: inline; 
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	padding: 0; 
	margin: 0; 
}

.acmenu li a{
	display: block; 
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #333333;
	background-color: #000;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	cursor:pointer;
}

.acmenu li a:hover{
	background-color: #333333;
}

.acmenu li a.selected{
	background-color: #fff;
	color: #000;
}

.close{
	display: block;
	width: 100%;
	height: 50px;
	background: #777777;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #333333;
	text-align: center;
	cursor:pointer;
}

.close p{
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	margin: 0;
}


.guide-wrap{
	position: absolute;
	width: 136px;
	height: 30px;
	background: #777777;
	z-index: 200;
	overflow: hidden;
	top: 85px;
	right: 448px;
	
}

.guide-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 300;
}

.guide-link img{
	width: 100%;
	height: 30px;
}


.guide{
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 8px;
}

.guide p{
	font-size: 88%;
	color: #fff;
	marign: 0;
}

.webdemo-wrap{
	position: absolute;
	width: 136px;
	height: 30px;
	background: #777777;
	z-index: 200;
	overflow: hidden;
	top: 85px;
	right: 302px;
}

.webdemo-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 300;
}

.webdemo-link img{
	width: 100%;
	height: 30px;
}


.webdemo{
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 8px;
}

.webdemo p{
	font-size: 88%;
	color: #fff;
	marign: 0;

}

.numberweb-wrap{
	position: absolute;
	width: 136px;
	height: 30px;
	background: #EF454A;
	z-index: 200;
	overflow: hidden;
	top: 85px;
	right: 156px;
}

.numberweb-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 300;
}

.numberweb-link img{
	width: 100%;
	height: 30px;
}


.numberweb{
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 8px;
}

.numberweb p{
	font-size: 88%;
	color: #fff;
	marign: 0;

}

.webmanual-wrap{
	position: absolute;
	width: 136px;
	height: 30px;
	background: #57b5db;
	z-index: 200;
	overflow: hidden;
	top: 85px;
	right: 10px;
}

.webmanual-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 300;
}

.webmanual-link img{
	width: 100%;
	height: 30px;
}


.webmanual{
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 8px;
}

.webmanual p{
	font-size: 88%;
	color: #fff;
	marign: 0;

}

.logo-wrap{
	display: none;
}


.logo-content{
	display: none;
}

.logo-content img{
	display: none;
}


/*-------------------------------------------------
  skippr.js　画面幅100％のスライド画像　↓
-------------------------------------------------*/

#container_slide{
    position: relative;
    width:100%;
    height: 380px;
    background-color:rgba(0,0,0,0.5);
	top: 0;
	margin: 0;
}

#theTarget{
    position: absolute;
    overflow: hidden;
	z-index: 200;
    height: 100%;
    width:100%;
}

.skippr {
    width: 100%;
	height: 100%;
    position: absolute;
	z-index: 200;
}


.skippr img {
    max-width: 150%;
    height: auto;
    left: 50%;
    position: absolute;
	bottom:0;
	margin-left: -75%;
	z-index: 300;
	transition: 0s;
}

.skippr a:hover img{
  opacity: 1;
}

.slide-none{
	display:none;
}

.skippr-nav-container {
	position: absolute;
	left:40px;
	bottom:29px;
	overflow: auto;
	z-index:999;
}

.skippr-nav-element {
	cursor:pointer;
	float:left;
/*	background-color: rgba(255,255,255,0.8);*/
	background-color: #fff;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:0 10px 0 0;
}

.skippr-nav-element:hover, .skippr-nav-element-active {
	background-color:rgba(0,185,239,1);
}


.skippr-arrow {
	position: absolute;
	z-index:999;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	width:30px;
	height:30px;
	/*background-color: white;*/
	transform-origin:center center;
	-webkit-transform-origin:top left;
	cursor: pointer;
}

.skippr-previous {
	left:2.5%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-top:2px solid white;
	border-left:2px solid white;
}

.skippr-next {
	right:3.5%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-bottom:2px solid white;
	border-right:2px solid white;
}

.title-backcolor1-wrap{
    position: absolute;
	width: auto;
	height: 110px;
	left: 0;
	bottom: 13px;
	z-index: 500;
	overflow: hidden;
}


.title-backcolor1{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
	padding: 0 40px 0 0;
	overflow: hidden;
}

.title-backcolor1 dt{
	color:#000;
	font-size:23px;
	width: auto;
	white-space:nowrap;
	margin: 16px 0 0 40px;
}

.title-backcolor1 dd{
	color:#444444;
	font-size:30px;
	font-weight: bold;
	width: auto;
	white-space:nowrap;
	margin: 10px 0 0 40px;
}

.title-backcolor2-wrap{
    position: absolute;
	width: auto;
	height: 110px;
	left: 0;
	bottom: 13px;
	z-index: 500;
	overflow: hidden;
}

.title-backcolor2{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
	overflow: hidden;
	padding: 0 40px 0 0;
}

.title-backcolor2 dt{
	color:#000;
	font-size:23px;
	width: auto;
	white-space:nowrap;
	margin: 20px 0 0 40px;
}

.title-backcolor2 dd{
	color:#444444;
	font-size:30px;
	font-weight: bold;
	width: auto;
	white-space:nowrap;
	margin: 16px 0 0 40px;
}

/*-------------------------------------------------
  skippr.js　end　↑
-------------------------------------------------*/




/*-------------------------------------------------
  body
-------------------------------------------------*/
#body-main
{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#body-wrapper
{
	margin: 0;
	padding: 0;
	background: #efefef;
}

.body-title{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
}

.body-title p{
	font-size: 24px;
	font-weight: bold;
	margin: 0;	
}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#mainwrapper
{
	width: 100%;
	background: white url(images/) repeat-y;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0px 0px 70px 0px;
	margin: auto;
}
#wrapper
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
}



#container
{
	position: relative;
	width: 100%;
	height: 1%;
	overflow: visible;
	/*float: right;*/
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	
}

.content
{
	padding: 0 40px;
	margin: 30px 0px 30px 0px;
}

#container_600
{
	width: 600px;
	height: 1%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;

}

#container_780
{
	width: 100%;
	height: 1%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	overflow: hidden;

}

#container_900
{
	width: 100%;
	height: 1%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	overflow: hidden;
}



.content img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.contentbody img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	margin: 0px;
}

.contentbody{
	padding: 0;
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #e7e7e7;
}

.contentbody table tr td
{
	font-size: 14px;
	text-align: justify;
	line-height: 25px;

}


.contentbody2 img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	margin: 0px;
}

.contentbody2{
	padding: 0;
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #e7e7e7;
}

.contentbody2 table tr td
{
	font-size: 14px;
	text-align: justify;
	line-height: 25px;

}


.largefont table tr td
{
	color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14pt;
	font-weight:bold;
	padding: 0;
	margin: 0px;
	line-height: 25px;
}


/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
#item-wrapper{
    width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}


#item-catname-wrap{
    width: 100%;
	margin: 0 auto;
}

.item-catname{
    width: 100%;
	height: 40px;
	line-height: 40px;

}

.item-catname h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 30px;
}

#item-menu-wrap{
    width: 100%;
	height: 100%;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #dcdddd;
	background: #fff;
}

.item-menu{
    width: 96%;
	margin: 0 auto;
	line-height: 40px;
	font-size: 14px:
	word-break: keep-all;
}

.item-content-wrapper{
	width: 100%;
	background: #fff; 
	padding: 0;
/*	margin-top: 30px;*/
	margin-bottom: 15px;
}

.item-contetn-wrap{
	width: 100%;
	padding: 10px 0 10px 0; 
	margin: 0 auto; 
}



.title_300
{
	background: url(images/bg_title_300.gif) top center no-repeat;
	height:20px;
	font-size: 110%;
	font-weight:bold;
	text-align:center;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
}

.contenttitle h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 0px 50px;
	margin: 0;
}


.bg_more
{
	width: 120px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	float: right;
/*	background: url(images/bg_more.jpg) no-repeat;*/
	text-align: center;
	margin: 15px 10px 30px 0px;
	display: block;
	background: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999999;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
}

.bg_more a:link {
	color: #000;
	text-decoration: none;

}

.bg_more a:visited {
	color: #000;
	text-decoration: none;

}
.bg_more a:hover {
	text-decoration: none;
	color: #fff;
	background: #2DBCEF;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
}

.bg_more a:active {
	color: #000;
	text-decoration: none;

}

.bg_header
{
	width:1000px;
	height:32px;
	background: url(images/bg_body_header.gif) no-repeat;
}
.bg_header_white
{
	width:1000px;
	height:32px;
	background: url(images/bg_body_header_white.gif) no-repeat;
}
.bg_header_gray
{
	width:1000px;
	height:20px;
	background: url(images/bg_body_header_gray.gif) no-repeat;
}
.bg_header_silver
{
	width:1000px;
	height:20px;
	background: url(images/bg_body_header_silver.gif) no-repeat;
}

.bg_header900
{
	width:900px;
	height:25px;
	background: url(images/bg_body_header900.gif) no-repeat;
}
.bg_header900_gray
{
	width:900px;
	height:25px;
	background: url(images/bg_body_header900_gray.gif) no-repeat;
}
.bg_header600
{
	width:600px;
	height:25px;
	background: url(images/bg_body_header600.gif) no-repeat;
}
.bg_header600_gray
{
	width:600px;
	height:20px;
	background: url(images/bg_body_header600_gray.gif) top no-repeat;
}

.bg_header550_gray
{
	width:550px;
	height:20px;
	background: url(images/bg_body_header550_gray.gif) top no-repeat;
}

.bg_body371
{
	width:1000px;
	height:371px;
	overflow:hidden;
	background: url(images/bg_body_middle.gif) repeat-y;

}
.bg_body371_white
{
	width:1000px;
	height:371px;
	overflow:hidden;
	background: url(images/bg_body_middle_white.gif) repeat-y;

}
.bg_body
{
	width:1000px;
	overflow:hidden;
	background: url(images/bg_body_middle.gif) repeat-y;
}
.bg_body_white
{
	width:1000px;
	overflow:hidden;
	background: url(images/bg_body_middle_white.gif) repeat-y;
}
.bg_body_gray
{
	width:1000px;
	overflow:hidden;
	background: url(images/bg_body_middle_gray.gif) repeat-y;
}

.bg_body_silver
{
	width:1000px;
	overflow:hidden;
	background: url(images/bg_body_middle_silver.gif) repeat-y;
}

.bg_body_silver2012
{
/*	width:980px;*/
	width:100%;
	overflow:hidden;
/*	background: #b2b2b2 url(images/bg_footer.jpg) no-repeat;*/
/*	background: #dbdbdb;*/
	background: #898989;
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #4D4D4D; /* 線色 */

}

.bg_body_silver2012 a:link
{
	color: #0d0d0d;
}

.bg_body_silver2012 a:hover
{
	color: #000000;
}

.bg_body_silver2012 a:visited
{
	color: #0d0d0d;
}

.bg_body900
{
	width:900px;
	overflow:hidden;
	background: url(images/bg_body_middle900.gif) repeat-y;
}
.bg_body900_gray
{
	width:900px;
	overflow:hidden;
	background: url(images/bg_body_middle900_gray.gif) repeat-y;
}
.bg_body600
{
	width:600px;
	overflow:hidden;
	background: url(images/bg_body_middle600.gif) repeat-y;
}
.bg_body600_gray
{
	width:600px;
	overflow:hidden;
	background: url(images/bg_body_middle600_gray.gif) repeat-y;
}

.bg_body550_gray
{
	width:550px;
	overflow:hidden;
	background: url(images/bg_body_middle550_gray.gif) repeat-y;
}


.bg_footer
{
	width:1000px;
	height:32px;
	background: url(images/bg_body_footer.gif) no-repeat;

}
.bg_footer_white
{
	width:1000px;
	height:32px;
	background: url(images/bg_body_footer_white.gif) no-repeat;

}
.bg_footer_gray
{
	width:1000px;
	height:32px;
	background: url(images/bg_body_footer_gray.gif) no-repeat;

}
.bg_footer_silver
{
	width:1000px;
	height:32px;
	background: url(images/bg_body_footer_silver.gif) no-repeat;

}
.bg_footer_silver2012
{
	width:980px;
	height:2px;
	background: url(images/bg_footer_footer.jpg) top no-repeat;

}

.bg_footer900
{
	width:900px;
	height:25px;
	background: url(images/bg_body_footer900.gif) no-repeat;

}
.bg_footer900_gray
{
	width:900px;
	height:25px;
	background: url(images/bg_body_footer900_gray.gif) no-repeat;

}
.bg_footer600
{
	width:600px;
	height:25px;
	background: url(images/bg_body_footer600.gif) no-repeat;

}
.bg_footer600_gray
{
	width:600px;
	height:15px;
	background: url(images/bg_body_footer600_gray.gif) bottom no-repeat;

}

.bg_footer550_gray
{
	width:550px;
	height:15px;
	background: url(images/bg_body_footer550_gray.gif) bottom no-repeat;

}

.blue_half_r
{
	width: 100%;
	height: 100px;
	line-height:100px;
	vertical-align: middle;
	background: #009FE8;
	float: left;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	border-width: 7px;
	border-style: solid;
	border-color: #F4F4F4;
	margin: 0px 0px 0px 0px;
}

.orange_half_r
{
	width: 400px;
	height: 60px;
	line-height:60px;
	vertical-align: middle;
	background: #FFDC7B;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #EB6100;
	border-width: 4px;
	border-style: solid;
	border-color: #EB6100;
	margin: 0 auto;
}




/*-------------------------------------------------
  easyselectbox.js　select　↓
-------------------------------------------------*/

#shouhin_select{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#area_select{ /* easyselectbox.cssの.easy-select-boxに変換*/

}

.esb-displayer:after {
    content: url("images/shouhin_arrow.png");
    float: right;
}
.easy-select-box {
    width: 200px;
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #999999;
    outline: 0;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}
.esb-dropdown {
    display: none;
    overflow: auto;
    position: absolute;
    min-width: 200px;
    background: #FFF;
    border: 1px solid #CCC;
    border-top: none;
    z-index: 999;
}
.esb-item {
    width: 200px;
    padding: 7px 0;
    border-top: 1px solid #CCC;
	font-size: 16px;
	text-align: center;
}
.esb-dropdown .esb-item:hover{
    background: #444444;
    color: #FFF;
}

/*-------------------------------------------------
  easyselectbox.js　select end　↑
-------------------------------------------------*/

#shouhin_wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
}

.navicontent-wrap{
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 0 0;
}

.navicontent{
	position: relative;
	width: 22%;
	height: 100%;
    margin: 0 1% 30px 1%;
	float: left;
	z-index: 100;
	overflow: hidden;
	background: #fff;
	padding: 10px 0 15px 0;
}

.navicontent-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;
	bottom: 0;
}

.navicontent-link img{
	width: 100%;
	height: 100%;
}

.navipicture{
	width: 100%;
	text-align: center;
}

.navipicture img{
	width: 86%;
	height: auto;
}

.navititle{
	text-align: center;
}

.navititle h2{
	font-weight: bold;
	font-size: 100%;
	font-weight: bold;
	line-height: 24px;
}

#navi-opacity{
	opacity: 0.8;	
	filter: alpha(opacity=80);
}

#navi-activeline{
	border-width: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #57b5db;
}

.navi-object-wrapper{
    width: 100%;
	height: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
/*	padding: 30px 0 0 0;*/
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #dcdddd;
	background: #fff;
}

.navi-object-wrap{
    width: 100%;
	margin: 0 auto;
	line-height: 60px;

}

.navi-object{
	padding: 0 20px;
}

.navi-object-wrap p{
	margin: 0;
	display: inline;
	word-break: keep-all;
}

.softnavi-content-wrap{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 25px;	
}

.softnavi-content{
	position: relative;
	width: 31%;
	height: 220px;
    margin: 0 1% 30px 1%;
	float: left;
	z-index: 100;
	overflow: hidden;
	background: #fff;
	padding-top: 10px;
}

.softnavi-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;
	bottom: 0;
}

.softnavi-link img{
	width: 100%;
	height: 230px;
}

.softnavi-picture{
	position: relative;
	width: 90%;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
}

.softnavi-picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.softnavi-content dt{
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	overflow: hidden;
	line-height: 32px;
	text-align: left;
	height: 32px;
}

.softnavi-content dd{
	line-height:25px;
	margin-left: auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
	text-align: left;
	height: 25px;
	font-size: 100%;
}

.main-1-wrapper{
    width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 25px;	
}

.main-1-wrap{
	position: relative;
	width: 100%;
	height: 100%;
    margin: 0 1% 30px 1%;
	float: left;
	background: #fff;
	z-index: 100;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-1-wrap p{
	text-align: center;
	line-height:25px;	
	font-size: 100%;
	margin: 0;
}

.main-1-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;
	bottom: 0;
}

.main-1-link img{
	width: 100%;
	height: 170px;
}

.main-1-picture{
	position: relative;
	width: 95%;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
}

.main-1-picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.main-1-wrap dt{
	height: 32px;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0 0 0;
	padding: 0 20px 0 20px;
	overflow: hidden;
	line-height: 32px;
	text-align: left;
}

.main-1-wrap dd{
	height: 50px;
	line-height:25px;
	margin-left: auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
	text-align: left;	
	font-size: 100%;
}

.top-1-wrapper{

    width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.top-1-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	margin: 0 auto;
}

.top-1-wrap p{
	text-align: center;
	line-height:25px;	
	margin: 0;
}

.top-1-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;
	bottom: 0;
}

.top-1-link img{
	width: 100%;
	height: 100%;
}

.top-1-picture{
	position: relative;
	width: 50%;
	height: 294px;
	margin: 0 auto;
	overflow: hidden;
	float: left;
	margin: 0 50px 0 0;
}

.setView1 {
    background: url("images/t_slide01.jpg"); no-repeat center center;
}
.setView2 {
    background: url("images/t_slide02.jpg"); no-repeat center center;
}
.setView3 {
    background: url("images/t_slide03.jpg"); no-repeat center center;
}
.setView4 {
    background: url("images/t_slide04.jpg"); no-repeat center center;
}
.setView5 {
    background: url("images/t_slide05.jpg"); no-repeat center center;
}

.setView6 {
    background: url("images/t_slide06.jpg"); no-repeat center center;
}

.top-1-picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.top-1-text{
	position: relative;
	width: 40%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	float: left;
	overflow: hidden;
}

.top-1-text dt{
	font-size: 2.8rem;
/*	font-weight: bold;*/
	line-height: 60px;
	color: #fff;
	text-align: left;
	margin: 0 0 20px 0;
	white-space: nowrap;
}

.top-1-text dd{
	line-height:25px;
	margin-left: auto;
	color: #fff;
	overflow: hidden;
	text-align: left;	
	margin: 0 0 30px 0;
}

.top-1-next-wrap{
	position: relative;
	width: 40%;
	height: 40px;
	margin: 0 auto;
	background: #57b5db;
	float: left;
	overflow: hidden;
	z-index: 100;
}

.top-1-next-link{
	position: absolute;
	width: 100%;	
	height: 100%;
	z-index: 200;
}

.top-1-next-link img{
	width: 402px;
	height: 40px;
}

.top-1-next-list{
	text-align: center;

}

.top-1-next-list p{
	font-size: 16px;
	margin: 0;
	line-height: 40px;
	color: #fff;
}

.topics-2-wrapper{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 25px;	
}

.topics-2-wrap{
	position: relative;
	width: 47%;
	height: 295px;
    margin: 0 1% 30px 1%;
	float: left;
	background: #fff;
	z-index: 100;
	overflow: hidden;
	padding-top: 20px;
}

.topics-2-link{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 200;
	bottom: 0;
}

.topics-2-link img{
	width: 100%;
	height: 315px;
}


.topics-2-picture{
	position: relative;
	width: 90%;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
}

.topics-2-picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.topics-2-wrap dt{
	height: 32px;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	overflow: hidden;
	line-height: 32px;
	text-align: left;
}

.topics-2-wrap dd{
	height: 50px;
	line-height:25px;
	margin-left: auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
	text-align: left;	
	font-size: 100%;
}

.topics-3-wrapper{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}

.topics-3-wrap{
	position: relative;
	width: 31%;
	height: 220px;
    margin: 0 1% 30px 1%;
	float: left;
	z-index: 100;
	overflow: hidden;
	background: #fff;
	padding-top: 10px;
}

.topics-3-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;
	bottom: 0;
}

.topics-3-link img{
	width: 100%;
	height: 230px;
}

.topics-3-wrap dt{
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	padding: 0 20px 0 20px;
	overflow: hidden;
	line-height: 25px;
	text-align: left;
/*	height: 50px;*/
}

.topics-3-wrap dd{
	line-height:25px;
	margin-left: auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
	text-align: left;
	height: 120px;
	margin-top: 7px;
	font-size: 100%;
}

.next-wrap{
	position: relative;
	width: 96%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	background: #999999;
	overflow: hidden;
	z-index: 100;
	margin-bottom:30px;
}

.next-link{
	position: absolute;
	width: 100%;	
	height: 100%;
	z-index: 200;
}

.next-link img{
	width: 100%;
	height: 40px;
}

.next-list{
	width: 100%;
	text-align: center;

}

.next-list p{
	font-size: 100%;
	margin: 0;
	line-height: 40px;
	color: #fff;
}

.garten-wrapper{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 25px;	
}

.garten-wrap{
	position: relative;
	width: 31%;
	height: 220px;
    margin: 0 1% 30px 1%;
	float: left;
	z-index: 100;
	overflow: hidden;
	background: #fff;
	padding-top: 20px;
}

.garten-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;
}

.garten-link img{
	width: 100%;
	height: 220px;
}

.garten-picture{
	position: relative;
	width: 174px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
}

.garten-picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.garten-wrap p{
	margin: 0;
	padding: 10px 20px 0 20px;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	height: 52px;
	font-size: 100%;
}




/*-------------------------------------------------
  footer
-------------------------------------------------*/
#footer{
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer-wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #dcdddd;
	margin-top: 10px;
}

#footer-wrap{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}

.footer-content{
	width: 47%;
	height: 295px;
    margin: 0 1% 30px 1%;
	float: left;
	background: #fff;
	overflow: hidden;
	padding-top: 20px;
}

.footer-logo{
	width: 60%;
}

.footer-logo img{
	width: 100%;
	height: auto;
}

.footer-addrees{
	width: 100%;	
	text-align: left;
	line-height: 28px;
}

.footer-addrees p{	
	color: #000;
	font-size: 90%;
}


.footer-menu{
	width: 100%;
	margin-top: 60px;
}

.footer-menu p{
	text-align: center;
	color: #000;
	font-size: 90%;
}

.footer-menu p a:link {
	color: #000;
	font-size: 90%;
}

.footer-menu p a:visited {
	color: #000;
	font-size: 90%;
}
.footer-menu p a:hover {
	text-decoration: underline;
	color: #000;
	font-size: 90%;
}

.footer-menu p a:active {
	color: #000;
	font-size: 90%;
}

.footer-menu p:after{
	clear: both;
	font-size: 90%;
}

#copyrights
{
	width: 100%;
	margin: 20px 0 0 0;
}

#copyrights p
{
	text-align: center;
	color: #000;
	font-size: 90%;
}

.footer-logo-wrap{
	margin: 0 auto;
	width: 165px;
}

.footer-logo-content{
	width: 33px;
	margin: 0 11px;
	height: auto;
	float: left;
}

.footer-logo-content img{
	width: 100%;
	height: auto;
}

#footer-guide-wrap{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}

.footer-guide-content{
	width: 47%;
	height: 200px;
    margin: 0 1% 30px 1%;
	float: left;
	background: #fff;
	overflow: hidden;
	padding: 20px 0 10px 0;
}

.footer-guide-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 2% 0 2%;
}

.footer-guide-title p{
	font-size: 130%;
	font-weight: bold;
	color: #595757;
	margin: 0;
}

.footer-time{
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 8px 0;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 2% 0 2%;
}

.footer-time p{
	font-size: 80%;
	margin: 0;
}


.footer-tel{
	margin: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;

}

.footer-tel img{
	width: 30px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0 0 15px 0;
}

.footer-tel p{
	font-weight: bold;
	font-size: 160%;
	margin: 0;
	display: inline;
	line-height: 40px;
}

.footer-comment{
	width: 100%;
	text-align: center;
	margin: 10px 0 8px 0;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 2% 0 2%;
}

.footer-comment p{
	font-size: 80%;
	margin: 0;
}

.toiawase-wrap{
	position: relative;
	width: 90%;
	height: 52px;
	z-index: 100;
	overflow: hidden;
	background: #57b5db;
	margin: 0 auto; 
	bottom: 0;
}

.taikenban-wrap{
	position: relative;
	width: 90%;
	height: 52px;
	z-index: 100;
	overflow: hidden;
	background: #EF454A;
	margin: 0 auto; 
	bottom: 0;
}

.toiawase-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;

}

.toiawase-link img{
	width: 100%;
	height: 52px;

}

.footer-toiawase{
	width: 100%;
	text-align: center;	
	line-height: 52px;
}

.footer-toiawase p{
	font-size: 140%;
	margin: 0;
	font-weight: bold;
	color: #fff;
}

.footer-taikenbanp{
	width: 86%;
	margin: 0 auto;
	padding:20px 0 10px 0;
}

.footer-taikenbanp img{
	width: 100%;
	height: auto;
}

#smapho{

}

#smapho-shouhin{
	display: none;
}

#footer-smapho-wrap{
	width:100%;
	height:100%;
	margin: 0;
	padding: 10px 0 20px 0;
}

.footer-smapho{
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #dcdddd;
}


.footer-smapho li{ 
	margin: 0;
	padding: 0;
}

.footer-smapho li a{
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #dcdddd;
	float: left;	
	background-color: #fff;
	text-align: center;
	color: #000;
	width: 49%;
	height: 50px;
	line-height: 50px;
	margin: 0px;
	font-size: 14px;
	cursor:pointer;
}

.footer-smapho li a:hover{
	background-color: #f2f2f2;
	text-decoration: none;
}


/*-------------------------------------------------
  ページトップへ ↓
-------------------------------------------------*/

.pagetop {
	position: fixed;
	right: 45px;
	bottom: 0px;
	z-index: 9000;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
} 

.pagetop a {
	width: 120px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #fff;
	text-align: center;
	margin: 0;
	background: #000 url(images/);
	/*border-radius: 5px;*/
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

.pagetop a:hover {
	background: #333333;
	color: #fff;
}

/*-------------------------------------------------
  ページトップへ ↑
-------------------------------------------------*/

/*追加*/


/*メニューボタン*/
#menubutton a
{
	float: left;
	width: 24%;
	height: 50px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	background: #fff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#menubutton a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
	color: #000;
}

#menubutton a.selected{
	background: #57b5db;
	color: #fff;
}



#menubutton2 a
{
	float: left;
	width: 24%;
	height: 50px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	background: #57b5db;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#menubutton2 a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
	color: #000;
}

#menubutton2 a.selected{
	background: #57b5db;
	color: #fff;
}

#menubutton4 a
{
	display:block;
	width:24%;
	background: #dedede url(images/) no-repeat;
	height:50px;
	line-height:50px;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	color: #000000;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ffffff;	

}

#menubutton4 a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
	color: #000;
}


#menubutton4 a.selected{
	background: #57b5db;
	color: #fff;
}

.feature_font
{
	font-size: 20px;
}

.feature_font2
{
	font-size: 20px;
	background: #57b5db;
	color: #fff;
}


#dmenu
{
	float: left;
	width: 24%;
	height: 50px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	line-height: 50px;
	text-align: center;	
	background: #fff;
	cursor: pointer;
}

#dmenu a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
	color: #000;
}

#dmenu a.selected{
	background: #57b5db;
	color: #fff;
}

#dmenu2
{
	float: left;
	width: 24%;
	height: 50px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	line-height: 50px;
	text-align: center;	
	background: #57b5db;
	color: #fff;
	cursor: pointer;
}

#dmenu2 a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
	color: #000;
}

#dmenu2 a.selected{
	background: #57b5db;
	color: #fff;
}

#dmenu3
{
	float: left;
	width: 24%;
	height: 50px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	line-height: 50px;
	text-align: center;	
	background: #fff;
	cursor: pointer;
}

#dmenu3 a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
	color: #000;
}

#dmenu3 a.selected{
	background: #57b5db;
	color: #fff;
}

#dmenu4
{
	float: left;
	width: 24%;
	height: 50px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	line-height: 50px;
	text-align: center;	
	background: #57b5db;
	color: #fff;
	cursor: pointer;
}

#dmenu4 a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
	color: #000;
}

#dmenu4 a.selected{
	background: #57b5db;
	color: #fff;
}

#menu2
{
	width: 100%; 
	height: ;
	margin: auto; 
	background: #dedede; 
	color: #fff;
	z-index: 9999;
	position: absolute;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
}

#menu2-2
{
	width: 100%; 
	height: ;
	margin: auto; 
	background: #dedede; 
	color: #fff;
	z-index: 9999;
	position: relative;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
}

#menu4
{
	width: 100%; 
	height: ;
	margin: auto; 
	background: #dedede; 
	color: #fff;
	z-index: 9999;
	position: absolute;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
}

#menu4-2
{
	width: 100%; 
	height: ;
	margin: auto; 
	background: #dedede; 
	color: #fff;
	z-index: 9999;
	position: relative;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
}




.ee11catlist
{
	font-size: 100%; 
	line-height: 40px; 
	vertical-align: middle; 
	padding: 3px 13px 3px 13px; 
	float: left; 
	border-width: 0px 0px 0px 1px; 
	border-style: solid; 
	border-color: #ffffff;
}



#contestmenu-wrapper{
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 10px 0;
	background: #fff;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #dcdddd;
}

#contestmenu-wrap{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}


.contestyear-wrap{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.contestmenu-boshu a{
	float: left;
	width: 226px;
	height: 60px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	background: #fff;
	line-height: 60px;
	text-align: center;
}

.contestmenu-boshu p{
	margin: 0;	
	font-size: 24px;
}

.contestmenu-boshu a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
}

.contestmenu-boshu a.selected{
	background: #57b5db;
	color: #fff;
}


.contestmenu-prosakuhin{
	float: left;
	width: 226px;
	height: 60px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	line-height: 60px;
	text-align: center;	
	background: #fff;

}

.contestmenu-prosakuhin p{
	margin: 0;	
	font-size: 24px;
}

.contestmenu-shsakuhin{
	float: left;
	width: 226px;
	height: 60px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	line-height: 60px;
	text-align: center;	
	background: #fff;

}

.contestmenu-shsakuhin p{
	margin: 0;	
	font-size: 24px;
}

.contestmenu-entry a{
	float: left;
	width: 226px;
	height: 60px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #dcdddd;
	line-height: 60px;
	text-align: center;	
	background: #fff;
}

.contestmenu-entry p{
	margin: 0;	
	font-size: 24px;
}

.contestmenu-entry a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
	background: #fff;
	text-decoration: none;
}

.contestmenu-entry a.selected{
	background: #57b5db;
	color: #fff;
}


.topics-1-wrapper{
    width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 25px;	
}

.topics-1-wrap{
	position: relative;
	width: 100%;
	height: 100%;
    margin: 0 0 30px 0;
	float: left;
	background: #fff;
	z-index: 100;
	overflow: hidden;
	padding: 20px 0 20px 0;
}

.topics-1-wrap p{
	text-align: center;
	line-height:25px;	
	padding: 0 20px 0 20px;
}

.topics-1-link{
	position: absolute;
	width: 100%;
	height: 100%;	
	z-index: 200;
	bottom: 0;
}

.topics-1-link img{
	width: 920px;
	height: 100%;
}

.topics-1-picture{
	position: relative;
	width: 880px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
}

.topics-1-picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.topics-1-wrap dt{
	height: 32px;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	overflow: hidden;
	line-height: 32px;
	text-align: left;
}

.topics-1-wrap dd{
	height: 50px;
	line-height:25px;
	margin-left: auto;
	padding: 0 20px 0 20px;
	overflow: hidden;
	text-align: left;	
	font-size: 100%;
}

#topname-wrap{
    width: 100%;
	margin: 0 auto;
}

.topname{
    width: 100%;
	height: 40px;
	line-height: 40px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #777777;
}

.topname h4{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 20px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
	font-family: Myriad,Arial;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
	font-family: Myriad,Arial;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
	font-family: Myriad,Arial;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	font-family: Myriad,Arial;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family: Myriad,Arial;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family: Myriad,Arial;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
	font-family: Myriad,Arial;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: Myriad,Arial;
}
.error
{
	color: red;
	font-weight: bold;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}


/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px; /*3px;*/
	font-size: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
/*	border-right: 1px dashed #ddd;*/
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

.leftbox10 {
	float: left;
	width: 10%; 
}
.leftbox20 {
	float: left;
	width: 20%; 
}
.leftbox30 {
	float: left;
	width: 170px; 
}

.leftbox40 {
	float: left;
	width: 40%; 
}
.leftbox45 {
	float: left;
	width: 45%; 
}
.leftbox55 {
	float: left;
	width: 55%; 
}
.leftbox60 {
	float: left;
	width: 60%; 
}
.leftbox65 {
	float: left;
	width: 65%; 
}
.leftbox70 {
	float: left;
	width: 70%; 
}
.leftbox75 {
	float: left;
	width: 75%; 
}
.leftbox80 {
	float: left;
	width: 80%; 
}


/* =======================================
	ClearFixElements
======================================= */
#header_pickup
{
	width: 960px;
	height: 195px;
	margin:0 auto;
}

.header_pickupbox
{
	width: 168px;
	height: 195px;
	background:#ffffff;
/*	border-width: 1px 1px 1px 1px;*/
/*	border-style: solid;*/
/*	border-color: #999999;*/
	float: left;
	margin:0px 0px 0px 20px;
}

.header_pickupimg
{
	width: 168px;
	height: 118px;
	background:#ffffff;
	color: #0D0D0D;
/*	border-width: 1px 1px 1px 1px;*/
/*	border-style: solid;*/
/*	border-color: #999999;*/
	margin:0 auto;
}

.header_pickuptitle
{
	width: 164px;
	font-weight:bold;
	font-size: 15px;
	color: #666666;
	margin:0 auto;
	padding:10px 0px 0px 0px;
}

.header_pickupexp
{
	width: 164px;
	font-size: 12px;
	color: #444444;
	margin:0 auto;
	padding:5px 0px 0px 0px;
}

.header_pickuptitle a:link{
	color: #666666;
}
.header_pickuptitle a:visited{
	color: #666666;
}
.header_pickuptitle a:hover{
	color: #00a0e9;
	text-decoration: none;
}


.home_margin
{
	width: 100%;
	margin-bottom: 50px;
	color: #5B5B5B; 
	font-size: 28px;
	font-weight: normal;
}

.scrEvent 
{

    /*display: none;*/
}

.gray
{
	width: 100%;
	background: #F4F4F4;
}

.gray2
{
	width: 100%;
	background: #999999;
}

/*.gray_half_l*/
.heightLine
{
	width: 47%;
	/*height: 600px;*/
	background: #F4F4F4;
	float: left;
	margin: 0px 10px 30px 15px;
	padding: 0px 0px 55px 0px;
	position: relative;
}

.heightLine img
{
	width: 395px;
	height: 219px;
}

.gray_more
{
	text-align: center; 
	position: absolute; 
	bottom: 20px; 
	left: 140px;
}

.gray_half_r
{
	width: 48%;
	height: 600px;
	background: #F4F4F4;
	float: right;
}

.white
{
	width: 100%;
	background: #fff;
}

.red_half_l
{
	width: 46%;
	height: 100px;
	line-height:100px;
	vertical-align: middle;
	background: #E61F19;
	float: left;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	border-width: 7px;
	border-style: solid;
	border-color: #F4F4F4;
	margin: 0px 10px 30px 13px;
}

.blue_half_r
{
	width: 46%;
	height: 100px;
	line-height:100px;
	vertical-align: middle;
	background: #009FE8;
	float: left;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	border-width: 7px;
	border-style: solid;
	border-color: #F4F4F4;
	margin: 0px 10px 30px 13px;
}

.gray_half_r2
{
	width: 200px;
	height: 40px;
	line-height:40px;
	vertical-align: middle;
	background: #a0a0a0;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 10px 10px 0 0;
}


}