@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }
ul, li { list-style-type: none; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; outline: 0; }
a:active { color: #f00; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 10px -50px; width:450px; }
img { border: 0; margin: 10px 0 0 75px;}

/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*---------------------------------*/

*{
	margin:0;
	padding:0;
	line-height:150%;
	word-break:break-all;
	font-family:verdana, arial, sans-serif;
}

body {
	color:#323232;
	font-size:13px;
	background:#ffffff;
	background:url(../img/top_bg.gif) repeat-x fixed;
}

img {
	border:0px;
}

.all {
	clear:both;
}

#all {
	margin:0 0;
	padding:10px 10px 10px 0;
	width:800px;
}

#left {
	width:400px;
	float:left;
}

#left h1 {
	margin: 0 0 0 -30px;
}

#left ul {
	width:230px;
	list-style:none;
	margin:30px 0 0 100px;
}

#left li {
	list-style:none;
	margin:6px 0;
	padding:0 0 0 20px;
	background:url(../img/arrow.gif) no-repeat 0 5px;
}

#top-start {
	margin-top:160px;
	width:260px;
	margin:80px 0 0 50px;
	padding:10px 50px;
	background:#686868;
	color:#fff;
}

#top-start h1 {
	margin:0;
	display:block;
	color:#fff;
	font-size:13px;
}

#top-start span {
	margin:6px 6px 0 6px;
	display:block;
}

#right {
	text-align:center;
	width:400px;
	float:right;
	margin-bottom:100px;
}

#sub-right {
	width:400px;
	float:right;
	margin-bottom:100px;
}

#right .top-logo {
	margin-top:100px;
}

#right .top-enter {
	margin-top:40px;
}

#sub-right h2 {
	text-align:right;
	margin:20px 10px 20px 10px;
	text-decoration:underline;
	font-size:19px;
}

#sub-right .right-title {
	margin:10px 0 10px 4px;
}

#date {
	margin-left:-50px;
	width:450px;
	padding:3px;
	border:solid 1px #333333;
	background:#ffffff;

}

.flag {
	float:left;
}

#sub-right table {
	width:300px;
	float:right;
}

#sub-right table td {
	vertical-align:top;
	padding:2px;
	border-bottom:solid 1px #717171;
}

#sub-right .one {
	width:20%;
}

#sub-right .two {
	width:80%;
}

.more { 
	margin:10px 0px 10px 0px;
}

.more img { 
	margin-left:50px;
}

#top-footer {
	text-align:center;
	clear:both;
	width:100%;
}

/* サイトマップ */
#sitemap {
	margin-top:10px;
	padding :0px;
	list-style-type : none;
	font-size:12px;
}
#sitemap li{
	display : block;
	padding :0px;
	margin :0px;
}
.sitemap_brt a {
	background-image: url(../img/ico_eda.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left:20px;
	width:7px;
}
.sitemap_brt2 a {
	background-image: url(../img/ico_eda2.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left:20px;
	width:7px;
}

/* リンク */
a { color:#323232; text-decoration: underline;}
a:hover{ color:#cc0000; text-decoration: none;}

.bold { font-weight: bold; }