@charset "utf-8";

/*
	XHTML 1.0-transitional

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		90. Other
		99. Clearfix
*/
/* ===============================================
    [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;
}




/* for mozilla: always display scrollbar */
body {
  color: #333;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  /* for ie6/7 */
  font-size: 13px;
  line-height: 1.6;
  *font-size: 82%;
}
address {
	font-style: normal;  
}
/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a 	{ cursor:pointer; }
a:link{
	color:#424242;
	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;
}
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;}
/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
}

h2.indexh2{
	background-color:#A2A2A2;
	padding:6px;
	color:#FFF;
}

h2.mainh2{
	font-size:140%;
	margin-bottom:10px;
}
h2.topImg{
	clear: both;
}
h2.rightTop{
	padding-top: 5px;
	padding-bottom: 20px;
}
h2.rightBase{
	padding-top: 20px;

}
h3.blogTitle{
	font-size: 124%;
	margin-bottom: 20px;
	padding: 0.4em 0.4em 0.3em 0.4em;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #333;
	line-height: 1;
}
h3.lefth3{
	padding-bottom: 10px;
	clear: both;
}
/* --------------------------------------------------
	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;
}


/* --------------------------------------------------
    [Layout] 
----------------------------------------------------- */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */

#container{
	text-align: center;
	padding-top: 10px;
	background-image: url(../img/bk.gif);
	background-repeat: repeat-x;
	background-position: 0px 70px;
	margin: 0 auto;
	padding-bottom: 30px;
}


#header{
	width: 800px;
	margin:0 auto;
	height:90px;
}


#main{
	text-align: left;
	width: 800px;
	clear: both;
	margin: 0 auto;
}

#left {
	float: left;
	width: 560px;
}

#right {
	float: right;
	width: 220px;
	background-color:#F1F1F1;
}
#pageTop {
	width: 800px;
	clear: both;
	padding:20px 0px 20px 0px;
	text-align: right;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	padding:10px 0px;
	text-align: center;
	margin: 0 auto;
}
/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#headNavi{
	margin-bottom: 9px;
	text-align: right;
}
#headNavi li{
	display: inline;
	margin-right: 10px;

}
#headLogo {
	float: left;
	height: 50px;
	width: 180px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

/* --------------------------------------------------
	2. index
-------------------------------------------------- */


/* --------------------------------------------------
	3. Content
-------------------------------------------------- */

#left p{
	margin-bottom:1.5em;	
}



#right #exInfo{
	background-color: #FBF8F2;
	border: 1px solid #DDDDDD;
	padding: 5px;
	clear: both;
	margin-top: 20px;
	color: #666666;
}

#right #contentArea{
	margin: 0px 20px;
}



/* --------------------------------------------------
	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
-------------------------------------------------- */

.group, .siteInfo {
  *zoom: 1;
}

/* for ie6/7 */
.group:after, .siteInfo: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;  
 } 
