/*　共通　*/


html {
	overflow-y: scroll;
}

.fs8{font-size:60%;}
.fs9{font-size:69%;}
.fs10{font-size:77%;}


.imgright{float:right;clear:right;}
.imgleft{float:left;clear:left;}
.left10{margin-left:10px;}
.top20{margin-top:20px;}
.bottom10{margin-bottom:10px !important;}
.bottom20{margin-bottom:20px;}

a{color:#060;}
a:hover{color:#F60;}

body {
	color:#333;
	background-color:#FFF;
	}


#no_script{
	font-size:77%;
	color:#FFF;
	background-color:#333;
	text-align:center;
	}

#position{
	width:800px;
	height:100%;
	margin:auto;
	text-align: left;
	}



/* TOPページ用 */
#top_head{
	font-size:77%;
	color:#666;
	margin:20px 0px 30px 0px;
	clear:both;
	}

#top_head h1{margin:0px 15px 0px 10px;}

#top_navi{
	height:40px;
	clear:both;
	}

#top_navi p{
	float:left;
	margin:0px 20px 0px 10px;
	}

#top_foot{
	clear:both;
	margin:50px 0px 30px 0px;
	}


/* インナーページ用 */
#head{
	margin:20px 0px 0px 0px;
	clear:both;
	}

#head h1{margin:0px 15px;}

#navi{
	height:30px;
	float:right;
	margin-bottom:20px;
	clear:both;
	}

#navi p{
	float:left;
	margin:0px 0px 0px 20px;
	}

	
#main{
	clear:both;
	}

#left{
	width:220px;
	float: left;
	}

#right{
	width:550px;
	float: right;
	margin:0px 0px 30px 0px;
	}

#right h3{
	margin:0px 0px 20px 0px;
	clear:both;
	}

#foot{
	clear:both;
	margin:0px 0px 30px 0px;
	}
	
.arrow{
	background-image:url(images/arrow_01.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:1.2em;
}
/* プロフィール */

.profile_h4{
	font-size:108%;
	color:#060;
	margin:50px 0px 0px 0px;
	}
.profile{
	margin:20px 0px 0px 0px;
	}

.profile th{
	padding-right:0.5em;
	text-align:right;
	vertical-align:top;
	}
.profile td	p{
	border-left:1px solid #060;
	padding-left:0.5em;
	margin-bottom:20px;
	}

/* ワークス */


.works_navi{
	height:20px;
	background-image:url(images/works_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #CCC;
	clear:both;
	margin-bottom:10px;
	}

.works_navi a{
	float:left;
	line-height:20px;
	padding:0px 15px;
	border-right:1px solid #CCC;
	text-decoration:none;
	background-image:url(images/works_bg.jpg);
	}
.works_navi a:hover{
	background-image:url(images/works_bg_over.jpg) ;
	color:#060;
	}

.works, .works_web{
	border-bottom:1px solid #060;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
}

.works h4{
	border-top:1px solid #060;
	margin-top:10px;
	padding-top:20px;
	clear:both;
}

.works a{
	font-size:69%;
	padding-right:12px;
	line-height:30px;
	background-image:url(images/arrow_03.gif);
	background-repeat:no-repeat;
	background-position:right;
}


.works_web dl{
border-top:1px solid #060;
margin-top:10px;
padding-top:10px;
clear:both;
}
.works_web dt{
float:left;
width:130px;
height:110px;
}
.works_web dd{
margin-left:140px; 
height:110px;
}
.works_web div{margin-top:60px;}

.works_web a{
	font-size:69%;
	padding-right:12px;
	background-image:url(images/arrow_03.gif);
	background-repeat:no-repeat;
	background-position:right;
}


/* コンタクト */
.contact{
	width:550px;
	margin:15px 0px 15px 0px;
	border-top:1px solid #060;
	}
.contact th{
width:150px;
	padding:7px 0px;
	text-align:right;
	border-bottom:1px solid #060;
	}
.contact th p{
	padding-right:15px;
	line-height:2.2em;
	background-image:url(images/arrow_02.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.contact td{
	border-bottom:1px solid #060;
	padding:7px 0px 7px 5px;
	}


.contact td p{margin:5px 0px;}

.kome{color:#F00;}

.contact_error{font-size:69%;color:#F00;}
