/* ------------------------------
 レイアウト main655px sub245px
------------------------------ */
#main {
	width: 635px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	float: right;
}
#sub {
	width: 235px;
	background-color: #FFFFFF;
	padding-right: 10px;
	float: left;
	text-align: center;
}

/* ------------------------------
 h1（タイトル）
------------------------------ */
h1{
	margin: 10px;
	font-size: 11pt;
	padding-left: 5px;
}

/* ------------------------------
 リスト
------------------------------ */
.sub_list{
	margin: 10px 0px 5px 10px;
	padding: 0px 0px 0px 50px;
	line-height: 150%;
	text-align: left;
}
.sub_list a{
	padding: 0px 0px 0px 10px;
	font-size: 1.2em;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

/* ------------------------------
 プロフィール
------------------------------ */
#profile{
	font-size:1.1em;
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 10px 0;
}
#profile img{
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0 5px;
}
.profile th{
	font-size:1.5em;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.profile td{
	font-size:1.1em;
}

/* ------------------------------
 プロフィール−Ｑ＆Ａ
------------------------------ */
#question{
	font-size:1.1em;
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
.answer{
	font-size:1.1em;
	margin-bottom: 10px;
	padding-left: 30px;
}

#question h3{
	height: 27px;
	background-image: url(img/bar.gif);
	background-color: #FF9999;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 590px;
}
#question h4{
	height: 27px;
	background-image: url(img/bar2.gif);
	background-color: #339900;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 590px;
}



.small {
	font-size: 12px;
	color: #333333;
}
.orange {
	font-size: 12px;
	color: #FF6600;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
p {
	font-size: 13px;
	line-height: 120%;
	text-align: left;
}


