@charset "utf-8";
/*-----------------------------
 Base Style
------------------------------ */

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/

* {
	margin: 0px;
	padding: 0px;
/*
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
*/
}
h3 {
	color: #FC730E;
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CACACA;
	margin-top: 20px;
	margin-bottom: 20px;
}
h4 {
	font-size: 77%;
	font-weight: normal;
}
h5 {
	font-size: 77%;
	font-weight: normal;
	color: #666666;
}
a {
	text-decoration: none;
}
#container {
	margin : auto;
	width : 738px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CACACA;
	border-left-color: #CACACA;
}
#header {
	background-image: url(../img/header_img.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 738px;
	text-indent: -9999px;
	float: left;
}
#header_low {
	background-image: url(../img/header_low_img.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 738px;
	text-indent: -9999px;
	float: left;
}
p {
	font-size: 77%;
	margin-top: 10px;
	text-align:justify;
	line-height: 140%;
}
#center_cont {
	padding-right: 20px;
	padding-left: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	width: 738px;
	float: left;
}
/*------------------------------------------------------
mainmenu
------------------------------------------------------*/

#mainmenu{
	height: 18px;
	width: 738px;
	float: left;
}
#mainmenu ul {
	height : 18px;
}
#mainmenu li {
	height: 18px;
	float: left;
	list-style-type: none;
}
#mainmenu li a {
	display: block;
	height: 18px;
	text-decoration: none;
	text-indent:-9999px;
	/*\*/
	overflow:hidden;
	/**/
}
#main_top {
	background-image: url(../img/top_img.jpg);
	height: 18px;
	width: 105px;
}
#main_news {
	background-image: url(../img/news_img.jpg);
	height: 18px;
	width: 105px;
}
#main_works {
	background-image: url(../img/works_img.jpg);
	height: 18px;
	width: 105px;
}
#main_profile {
	background-image: url(../img/profile_img.jpg);
	height: 18px;
	width: 105px;
}
#main_extras {
	background-image: url(../img/extras_img.jpg);
	height: 18px;
	width: 107px;
}
#main_contact {
	background-image: url(../img/contact_img.jpg);
	height: 18px;
	width: 106px;
}
#main_link {
	background-image: url(../img/link_img.jpg);
	height: 18px;
	width: 105px;
}

/*------------------------------------------------------
mainmenu
------------------------------------------------------*/

#L_side {
	width: 122px;
	float: left;
}
#footer {
	width: 738px;
	float: left;
}
/*------------------------------------------------------

------------------------------------------------------*/

#title {
	padding-top: 20px;	
}
/*------------------------------------------------------
work
------------------------------------------------------*/
.worklist {
	width: 376px;
	float: left;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CACACA;
	padding-bottom: 10px;
}
.work_picture {
	float: left;
	height: 100px;
	width: 100px;
	padding-top: 10px;
}
.work_txt {
	float: left;
	width: 256px;
	padding: 10px;
}
.work_line {
	width: 376px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CACACA;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
