/* ------------------------------------------------------------
燦燈社基本スタイルシート＜トップページ専用＞
製作者：キンバラ
制作日：2007年11月14日
------------------------------------------------------------- */


/* 基本構造
------------------------------------------------------------- */

body {
	width:800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color: #4C4C4C;/* ----K70%------ */
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	text-align:left;
	background-image:url(../top/t_back.jpg);
	background-repeat:repeat-x;
}


h1 {
	margin-top: 0px;
	margin-bottom: 0px; 
	padding: 2px 0px 0px 0px;
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	text-transform: none;
} 


h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	text-transform: none;
}


#wrapper {
	width: 760px;
	background-color:#FFFFFF;
}


#header {
	width: 760px;
	margin: 0px auto;
}


#footer {
	width: 740px;
	margin-top: 25px;
	padding: 0px 0px 0px 6px;
	font-size: 11px;
	text-align: left;
	clear: both;
}


#comment {
	width: 760px;
	height: 19px;
	margin: 0px auto;
}


#new {
    float: left;
	width: 320px;
	height: 280px;
	margin: 0px auto;
	margin-top: 22px;
	margin-left: 7px;
	padding: 10px;
	border: 1px solid #888888;
	border-width: 1px;
	font-size: 11px;
	line-height: 13px;
}


#banner {
    float: left;
	width: 365px;
	height: 90px;
	margin-top: 22px;
	margin-left: 23px;
}




/* リンク
------------------------------------------------------------- */

a:link {
  color: #4C4C4C;/* ----K70%------ */
  background: transparent;/* ---transparent透明--- */
  text-decoration:none;
}

a:visited {
  color: #333333;/* ---K80%--- */
  background: transparent;
  text-decoration:none;
}

a:hover{
  color: #24180B;
  background: transparent;
  text-decoration:underline;
}
a:active{
  color: #D09D64;
  background: transparent;
  text-decoration:none;
}








/* 文字
------------------------------------------------------------- */

.honbun10 {
	font-size: 10px;
	line-height: 15px;
}


.honbun11 {
	font-size: 11px;
	line-height: 15px;
}


.midashi11_w {
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}


.midashi12_g {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #444444;
}


.midashi11_g {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #444444;
}

.midashi14_g {
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	color: #444444;
}

.honbun11_cya {
	font-size: 11px;
	line-height: 15px;
	color: #660000;
}





/* 罫線
------------------------------------------------------------- */

hr{
width: 740px;
color: #999999;
height:1px;
}




/* マージン
------------------------------------------------------------- */

.margintop5 {
	margin-top:5px;
}

.margintop10 {
	margin-top:10px;
}

.margintop20 {
	margin-top:20px;
}

.margintop30 {
	margin-top:30px;
}


.marginbottom5 {
	margin-bottom:5px;
}

.marginbottom10 {
	margin-bottom:10px;
}

.marginbottom20 {
	margin-bottom:20px;
}

.marginbottom30 {
	margin-bottom:30px;
}


.marg5 {
	margin-top:5px;
	margin-bottom:5px;
}


.marg10 {
	margin-top:10px;
	margin-bottom:10px;
}


.marg20 {
	margin-top:20px;
	margin-bottom:20px;
}


.marg30 {
	margin-top:30px;
	margin-bottom:30px;
}


.marg10_5 {
	margin-top:10px;
	margin-bottom:5px;
}


.margr5_l5 {
	margin-left:5px;
	margin-right:5px;
}