/*****************ページ設定*****************/

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif;
}

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	background:url(../img/bg01.png) repeat-x;
}

html{ 
    overflow-y:scroll; 
}

img{
	border: 0;
}

a {
	outline:none;
}

.mgl5{margin-left: 5px;}

/*テキストリンク設定*/
A:link { text-decoration:none; color:#00b7ee; }
A:visited { text-decoration:none; color:#00b7ee; }
A:active { text-decoration:none; color:#00b7ee; }
A:hover { text-decoration:none; color:#e5004f; }

/*****************メインレイアウト設定*****************/

/*ラッパー領域設定*/
#wrapper{
	position: relative;
	width: 810px;
	margin: 0 auto;
}

/*ヘッダー領域設定*/
#header{
	height: 43px;
	width: 790px;
	padding:10px 20px 0 0;
	text-align:right;
	background:url(../img/header.jpg) no-repeat;
	float: left;
}

/*ヘッダー領域設定*/
#flash{
	height: 347px;
	width: 810px;
	padding:0 0 0 0;
	float: left;
}

/*メニュー領域*/
#menu{
	height: 60px;
	width: 810px;
	padding:0 0 0 0;
	float: left;
}

#menu ul{
	list-style-type: none;
	display: inline;
}

#menu li{
	display: inline;
	float: left;
}

#menu li a {
	display: block;
}

/*メニューライン*/
#menuline{
	height: auto;
	width: 810px;
	padding:0 0 0 0;
	text-align:left;
	float: left;	
}

/*タイトル*/
#title{
	height: 54px;
	width: 40px;
	padding:0 0 0 0;
	text-align:left;
	float: left;	
}

/*コンテンツ領域*/
#contents{
	height: auto;
	width: 810px;
	padding:0 0 0 0;
	background:url(../img/cbase.jpg) repeat-y;
	float:left;
}

/*ページトップ領域*/
#pagetop{
	height: auto;
	width: 981px;
	padding:10px 20px 0 0;
	text-align:right;
	float: left;	
}

/*フッター領域*/
#footer{
	height: 100px;
	width: 810px;
	padding:0 0 0 ;
	background:url(../img/footer.jpg) no-repeat top                ;
	clear:both;
}


/*****************ホーム領域*****************/

div.home01{
	height: auto;
	width: 535px;
	padding: 0 0 0 20px;
	text-align: left;
	float: left;
}

div.home02{
	height: auto;
	width: 245px;
	padding: 5px 0 0 10px;
	text-align: left;
	float: left;
}

div.home03{
	height: auto;
	width: 500px;
	padding: 10px 0 15px 0;
	text-align: right;
	float: left;
}

div.home04{
	height: auto;
	width: 160px;
	padding: 0 0 20px 10px;
	text-align: left;
	float: left;
}

/*　見出し設定　
-----------------------------------------------------------*/
h1{
	font-size: 100%;
	margin:0 0 0 0;
}

h2{
	font-size: 100%;
	margin:0 0 10px 0;
}

h3{
	font-size: 14px;
	font-weight:bold;
	margin:0 0 0 0;
}

h4{
	font-size: 16px;
	font-weight:bold;
	margin:10px 0 5px 5px;
}

h5{
	font-size: 14px;
	font-weight:bold;
	margin:0 0 0 0;
}

p{
	font-size: 12px;
	margin:5px 0 0 5px;
}

.point{
	color: #e5004f;
}
.point2{
	font-size: 14px;
	font-weight:bold;
}

#contents{/height:337px;}


