/*---------------------------▼ページ全体-------------------------- */
*{
	margin:0;
}

html{
	overflow-y:scroll;
	height:100%;
	}

img{border:0px;}

body{
	background-image:url(../cmnfix/bg_main.gif);
	background-repeat:repeat;
	margin:0px;
	font-size:smaller;
	color: #666666;
	line-height: 1.5em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	height:100%;
	background-color: #1270A5;
	}
	
body > #wrap {height: auto; min-height: 100%;} 

#wrap {
	margin:0px auto;
	width: 740px;
	background-image: url(../cmnfix/bg_sub.gif);
	background-repeat:repeat-y;
	padding:0px 20px;
	height:100%;
	}
	
#head{
	margin:0px;
	height:1px;
}
h1,h2,h3{
	margin:0;
	padding:0;
}

h1{
	height:282px;
	width:160px;
}
/*---------------------------▼コンテンツ:メイン-------------------------- */
#main{
	width:570px;
	float:right;
}

/*---------------------------▼メインイメージ-------------------------- */

.image{
	margin: 2px 0px;
	
}
#main h2.image{
	margin: 2px 0px;
	padding:0;
	height:270px;
	width:560px;
}


/*---------------------------▼コンテンツ：サイド-------------------------- */

#side{
	width:160px;
	float:left;
	margin-top: 0px;
	}

/*---------------------------▼グローバルナビゲーション-------------------------- */
#logo{
	width:160px;
	}


#glonavi{
	width: 160px;
	margin-bottom: 20px;
}

.navi{
	padding-left:20px;
	margin: 5px;
}


#glonavi a{
	color:#330000;

}

#glonavi a:hover{
	color:#CC0000;
}


/*---------------------------▼バナー-------------------------- */

.bana01{
	margin-bottom: 10px;
}



/*---------------------------▼フッター-------------------------- */

#foot{
	width: 720px;
	text-align:center;
	height: 50px;
	border-top:#CCCCCC dotted 1px;
	padding-top: 10px;
	margin: 20px 10px;
	font-size:10px;
}

#foot p a{
	color:#330000;
	font-size:10px;
}

#foot p a:hover{
	color:#CC0000;
	font-size:10px;
}
