* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

body {
	text-align:center;
	color: #777777;
	font-size:12px;
	line-height:14px;
	font-family:'ゴシックフォント',sans-serif;
	background:url(images/bg.gif);
}

a:link    { color: #0044ff; text-decoration:underline; }
a:visited { color: #0044ff; text-decoration:underline; }
a:hover   { color: #8800ff; text-decoration:underline; }

table{
	border-collapse: collapse;
}

div#all{
	margin:20px auto 0 auto;
	width:780px;
	padding:20px;
	border:4px solid #FE6B9F;
	text-align:left;
	background-color:#ffffff;
}

div#header{
	position:relative;
	width:100%;
	min-height:120px;
	padding-bottom:8px;
	background:url(images/header_bg.gif) repeat-x;
	background-position:bottom;
}

div#h_txt{
	margin-left:0px;
	margin-right:auto;
	width:570px;
}

#h_txt p{
	padding-left:20px;
	line-height:18px;
}

div#h_img{
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:120px;
	background:url(data/header.jpg) no-repeat;
}

div#mainimg{
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:200px;
	background:url(data/mainimg.jpg) no-repeat;
}

div#menu{
	width:100%;
	padding-bottom:20px;
}

table#menu_t{
	width:100%;
	height:40px;
}

table#menu_t td{
	text-align:center;
	width:16%;
}

div#menu_p{
	margin:1px;
	height:40px;
	background-color:#eeeeee;
}

#menu_p p{

}

#menu_p a,#menu_p a:link #menu_p a:visited{
	text-decoration: none;
	padding-top:6px;
	padding-bottom:6px;
	font-size:14px;
	line-height:18px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-family:'ゴシックフォント',sans-serif;
	background-color:#FE6B9F;
	border-top:5px solid #FBAAC7;
	border-bottom:5px solid #C13A6A;
}

#menu_p a:hover{
	color:#ffffff;
	background-color:#AC2555;
}

div#contents{
	width:100%;
}



div#link{
	margin:10px auto 40px auto;
}

table#link_t{
	margin:0 auto 0 auto;
}

table#link_t th{
	width:92px;
	height:10px;
}

table#link_t td{
	width:88px;
	height:31px;
	padding:2px;
}

div#bottom{
	margin-top:10px;
	width:100%;
}

div#b_txt{
	margin-top:10px;
	width:776px;
	border:2px solid #FE6B9F;
	padding-top:5px;
	padding-bottom:5px;
}

#b_txt p{
	color:#444444;
	padding-left:120px;
	padding-top:3px;
	line-height:18px;
	padding-bottom:3px;
}

div#footer{
	margin-top:20px;
	width:100%;
	text-align:center;
	height:20px;
	line-height:20px;
	background-color:#FE6B9F;
	color:#ffffff;
}

h1{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#FE6B9F;

}

h2{
	padding-left:15px;
	font-size:16px;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:20px;
	font-weight:bold;
	color:#333333;
/*
	background:url(images/h2_bg.gif) no-repeat;
	background-position:left center;
*/
	background:url(images/h2_bg2.gif) repeat-x;
	background-position:bottom;
}

