@charset "shift_jis";

/* @group Reset CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
	-webkit-text-size-adjust: auto;
}

body {
	line-height: 1;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#000;
	font: 14px/normal sans-serif;
	width: 100%;
	overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {  
     max-width: 100%;  
     height: auto;  
	 } 
	 
.red{
	color:#F00;
}

.blue{
	color:#09F;
}

/* @end */

.top{
	color: #F00;
	background-color: #ffff00;
	text-align:center;
	padding:8px 0px 5px 0px;
	font-size:80%;
	border-bottom: 1px double #ccc;
	line-height: 130%;
}

header aside {
	position: relative;
}

.header-imgs {
	background-color: #FFF;
}

header img {
	width: 100%;
}

/* @group Header */
#pagetop{
	display: block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}

#pagetop h2{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 80%;
	margin: 15px;
	line-height: 130%;
}


/* ENTER */
.list1 ul{
	border-bottom: 1px solid #333;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 90%;
	border-top: 1px solid #333;
}

.list1 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7e7d), to(#000000));
	background: linear-gradient(#7d7e7d, #000000);
	border-top: 1px solid #666;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	height: 45px;
}
	
.list1 ul li a{
	/*background: url(../images/arrow067_01.gif) no-repeat 100% 50%;*/
	color: #666;
	display: block;
	height: 45px;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 98% 50%;
}

.list1 ul li a strong{
	color: #FFF;
	display: block;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}

.list1 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	padding-left: 7px;
}

/* ENTER @end */


h3 {
	color: #F00;
	padding: 15px 0px 5px 0px;
	text-align: center;
	font-size: 70%;
	line-height: 130%;
}
h4 {
	color: #CCC;
	padding: 5px 15px 10px 5px;
	text-align: right;
	font-size: 80%;
	line-height: 130%;
}

article section {
	padding: 15px 20px 10px 20px;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #999 #666 #666 #999;	
	background: #000;
	margin-bottom: 10px;
}

article h2 {
	margin: 25px 0 5px 0;
	padding-left:5px;
}

article p {
	margin: 10px;
	font-size: 80%;
	
}
articlelb img{
	display: block;
	max-width: 100%;
	margin: 0em auto;
}

articleb p {
	font-size:70%;
}

articleb h1 {
	padding: 0px 0 0px 0px;
	font-size: 13px;
	border-bottom: solid 1px;
	border-bottom-color: #F00;
	background: url(../images/h_icon_gray.gif) left top no-repeat;
	background-color: #FF0;
	font-weight: bold;
	color: #F00;
	border-top: solid 1px;
	border-top-color: #F00;
	text-shadow: 0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;
	text-align: center;
}

articleb h2,
articleb h3 {
	border-left: 7px solid #ff0000;
	border-bottom: 1px dotted #ff0000;
	font-size:80%;
	color: #F90;
	line-height: 25px;
}

.link {
	margin-top: 5px;
	margin-right: 15px;
	margin-left:15px;
	padding-bottom: 15px;
	background-color: #000;
}

#menu h2 {
	padding: 15px 0 15px 0px;
	font-size: 14px;
	border-bottom: solid 1px;
	border-bottom-color: #999;
	background: url(../images/h_icon_gray.gif) left top no-repeat;
	background-color: #F06;
	font-weight: bold;
	color: #FFF;
	border-top: solid 1px;
	border-top-color: #999;
	text-align: center;
	margin: 20px 20px 0px 20px;
}

#link{
    margin:20px;
	text-align: center;
}


/* PC”Å */
.list2 ul{
	border-bottom: 2px solid #ccc;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 90%;
	margin-bottom:0px;
}

.list2 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f68500), to(#f7bf7e));
	background: linear-gradient(#f68500, #f7bf7e);
	border-style: solid;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-top: 2px solid #ccc;;
	border-color: #ccc #999 #999 #ccc;
	height: 45px;
}
	
.list2 ul li a{
	color: #666;
	display: block;
	height: 45px;
	padding: 0 50px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 98% 50%;
}

.list2 ul li a strong{
	color: #333;
	display: block;
	font-weight: bold;
	padding-top: 17px;
	text-align: center;
}

.list2 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	padding-left: 7px;
}
/* @end */

/* @group Footer */

footer {
	padding: 8px;
	border-top: 1px double #ccc;
	text-align: center;
	font-family: serif;
	font-size: 70%;
	line-height:120%;
	color: #ff0000;
	background-color:#ffff00;
}

/* @end */
