
/* リンク */
a.table1:link{
color:#39B54A; 
}

a.table1:visited{
color:#39B54A; 
}

a.table1:hover{
color:#39B54A; text-decoration:none
}

a.table1:active{ 
color:#39B54A; 
}

/* コンテンツリンク */
a.table2:link{
color:#0033CC; 
}

a.table2:visited{
color:#0033CC; 
}

a.table2:hover{
color:#0033CC; text-decoration:none
}

a.table2:active{ 
color:#0033CC; 
}

/* 新着リンク */
a.table3:link{
color:#FD7125; 
}

a.table3:visited{
color:#FD7125; 
}

a.table3:hover{
color:#FD7125; text-decoration:none
}

a.table3:active{ 
color:#FD7125; 
}


/* 文字装飾 */
TD,BODY {
	font-size: 12px;
	color: #333333;
}

.base_middle {
	font-size: 13px;
	color: #333333;
}
.base_small {
	font-size: 11px;
	color: #333333;
}
.base_large {
	font-size: 16px;
	color: #333333;
}

h1 {
	font-size:11px;
	color: #ffffff;
	padding-left:5px;	
	margin: 0 auto; 
}

h2{
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size:18px;
	margin: 0 auto;
}

h3{
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size:10px;
	margin: 0 auto;
}




/* テーブル装飾 緑*/
.window{
    border-left: 		solid 1px #4BAA00;
	border-right: 		solid 1px #4BAA00;
	border-top:			solid 1px #4BAA00;
	border-bottom:		solid 1px #4BAA00;
}
.window1{
    border-left: 		solid 1px #4BAA00;
	border-right: 		solid 1px #4BAA00;
	border-top:			0px;
	border-bottom:		0px;
}

/* テーブル装飾 オレンジ*/
.window2{
    border-left: 		solid 1px #F7B53B;
	border-right: 		solid 1px #F7B53B;
	border-top:			0px;
	border-bottom:		0px;
}

/* テーブル装飾 グレー*/
.window3{
    border-left: 		solid 1px #cccccc;
	border-right: 		solid 1px #cccccc;
	border-top:			0px;
	border-bottom:		0px;
}

.window4{
    border-left: 		solid 1px #999999;
	border-right: 		solid 1px #999999;
	border-top:			solid 1px #999999;
	border-bottom:		solid 1px #999999;
}

/* テーブル装飾 ピンク*/
.window5{
    border-left: 		solid 1px #FF6699;
	border-right: 		solid 1px #FF6699;
	border-top:			0px;
	border-bottom:		0px;
}



/*タイトル*/
.title{
	color:#333333;
	width:732px;
	border-left:8px solid #4BAA00;
	border-bottom:1px dotted #6CD557;
	background-color:#ffffff;
	padding:5px;
}

.title2{
	color:#333333;
	width:520px;
	border-left:8px solid #4BAA00;
	border-bottom:1px dotted #6CD557;
	background-color:#ffffff;
	padding:5px;
}


/* 行間隔 */
.space1{
	line-height: 150%;	
}

ul {
 list-style-image : url("../image/back_05.gif")
}

ol {
 list-style-type : decimal ;
}

/* リスト */
p.list1{
	line-height: 150%;	
	text-indent:-1em;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:15px;
	margin:0px auto;
}
