/* CSS Document */

/************** Clean Setup */
h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol,li,strong,small,a,table,th,td,address,img,form{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style: none;
}

/************** Body Tag Setup */
body{
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Lucida 
	text-align: center;
	margin: 0px 0px 0px 32px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}

html,body{
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Lucida 
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}
#indexBody {
	margin:0;
}
/************** Tag List */
img{
	vertical-align: top;
}
small{
	font-size: 10px;
}
big{
	font-size: 14px;
}
input{
	padding: 1px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 12px;
}
select{
	border: 1px solid #A7A6AA;
	padding: 2px 1px;
	background: #FFFFFF;
}
textarea {
	border: 1px solid #A7A6AA;
	padding: 2px 4px;
	font-size: 12px;
}
strong{
	font-weight: bold;
}
strong.normal{
	font-weight: normal;
}


/************** Link Class */
a{
	color: #333333;
	text-decoration: underline;
	overflow:hidden;
}
a:hover{
	color: #666666;
	text-decoration: none;
}
a:active{
	color: #000000;
}
a:visited{
	color: #5A5A5A;
}
strong a{
	color: #99cc33;
	text-decoration: none;
	font-weight: bold;
}
strong a:hover{
	color: #ADD658;
	text-decoration: underline;
}


/************** Tag List Class */
hr.dot{
	border-top: 1px dotted #666A69;
	color: #FFFFFF;
}

/************** BackGround List */
.bg-black{
	color: #FFFFFF;
	background: #000000;
}
.bg-white{
	color: #000000;
	background: #FFFFFF;
}

/************** Color List */
.black{
	color: #000000;
}
.white{
	color: #ffffff;
}
.gray-a{
	color: #cccccc;
}
.gray-b{
	color: #999999;
}
.gray-c{
	color: #666666;
}
.gray-d{
	color: #333333;
}
.red-a{
	color: #ff0000;
}
.red-b{
	color: #FF3333;
}
.orange-a{
	color: #ff9900;
}
.orange {
	color: #EA770F;
}
.green-a{
	color: #9ac432;
}
.blue-a{
	color: #00ff00;
}
.blue-b{
	color: #1B74A9;
}


/************** Align List */
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}

/************** Text Box */
.uline{
	border-bottom: 1px solid #CCCCCC;
}


/************** Margin List */
.margin-top-s{
	margin-top: 8px!important;
}

.margin-bot-s{
	margin-bottom: 8px!important;
}
.margin-bot-a{
	margin-bottom: 16px!important;
}
.margin-bot-ah{
	margin-bottom: 24px!important;
}
.margin-bot-b{
	margin-bottom: 32px!important;
}
.margin-bot-bh{
	margin-bottom: 40px!important;
}
.margin-bot-c{
	margin-bottom: 30px!important;
}
.margin-bot-ch{
	margin-bottom: 35px!important;
}
.margin-bot-d{
	margin-bottom: 40px!important;
}
.margin-none{
	margin: 0px!important;
}

/*************** Pankuzu Setup */
div#pankuzu {
	padding-bottom: 8px;
}
div#pankuzu ul{
	padding: 2px 4px;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
}
div#pankuzu li,
div#pankuzu li a{
	display: inline;
	font-size: 10px;
	margin-right: 6px;
}

/*************** Pagetop Setup */
div#pagetop{
	text-align: right;
	padding: 10px 55px;
	clear: both;
	width: 742px;
	margin: 0px auto;
}


