@charset "Shift_JIS";

html {
  background-color: #FFFFFF;
}

#mainContents .alert {
	margin: 0 30px;
	padding: 10px 20px;
	text-align: center;
}

#container {
	margin: 0;
	padding: 0;
}

/* --- header --- */

#container #header_cont {
/*	background: url("../img/topi_header_bg_50.png") top left repeat-x; */
	background-color: #FFFFFF;
	height: 50px;
	overflow: hidden;
/*	border-bottom: 3px solid #aaa; */
}

#container #header_cont #header {
	height: 50px;
	overflow: hidden;

    background: -moz-linear-gradient(top,
			rgba(255,255,255,0.1),
            rgba(255,255,255,0.1)  25%,
            rgba(255,255,255,0.4)  48%,
            rgba(255,255,255,0.12) 50%,
            rgba(255,255,255,0)); /* Firefox—p */

    background: -webkit-gradient(linear, center top, center bottom,
			from(rgba(255,255,255,0.1)),
            color-stop(0.25, rgba(255,255,255,0.1)),
            color-stop(0.48, rgba(255,255,255,0.4)),
            color-stop(0.5,  rgba(255,255,255,0.12)),
            to(rgba(255,255,255,0))); /* Safari,Google Chrome—p */
}


#container #header_cont #header p {
	margin: 6px auto 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

#container #header_cont #header p.titleOneLine {
	margin-top: 16px;
}

#container #header_cont #header p.titleTwoLine {
	margin-top: 6px;
}


/* --- gnav --- */

#container #gnav {
	background: url("../img/topi_nav_bg_35.jpg") top left repeat-x;
	height: 34px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

#container #gnav ul {
	margin: 0 auto;
	width: 258px;
}

#container #gnav ul li {
	width: 83px;
	margin: 2px 0 0;
	color: #B7B7B7;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	float: left;
}

#container #gnav ul li.first {
	width: 86px;
}

#container #gnav ul li .str2 {
	width: 48px;
}

#container #gnav ul li .str3 {
	width: 63px;
}

#container #gnav ul li img {
	display: block;
	width: 3px;
	height: 28px;
	float: left;
}

#container #gnav ul li a {
	width: 55px;
	height: 14px;
	padding: 6px 0 6px 25px;
	line-height: 1;
	text-decoration: none;
	color: #B7B7B7;
	background: url("../img/topi_nav_arw_off.jpg") 9px 6px no-repeat;
	display: block;
	float: left;
	overflow: hidden;
}

#container #gnav ul li a:hover {
	color: #505050;
	background: url("../img/topi_nav_arw_on.jpg") 9px 6px no-repeat;
	background-color: #B7B7B7;
}

#container #gnav ul li.current a {
	color: #505050;
	background: url("../img/topi_nav_arw_on.jpg") 9px 6px no-repeat;
	background-color: #B7B7B7;
}


/* --- gnav2 --- */

#container #gnav2 {
	background-color:#FFF;
	font-size:14px;
	color:#000;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	margin: 10px auto 5px;
}

#container #gnav2 ul {
 list-style-type:none;
}

#container #gnav2 ul:after {
 display: block;
 clear: both;
 content: '';
}

#container #gnav2 li {
 line-height: 38px;
 margin: 0 2px 6px;
 display:inline-block;
 width: 65px;
 font-size: 14px;
 text-align: center;
 white-space: nowrap;
}

#container #gnav2 li.gnav_tag_1 a img {
 vertical-align: top;
}


#container #gnav2 li.current a,
#container #gnav2 li.normal a,
#container #gnav2 li.current_cate_1 a,
#container #gnav2 li.current_cate_2 a,
#container #gnav2 li.gnav_tag_1 a,
#container #gnav2 li.current_tag1 a {
 display: block; 
 color:#00F;
 text-decoration: none;
  -webkit-border-top-left-radius: 4px;
 -webkit-border-bottom-left-radius: 4px;
 border-top-left-radius: 4px;
 border-bottom-left-radius: 4px;
 -webkit-border-top-right-radius: 4px;
 -webkit-border-bottom-right-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-right-radius: 4px;

 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,234,100)),to(rgb(255,203,100)));
 -webkit-box-shadow: 0 0 3px #000000;
 box-shadow: 0 0 3px #000000;
}

#container #gnav2 li.current_cate_1 a {
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(31,210,31)),to(rgb(21,147,21)));
 text-decoration: none;
}

#container #gnav2 li.current_cate_2 a {
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0,171,230)),to(rgb(0,137,189)));
 text-decoration: none;
}

#container #gnav2 li.current_tag_1 a {
/* background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,77,255)),to(rgb(227,0,227))); */
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,220,255)),to(rgb(255,150,255)));
 text-decoration: none;
}

#container #gnav2 li.current a {
/* color: #666;
 background: rgb(200,200,200); */
 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,174,0)),to(rgb(255,133,0)));
 text-decoration: none;
}

#container #gnav2 li.current a,
#container #gnav2 li.current_cate_1 a,
#container #gnav2 li.current_cate_2 a,
#container #gnav2 li.current_tag_1 a {
 -webkit-box-shadow: 0 0 2px #000000,
   0 0 1px rgba(0,0,0,1) inset,
   3px 0 4px rgba(0,0,0,0.4) inset,
   0 3px 4px rgba(0,0,0,0.5) inset;
 box-shadow: 0 0 2px #000000,
   0 0 1px rgba(0,0,0,1) inset,
   3px 0 4px rgba(0,0,0,0.4) inset,
   0 3px 4px rgba(0,0,0,0.5) inset;
}



/* --- footer --- */

#container #footer {}

#container #footer p {
	height: 40px;
/*	background: url("../img/textlink_bg.jpg") top left repeat-x; */
	border-top: 2px solid #888888;
	text-align: center;
}

#container #footer p a {
/*	color: #666666; */
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
/*	padding-left: 30px; */
/*	background: url("../img/textlink_arw.jpg") 10px 12px no-repeat; */
}

#container #footer p a:hover {
	text-decoration: underline;
}














/* -- all -- */

.alert {
	font-weight: bold;
	color: #f00;
	border: 1px dotted #f00;
}

.inputYoubi {
	text-align: center;
	border-width: 0px;
	border-style: none;
}

.spT10 {
	margin-top: 10px;
}

.bordernoneR {
	border-style: solid none solid solid;
}

.prevbox { //event_imgupload_data
	margin: 10px 10px;
	padding-top: 15px;
}

.prevbox a {
	color: #FFF;
}

.prevbox a:hover {
	color: #FFF;
	text-decoration: underline;
}

.prevbox span {
	padding: 5px 7px;
	border: 1px solid #aaa;
	background-color: #555;
	font-weight: bold;
}

.processErr {
	margin: 10px;
	padding: 5px 7px;
	border: 1px solid #f00;
	line-height: 1.4;
}

.inputBtn {
	font-size: 16px;
	padding: 30px 0;
	width: 180px;
}


.inputBtn2 {
	font-size: 16px;
	width: 130px;
	padding: 30px 0;

}

.inputBtn3 {
	font-size: 16px;
	width: 180px;
	padding: 15px 0;

}

.inputBtn4 {
	font-size: 14px;
	width: 130px;
	padding: 15px 0;

}

.ssmall {
	font-size: 10px;
}

.small {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.big {
	font-size: 16px;
}

.sbig {
	font-size: 18px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.gray {
	color: #666;
}

.dgray {
	color: #333;
}

.green {
	color: #060;
}

.bgLgreen {
	background-color: #CDFED5;
}

.attention_semi {
	color: #D99191;
	font-weight: bold;
}

.attention {
	color: red;
	font-weight: bold;
}

.attention2 {
	color: red;
	font-size: 16px;
	font-weight: bold;
}


.attention3 {
	color: #0CC;
	font-size: 16px;
	font-weight: bold;
}

.txtNormal {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

.txtUnderLine {
	text-decoration: underline;
}

.txtL {
	text-align: left;
}

.txtR {
	text-align: right;
}

.txtC {
	text-align: center;
}

.noborder {
	border-style: none;
}

