@charset "utf-8";
/*-----------------------------------*
 *共通項目
 *-----------------------------------*/
*{
	margin:0px;
	padding:0px;
}
img{
	border:0;
}
h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
}
.pointer{
	cursor: pointer;
}


/*-----------------------------------*
 *コンテンツ
 *-----------------------------------*/
/*段組*/
body{
	background:#f0f9f7 url(../images/bg_body.gif) 0 0 repeat-x;
}

#wrapper{
	width:100%;
}

#container{
	width:1018px;
	margin:0 auto;
	background:transparent url(../images/bg_container.png) 0 0 repeat-y;
}


/*-----------------------------------*
 *ヘッダ
 *-----------------------------------*/
#header{
	width:1010px;
	margin:0 auto;
}

#header h1.line{
	height:25px;
	padding:0 30px;
	background:transparent url(../images/bg_line_green.gif) 0 0 repeat-y;
}

#header h2{
	height:230px;
	margin:30px 30px 0px 30px;
	text-indent:-9999px;
	background:transparent url(../images/h2_head.gif) 0 0 no-repeat;
}


/*-----------------------------------*
 *コンテンツ
 *-----------------------------------*/
#contents{
	padding:0 35px;
	zoom:100%;
}

#contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.main{
	float:left;
	width:700px;
}

.side{
	float:right;
	width:220px;
	margin-top:31px;
}

/*-----------------------------------*
 *メインコンテンツ
 *-----------------------------------*/
.main h3{
	width:700px;
	height:34px;
	text-indent:-9999px;
}

/*Profile*/
#profile{
	margin-top:30px;
	zoom:100%;
}

#profile:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#profile .side{
	padding:12px 10px 12px 10px;
	width:196px;
	border:1px solid #DFDFDF;
	border-top:3px solid #00ada4;
}

#profile .side .icon{
	float:left;
}

#profile .side .txt{
	float:left;
	line-height:16px;
}

#profile .side li.contact .icon{
	padding-top:7px;
	padding-right:7px;
}

#profile .side li.contact .txt{
	width:157px;
}

#profile .side li.contact{
	zoom:100%;
}

#profile .side li.contact:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#profile .side li.pdf .icon{
	padding-top:3px;
	padding-right:7px;
}

#profile .side li.pdf .txt{
	width:155px;
}

#profile .side li.pdf{
	zoom:100%;
}

#profile .side li.pdf:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#profile .side li.school .txt{
	width:195px;
}

#profile .side li.school .txt_b{
	width:195px;
}

#profile .side li.school .txt_b{
	font-weight: bold;
}

#profile .side li.school{
	zoom:100%;
}

#profile .side li.school:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#profile .side li.line{
	height:1px;
	margin:10px 0px;
	border-top:1px solid #dfdfdf;
}

#profile h3{
	margin-bottom:20px;
	background:transparent url(../images/h3_profile.gif) 0 0 no-repeat;
}

#profile .photo_area{
	float:left;
	width:254px;

}

#profile .photo_area .photo{
	width:243px;
	height:256px;
	padding:4px 7px 7px 4px;
	background:transparent url(../images/bg_photo2.gif) 0 0 no-repeat;
}

#profile .txt_area{
	float:right;
	width:430px;
}

#profile .name{
	margin-bottom:10px;
}

#profile .name span{
	font-size:120%;
}

#profile .hobby{
	margin-top:10px;
}

#profile .voice{
	margin-top:13px;
	padding-left:18px;
	background:transparent url(../images/icon_microphone.gif) 0 0 no-repeat;
}

#profile .voice2{
	margin-top:13px;
	padding-left:20px;
	background:transparent url(../images/mic2.png) 0 0 no-repeat;
}

#profile .link{
	margin-top:20px;
	padding-top:20px;
	background:transparent url(../images/bg_dot.gif) 0 0 repeat-x;
}

#profile .link ul{
	float:right;
	padding-right:5px;
	text-align:right;
	font-size:12px;
}

#profile .link li{
	margin-bottom:15px;
}

/*Works*/
#works{
	margin-top:50px;
}

#works:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#works .side{
	padding:12px 10px 12px 10px;
	width:196px;
	border:1px solid #DFDFDF;
	border-top:3px solid #00ada4;
}

#works .side li a{
	padding-left:18px;
	background:transparent url(../images/icon_arrow.gif) 0px 1px no-repeat;
}

#works .side li.line{
	height:1px;
	margin:10px 0px;
	border-top:1px solid #dfdfdf;
}

#works h3{
	background:transparent url(../images/h3_works.gif) 0 0 no-repeat;
}

#works h4{
	height:15px;
	padding-bottom:6px;
	text-indent:-9999px;
	border-bottom:1px solid #dfdfdf;
}

#works .font-s{
	font-size:11px;
}

#works .btn{
	cursor:pointer;
}

#works .date{
	float:left;
	width:230px;
	padding-left:15px;
	font-size:11px;
}

#works .padding0{
	padding-left:0;
}

#works .padding15{
	padding-left:15px;
}

#works .ttl{
	float:left;
}

#works .ttl span{
	font-size:11px;
}

#works .ch{
	float:right;
	font-size:11px;
	padding-right:5px;
}

#works div.hst{
	clear:both;
}

#works .txt_area{
	clear:both;
	margin:20px 0px 30px 0px;
}

#works .txt_area li{
	zoom:100%;
	padding:10px 0px;
	background:transparent url(../images/bg_dot.gif) left bottom repeat-x;
}

#works .txt_area li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#works .txt_area li.last{
	background-image:none;
	border-bottom:1px solid #dfdfdf;
}

#works .txt_area li a{
	padding-left:18px;
	background:transparent url(../images/icon_arrow.gif) 0px 1px no-repeat;
}

#works .txt_area div.hst{
	margin-top:8px;
}

#works .main .btn{
	float:right;
	margin-top:-10px;
	margin-bottom:20px;
}

#past{
	display:none;
}

/*works01*/
.works01 h4{
	background:transparent url(../images/h4_works01.gif) 0 0 no-repeat;
}

div.hst{
	clear:both;
}

/*works02*/
.works02 h4{
	background:transparent url(../images/h4_works02.gif) 0 0 no-repeat;
}

#works .works02 li .ttl{
	float:left;
	padding-left:15px;
}

#works .works02 li .category{
	font-weight:bold;
}

/*works03*/
.works03 h4{
	background:transparent url(../images/h4_works03.gif) 0 0 no-repeat;
}

.works03 .ttl{
	padding-left:15px;
}

/*works04*/
.works04 h4{
	background:transparent url(../images/h4_works04.gif) 0 0 no-repeat;
}

#works .works04 li .ttl{
	padding-left:15px;
}

/*works05*/
.works05 h4{
	background:transparent url(../images/h4_works05.gif) 0 0 no-repeat;
}

/*works06*/
.works06 h4{
	background:transparent url(../images/h4_works06.gif) 0 0 no-repeat;
}

/*works07*/
.works07 h4{
	background:transparent url(../images/h4_works07.gif) 0 0 no-repeat;
}

/*works08*/
.works08 h4{
	background:transparent url(../images/h4_works08.gif) 0 0 no-repeat;
}

/*works09*/
.works09{
	display:none;
}

.works09 h4{
	background:transparent url(../images/h4_works09.gif) 0 0 no-repeat;
}

.linkblue{
  color: blue;
  text-decoration: none;
}


/*-----------------------------------*
 *PAGE TOP
 *-----------------------------------*/
#page_top{
	margin:90px 0px 30px 0px;
	padding-right:45px;
	text-align:right;
}


/*-----------------------------------*
 *フッター
 *-----------------------------------*/
#footer{
	width:1010px;
	height:21px;
	margin:0px auto;
	background:transparent url(../images/bg_line_green.gif) 0 0 repeat-y;
}
#footer address{
	width:283px;
	height:21px;
	margin:0 auto;
	text-indent:-9999px;
	background:transparent url(../images/txt_footer.gif) 0 0 no-repeat;
}