@charset "utf-8";

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
table {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
}

#Contents img {
	border:1px solid #676767;
	padding:3px;
}

a,
a:visited {
	color:#ccc;
}

a:hover {
	color:#9cc;
	text-decoration:none;
}

/*----------------------------------------------------------
  clearfix
----------------------------------------------------------*/
.CL {
	clear:both;
}

.clearfix:after,
div#Header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
div#Header{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html div#Header {
	height: 1%;
}

.clearfix,
div#Header {
	display: block;
}

/* End hide from IE-mac */	

/*----------------------------------------------------------
  共通
----------------------------------------------------------*/
body {
	line-height:1.6;
	font-size:14px;
 *font-size:86%;/*IE*/
	font-family:Arial, Helvetica, verdana, "ヒラギノ角ゴ Pro W3", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#ccc;
	text-align:center;
	background:#999 url(/images/bk_01.png) repeat center;
}

div#Wrap {
	width:820px;
	margin:10px auto;
}

div#Header {
	background:url(/images/header.png) no-repeat;
	height:100px;
	width:820px;
}

h1 {
	padding-top:25px;
	float:left;
}

h1 a {
	display:block;
	width:260px;
	height:75px;
	text-indent:-9999px;
	margin-left:70px;
}

div#Header ul {
	list-style:none;
	float:right;
	margin-right:70px !important;
	padding-top:60px;
 *margin-right:35px;
}

div#Header ul li {
	float:left;
	background:none;
	padding:0 0 0 10px;
}

h2 {
	background:url(/images/title_bk_02.jpg) repeat-x;
	border-bottom:1px solid #676767;
	font-size:170%;
	color:#fff;
	padding:5px 15px;
	margin-bottom:20px;
}

ul {
	list-style:none;
	margin-bottom:20px;
}

ul li {
	background:url(/images/icon_01.gif) no-repeat 0 50%;
	padding:2px 0 2px 25px;
	margin-left:8px;
	font-size:90%;
	font-weight:bold;
}


strong {
	color:#f36;
}

div#Container {
	width:820px;
	background:url(/images/bk_02.png) repeat-y;
	padding:10px 0 30px;
}

div#Contents {
	width:680px;
	margin:0 auto;
	text-align:left;
}

div#News {
	border:1px solid #676767;
	background-color:#1f1f1f;
	margin-bottom:20px;
	padding:5px;
	color:#ccc;
}

div#Contents div#News h2 {
	background:#000 url(/images/title_bk_01.jpg) repeat-x;
	font-size:130%;
	color:#fff;
	padding:5px 25px;
	margin-bottom:20px;
	border-bottom:none;
}

div#News h3 {
	background:#000 url(/images/title_bk_01.jpg) repeat-x;
	font-size:130%;
	color:#fff;
	padding:5px 25px;
	margin-bottom:20px;
}

div#News h4 {
	background:url(/images/icon_02.gif) no-repeat 0 50%;
	padding:0 0 0 25px;
	margin-bottom:10px;
	color:#fff;
}

div#News p {
	margin-bottom:15px;
}

div#News p#Photo02 {
	float:right;
	margin:0 0 0 20px;
}

div#News table {
	border:1px solid #676767;
	border-collapse:collapse;
	margin-bottom:20px;
}

div#News table th {
	border-bottom:1px solid #676767;
	padding:5px;
	width:130px;
	background-color:#484848;
	vertical-align:top;
	color:#fff
}

div#News table td {
	border-bottom:1px solid #676767;
	border-left:1px solid #676767;
	padding:5px;
	vertical-align:top;
}

#More {
	text-align:right;
	padding:0 20px;
}

#More a {
	background:url(/images/icon_03.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
}

#Lead {
  width:600px;
  margin:0 auto;
	padding:20px 0;
}

div#NewsTxt {
	margin:0 20px;
	padding-bottom:20px;
}

/*----------------------------------------------------------
  Info
----------------------------------------------------------*/	
div#Info {
	width:680px;
	margin-bottom:30px;
}

div#Info table {
	width:385px;
	float:left;
	margin-left:8px;
}

div#Info table th {
	background:url(/images/icon_01.gif) no-repeat 15px 5px;
	padding:0 0 10px 35px;
	width:85px;
	color:#fff;
	font-weight:normal;
}

div#Info table td {
	padding:0 0 10px;
}

p#Photo01 {
	float:right;
}

/*----------------------------------------------------------
  Info02
----------------------------------------------------------*/			
div#Info02 {
	width:680px;
	margin-bottom:20px;
}

div#Info02 div#Photo {
	width:222px;
	float:left;
}

div#Info02 div#PhotoCenter {
	width:444px;
	margin:0 auto;
}

div#Info02 div#Map {
	width:440px;
	float:right;
}

div#Info02 h3 {
	padding:0 0 0 25px;
}

/*----------------------------------------------------------
  Oubo
----------------------------------------------------------*/		
div.Oubo {
	background:url(/images/line_01.jpg) no-repeat;
	padding:20px 0;
	text-align:center;
	margin-bottom:20px;
}

div.Oubo input[type="submit"]{font-size:0.86em;}


/*----------------------------------------------------------
  Footer
----------------------------------------------------------*/	
div#Footer {
	background:url(/images/footer.png) no-repeat 0 100%;
	padding:0 0 60px;
}

div#Footer p {
	background:url(/images/line_02.jpg) no-repeat 50% 0;
	padding:20px 0 10px 0;
}


/*----------------------------------------------------------
  追加
----------------------------------------------------------*/	

.fieldWithErrors{display:inline;}
.fieldWithErrors input{background-color:#FF3333;}
.fieldWithErrors textarea{background-color:#FF3333;}


.notice{
    margin:0 10px;
    color:#FF3333;
    font-size:0.9em;
	}
	
.htmledit textarea{width:680px;height:300px;}

.permission{
    text-align:left;
}
.permission p{
    margin-left:1em;
}
.permission ul,
.permission ol{
    margin:5px 0 5px 3.5em;
}
.permission li ol{
    list-style-type: lower-roman
}

.permission h3{
    margin-top:1.4em;
    }

.formArea{
  	margin: 5px 15px 18px 15px;
  	padding:0 0 8px 3px;
    text-align:left;

}

.formArea dl {
	padding: 0 10px 10px;
}
.formArea dl dt {
	float: left;
	width: 16em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	text-align:right;
}
.formArea dl dd {
	padding: 10px 0 10px 10.5em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}

.buttonArea{
     margin:20px auto 50px auto;
     width:300px;
}

.buttonArea form{
    float:left;
    margin:0 10px;
}


div.userNew h2 {
	padding:3px 10px;
	font-size:120%;
	margin-bottom:15px;
}

p.top_img img{
 border:none; 
 padding:0;
}

#Notfound{
  text-align:center;
}

#Notfound h4{
    font-size:1.4em;
}

.blogparts .formArea{
    border:none;
}

.blogparts .formArea textarea{
    width:400px;
    height:200px;
}

p.explain{font-size:0.9em;color:#aaa;}

span.checkArea{
    display:block;
    float:left;
    margin-left:12px;
    white-space:nowrap;
    height:2.2em;
}


div.blogpartsExplain{
    margin-top:18px;
}

.clr{clear:both;}

.userNew h4{
	background:url(/images/icon_02.gif) no-repeat 0 50%;
	margin:5px 0 0 24px;
	padding-left: 18px;
	}

.userNew h3{
    border-bottom:3px solid #333;
    margin-left:1em;
    text-align:left;
    }
    
.qbox{
    margin:0 0 8px 2em;
    padding:5px;
}

#Lead span{
    color:#fff;
    font-size:1.2em;
    padding:0 2px;
    }
    
.txCenter{text-align:center;}

.partsEdit h3 {
	background:#000 url(/images/title_bk_01.jpg) repeat-x;
	font-size:130%;
	color:#fff;
	padding:5px 25px;
  margin:8px 0;
  text-align:center;
}
.partsEdit p{
  margin:0 20px;
  text-align:center;
}

dl.apply-new dt{width:16em;}

.message{
  margin:20px 0;
  text-align:center;
}

h3.confirm,
.message h3 {
	background:#000 url(/images/title_bk_01.jpg) repeat-x;
	font-size:130%;
	color:#fff;
  margin:8px 0;
  text-align:center;
}
.explain{
  margin:0 auto;
  width:380px;
  }
  
div#Info h3.title {
	background:url(/images/icon_02.gif) no-repeat 15px 5px;
	padding:0 0 10px 40px;
	color:#fff;
  font-size:115%;
}
  
  
  
/* 20081205 */

dd.eventName input{width:20em;}


/* 20081211 */

.memo{
    width:470px;
    margin-left:140px; 
    font-size:0.9em;
    }

input[type="submit"]{font-size:1.4em;}


/* 20090119 */
.apply-new-p{
	background:url(/images/icon_02.gif) no-repeat 15px 5px;
	padding:0 0 0 40px;
  margin-left:55px;
  }
  
/* 20090123 privacy */
.permission p{
    margin-bottom:4px;
    }
.permission ol ul{
	  margin:0.5em 4em 0 0 ;
	  }
.permission ol ul li{
   	background:url(/images/icon_01.gif) no-repeat 0 0;
	  padding:0 0 0 25px;
    font-weight:normal;
    }
.permission table{margin-top:11px;}
.permission table.name{margin-left:400px;}

.permission table.contact{margin-left:12px;}