@charset "utf-8";
/* CSS Document */
@import url("text.css");

body,div,img,ul,ol,li { padding:0; margin:0;}
ul,ol{list-style:none;}


body{
	text-align:center;
	font-size:12px;
	background: url(../img/bg.gif) 0 0 repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container{
	width:960px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

#head{
	width:960px;
	text-align:left;
	background-color:#AC1;
	padding:25px 0 25px;
}

#head h1{
	width:400px;
	height:46px;
	display:block;
	margin:0 0 0 30px;
	float:left;
}


#head h1 a{
	width:400px;
	height:46px;
	display:block;
	background:url(../img/head.gif) 0 0 no-repeat;
	text-indent:-9999px;
	outline:none;
}

#head div.rightarea{
	width:295px;
	height:46px;
	background:url(../img/head_session.gif) 00 no-repeat;
	margin:0 30px 0 0;
	text-indent:-9999px;
	float:right;
}

div#foot{
	width:960px;
	height:100px;
	color:#1C1C1C;
	text-align:right;
	background-color:#AC1;
}

div#foot address{
	padding:20px 20px 0 0;
	font-style:normal;
}


#main{
	width:860px;
	padding:30px 50px 50px;
	background-color:#FFF;
}

/* ---------- mn ----------------------------------------------- */

ul#mn{
	width:960px;
	background-color:#FFF000;
}

ul#mn li{
	float:left;
	display:block;
}

ul#mn li a{
	font-size:14px;
	color:#1C1C1C;
	display:block;
	padding:10px 18px 4px;
	border-bottom:4px solid #FFF000;
	background-color:#FFF000;
}

ul#mn li a:hover{
	border-bottom:4px solid #EE0077;
}

/* ---------- pege共通 -------------------------------------------------- */

div.cnt{
	padding:0 0 15px;
}

blockquote{
	margin:15px;
	padding:5px 15px;
	background-color:#F4F4F4;
}

/* ---------- top ------------------------------------------------- */

div#top_left{
	width:500px;
	float:left;
}

div#top_right{
	width:320px;
	float:right;
}

div#top_left div.cnt h2, div#top_right div.cnt h2{
	border-bottom:1px dotted #333;
	padding-bottom:2px;
}

div.twtr-hd{
	margin-top:0;
	padding-top:0;
	padding-bottom:5px;
}

ul#blog li{
	margin-bottom:8px;
}

ul#blog li span{
	margin-bottom:4px;
	font-size:10px;
}

ul#blog li a{
	background:none;
	color:#333;
	text-decoration:none;
}

ul#blog li a:hover{
  background-color:#AC1;
  text-decoration: none;
}


/* ---------- about -------------------------------------------------- */

table.member tr td{
	height:35px;
}

dl.about_outline{
	padding:0;
	margin:0 0 30px;
	width:640px;
}
dl.about_outline dt{
	width:100px;
	margin:0 0 20px;
	padding:0;
	float:left;
	line-height:1.6em;
}

dl.about_outline dd{
	width:520px;
	margin:0 0 20px 20px;
	padding:0;
	float:left;
	line-height:1.6em;
}



/* etc ------------------------------------------------------------------ */

p.form {
	height:50px;
	width:230px;
	display:block;
}

p.form a{
	height:50px;
	width:230px;
	text-indent:-9999px;
	background:url(../img/form.gif) 0 0 no-repeat;
	display:block;
	outline:none;
}

p.form a:hover{
	background:url(../img/form.gif) 0 -50px no-repeat;
}

.right{
	float:right;
	margin:0 0 10px 10px;
}

.sub02{
	font-size:0.8em;
	line-height:1.2em;
	display:inline-block;
	margin-bottom:6px;
}

/* wo ------------------------------------------------------------------ */

div#wo {
	text-align:left;
	margin:50px 0 0 100px;
}

div#foot_wo{
	text-align:right;
	width:1200px;
	background:none;
}

div#foot_wo address{
	font-style:normal;
	margin-top:20px;
}


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

div#head:after,
div#main:after,
div#pjt_main:after,
div.contents:after,
ul#mn:after,
div.pjt_wrap:after,
div#pjt_cnt:after,
ul.map_menu:after,
.clearfix:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
