﻿/* ページ全体構成 *******************************/

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: auto;
	background-image:url(../../images/main_back.gif);
}


#l_cont{
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 500px;
	float:left;
}
*:first-child+html #l_cont{
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 500px;
	float:left;
}
#r_cont01{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	float:right;
}

#headline01{
	margin: 0px 0px 0px 0px;
	text-align:left;
}


#text01{
	margin: 10px 0px 20px 6px;
	width: 700px;
	background-image:url(../images/text01_back.gif) ;
	text-align:left;
	color:#333333;
	float:left;
}

#staff_photo{
	margin: 20px 0px 0px 2px;
	padding: 0px 0px 60px 0px;	
	text-align:left;
	width: 700px;
	float:left;
	color:#333333;
}

/*----------------------------------*/
.section {
	*zoom: 1;
}
.section:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	margin-top: -1px;
}




.section {
	background-image:url(../images/line.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:left;
	width:780px;
}

.section .profile {
	width:130px;
	float:left;
}
.section .profile .photo {
	margin-bottom:10px;
}
.section .profile h3.name {
	font-size:1em;
	font-weight:bold;
	color:#333333;
	margin:0 0 10px 5px;
}
.section .profile ul.license {
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
}
.section .profile ul.license li {
	background-image:url(../images/list_icon.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding:0 0 3px 6px;
	margin:0;
	color:#003399;
	font-size:0.8em;
}

.section .fukidashi {
	width:646px;
	float:right;
	color:#333333;
	background-image:url(../images/fukidashi_top.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

.section .fukidashi .comment {
	margin:15px 15px 10px 40px;
	background-image:url(../images/naname_bg.gif);
	padding:10px;
}
.section .fukidashi .hobby {
	padding:0px 15px 15px 50px;
	margin:0;
	background-image:url(../images/fukidashi_btm.gif);
	background-position:left bottom;
}
.section .fukidashi .comment h4 {
	background-image:url(../images/icon1.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 5px 12px;
}
.section .fukidashi .hobby h4 {
	background-image:url(../images/icon2.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 5px 12px;
}

.section .fukidashi p {
	font-size:0.9em;
	line-height:1.6;
}

