@charset "utf-8";

/* ===============================================
    [Base]
================================================== */

body, div, dl, dt, dd, ul,ol,li, h1, h2, h3, h4, h5, h6,pre, code, p, blockquote, th, td, form, fieldset, legend,address{
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  background-color:#1A1C1D;
  /* for ie6/7 */
  font-size: 13px;
  line-height: 1.6;
  *font-size: 82%;
}
address {
	font-style: normal;  
}

a{ cursor:pointer; }
a:link{
	color:#093D72;
	font-weight:bold;
}
a:hover{color:#BC3A30;text-decoration:underline;}
a:visited{ color:#666; text-decoration:none; }
a:visited:hover{ color:#BC3A30; text-decoration:none; }
a:active {color:#BC3A30;text-decoration:underline;}


/* --------------------------------------------------
	0. Container
-------------------------------------------------- */

#wrapper{
	width:780px;
	margin:0 auto;
	background-color:#fff;
}

#topCatch{
	background-color:#000;
	padding:0.3em;
	color:#fff;
	text-align:right;
}

#header{
	width: 680px;
	padding-left:100px;
	height:80px;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h1{
	padding:40px 0 25px 0;
	color:#fff;	
}
#gNavi{
	height:24px;
	padding-top:6px;
	background-color:#F6F4F1;
	border-bottom:3px solid #B7BBBE;
}
#gNavi li{
	display:inline;
	padding:0px 10px 0 10px;
}

#contents{
	clear: both;
	text-align: left;
	margin: 0 auto;
	padding:20px 0;
}

#main {
	float: left;
	width: 530px;
	padding:0 15px;
	
}
#entry{
	padding-top:20px;
	border-top:3px solid #B0CADA;
}

#navi {
	float: right;
	width: 200px;
	margin: 0 10px;
	border-top:3px solid #B0CADA;
}

#pageTop {
	clear: both;
	padding:10px;
	text-align: right;
}

#footer {
	clear:both;
	background-color:#2A2929;
	border-top:1px solid #000;
	padding:10px 0px;
	text-align: center;
	color:#fff;
}
#footer a{
	color:#C1EAFA;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
}
#entry h2{
	font-size:140%;
	padding-bottom:10px;
}
#navi h3{
	background-color:#EFF4F8;
	padding:5px;
	border-bottom:1px dashed #B0CADA;
}
#navi li{
	padding:5px;
	border-bottom:1px dashed #B0CADA;
}
/* --------------------------------------------------
	3. List
-------------------------------------------------- */
ul,li {
	list-style-type: none; 
}
/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {

  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

img a{
  border: none;
  vertical-align: bottom;
}

.imgRight {
	float: right;
	padding-left: 10px;  
}

.bold		{
	font-weight: bold;
}
.red		{ color:#f00;}
.blue		{ color:#03f;}
.datetime		{ color:#999;}
.tRight		{ text-align:right;}
.tLeft		{ text-align:left;}
.tCenter	{ text-align:center;}

#indexDesc {
	background-color:#F1F1F1;
	padding:5px;
	margin-bottom:20px;
}
.leftFoot{
	clear:both;
	margin:15px 0;
}
/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */
/* --- for ie7: page zoom bug fix --- */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* --------------------------------------------------
	3. Content
-------------------------------------------------- */

#entry p{
	margin-bottom:1.5em;	
}


/* --------------------------------------------------
	4. Footer
-------------------------------------------------- */
#footNavi {
	color: #CCC;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}

#footNavi a:link{
	color:#000;
	text-decoration:none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#footNavi a:hover{
	color:#666;
	text-decoration:underline;
}

#footNavi a:visited{ color:#666; text-decoration:none; }
#footNavi a:visited:hover{ color:#666; text-decoration:none; }
#footNavi a:active {color:#666;text-decoration:underline;}

#add {
	color: #666;
	padding-bottom: 20px;
	background: url(../img/copy.gif) no-repeat right 5px;
}

/* --------------------------------------------------
	5. Modules
-------------------------------------------------- */
#right dl{
	color:#fff;
	margin:10px;
	padding:10px;
	background-color:#696969;
}
#right dl a{
	color:#fff;
}
#right dt{
	padding-top: 13px;	
}

#right dd{
	letter-spacing: 0.2em;
}	
/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */

.clearfix{
  *zoom: 1;
}

/* for ie6/7 */
.clearfix:after,{
  content: "";
  display: block;
  clear: both;
}


.clearfix:after { 
	display:block;  
	clear:both;  
	height:0px;  
	visibility:hidden;  
	content:".";  
}
.clearfix {  
min-height: 1px; /*IE6、7*/ 
}  

* html .clearfix {  
height: 1px;  
height: auto;  
overflow: hidden;  
 } 
