@charset "utf-8";

/* for debug
div {
  border: 1px solid #000066;
}
*/
/*
--------------------------

Free Template sora
design:fts011
01 Modified 2007/05/01
Last Modified 2007/06/16

■format
■wrapper
■header
■image
■sub
■content
■footer
--------------------------*/

/* ■format-----------------------------------*/
* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

body {
	font-family: "ＭＳ Ｐゴシック", Geneva, Arial, "Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "MS UI Gothic", "MS PGothic", Osaka,
		Sans-Serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
	background-image: url('/img/fts011_bg.jpg');
}

h1,h2,h3,h4,h5,h6,em,strong {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #661111;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

p {
	padding: 0.5em;
}

address {
	font-style: normal;
}

img {
	border: none;
}

hr {
	border: none;
	clear: both;
	visibility: hidden;
	height: 0px;
}

.error_message {
	color: #ff0000;
}

.explanation {
	width: 90%;
	margin-left: 20px;
}

/* ■wrapper
-----------------------------------*/
div#container {
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/* ■header
-----------------------------------*/
h1 a {
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 30px 0px 20px;
}

div#header li {
	padding-right: 3px;
	display: inline;
}

#flashMessage {
	font-size: 1.2em;
	color: #661111;
	margin-left: 10px;
}

/* ■image
-----------------------------------*/
div#image {
	clear: left;
	height: 150px;
	background-image: url('/img/top.jpg');
	background-repeat: no-repeat;
	margin: 5px 10px 0px 10px;
	border-top: 3px solid #CCAA66;
	border-bottom: 1px solid #CCCCCC;
}
div#image h1 {
	text-align: right;
	padding: 10px 30px 0 0;
}
div#image p {
	text-align: right;
	padding: 60px 30px 0 0;
}

div#top_adsense {
	margin: 0px 10px 0px 10px;
}

/* ■menu
-----------------------------------*/
div#menu {
	margin-top: 10px;
	margin-right: 15px;
	_margin-right: 10px;
}

div#menu ul {
	margin: 10px 0 0 10px;
}

div#menu li a {
	text-decoration: none;
	text-indent: 15px;
}

div#menu a:hover {
	background-color: #FFFFEE;
}

/* ■side box */
div.sidebox {
	margin-top: 10px;
	margin-right: 15px;
	_margin-right: 10px;
	float: right;
	clear: right;
	width: 230px;
}

ul.list_without_prefix {
	text-align: left;
	margin: 0;
	_margin: 5px 0px 0px 5px;
}
ul.list_with_prefix {
	text-align: left;
	margin: 0 0 0 15px;
	_margin: 5px 0px 0px 20px;
}

li.list_with_prefix {
	list-style-type: disc;
	list-style-position: outside;
}

h2.boxtitle {
	width: 100%;
	font-weight: bold;
	padding: 5px 0 2px 0;
	text-indent: 15px;
	border-top: 2px solid #AA5555;
	border-right: 1px solid #CCCCBB;
	border-left: 1px solid #CCCCBB;
	background-color: #FFFFEE;
}

div.block {
	width: 220px;
	padding: 5px 0px 10px 10px;
	border: 1px solid #CCCCBB;
}


div.div_item {
	margin: 5px 0 10px 0;
}

div#category_select {
	margin: 5px 0 10px 20px;
}

/* ■content
-----------------------------------*/
div#content {
	margin-top: 10px;
}

div#sub_content {
	float: left;
	margin-left: 10px;
	width: 880px;
}

/* ■footer
-----------------------------------*/
div#footer {
	text-align: center;
	border-top: 1px solid #CCCCBB;
	background-color: #FFFFEE;
}

div#footer address {
	padding: 20px 10px 3px 10px;
}

/* プロフィールページ */
div.left_photo {
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.right_profile {
	float: right;
	width: 640px;
}

