* {
	color:#333333;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: white;
}

a {
	color:#db7093;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
	color:#db7093;
}

/*
ベース
-------------------------------------------------------------------*/
#base {
	width:600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:600px;
	height:100px;
	background-color: #db7093;
}

h1 a {
	display: block;
	text-decoration: none;
	width: 500px;
	height: 25px;
	margin-left: 35px;
	padding-top: 40px;
	font-size: 28px;
	line-height: 25px;
	color: white;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:600px;
}

#contents p{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

#contents h2 {
	font-size: 16px;
	font-weight: bold;
	color: #db7093;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-width: 3px;
	border-style: solid;
	border-color: #db7093;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #db7093;
}

#f_menu h3 {
	color: #db7093;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #db7093;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}

#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#f_menu li a {
	font-size: 10px;
}

#f_menu p {
	font-size: 10px;
	color: #db7093;
}

