@charset "utf-8";
@import url("base.css");

/* --------- ★共通 --------- */

/* 全体を包むwrapper */
#container{
	text-align: left;
	width: 1000px;
	height: auto;
	background: #fff;
	margin:30px auto 0 auto;
}
/* header */
#header {
	width: 1000px;
	height: auto;
}
#header h1,
#header h1 a {
	width:239px;
	height:44px;
	margin:0 auto;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
/*globalのスタイル*/
ul#global {
	width:510px;
	margin:30px auto 0 auto;
	list-style-type: none;
	padding:0 0 50px 80px;
}
ul#global li{
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	float:left;
	margin:0 80px 0 0;
	padding:0 0 0 15px;
}
/*wrapperのスタイル*/
div#wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
}
/*footerのスタイル*/
div#footer {
	clear:both;
	width:1000px;
	margin:0;
	padding:50px 0 0 0;
	
}
div#footer address {
	text-align:center;
	color: #666666;
	padding:0;
	margin:0;
	font-style: normal;
}
div#accesslog{
	height:0;
	float:left;
}
/*--------------------------------------------------------------------
(index.html)
(トップページ)
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
(profile.html)
(プロフィール)
--------------------------------------------------------------------*/
h2#profile {
	background-image: url(../images/profile_title.gif);
	background-repeat: no-repeat;	
	width:808px;
	height:85px;
	text-indent:-9999px;
	margin:0 auto;
	padding:0;
}
#main {
	margin:20px auto 0 auto;
	width:808px;
	height:auto;
	padding:0;
}
p#text_left {
	width:350px;
	margin:0 25px 0 30px;
	padding:0;
}
table#list_right {
	border-collapse:collapse;
	width:350px;
	margin:0;
	padding:0;
}
table#list_right tr th {
	width:80px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding:5px 10px;
	margin:0;
	background-color: #EFEFEF;
}
table#list_right tr td {
	width:270px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding:5px 10px;
	margin:0;
}
table#list_right tr td span {
	color:#FF3300;
	font-size: x-small;
}
/*--------------------------------------------------------------------
(works.html)
(制作実績)
--------------------------------------------------------------------*/
h2#works {
	background-image: url(../images/work_title.gif);
	background-repeat: no-repeat;
	width:808px;
	height:85px;
	text-indent:-9999px;
	margin:0 auto;
	padding:0;
}
div.ex {
	width:784px;
	height:auto;
	margin:0 auto;
	padding:40px 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFD595;
}
div.ex p.left_img {
	width:254px;
	margin:0 20px 0 0;
	padding:0;
}
dl.right_text {
	width:510px;
	margin:0;
	padding:0;
}
h3.subtitle {
	color: #FF9900;
	margin-bottom:5px;
}
dt.coment {
	margin-top:10px;
	font-weight:bold;
}
/*--------------------------------------------------------------------
(link.html)
(リンク集)
--------------------------------------------------------------------*/
h2#link {
	background-image: url(../images/link_title.gif);
	background-repeat: no-repeat;
	width:808px;
	height:85px;
	text-indent:-9999px;
	margin:0 auto;
	padding:0;
}
div#content {
	width:780px;
	height:auto;
	margin:0 auto;
}
dl#content_left {
	width:370px;
	margin:0;
	padding:0;
}
dl#content_right {
	width:370px;
	margin:0;
	padding:0;
}
h3.link_sub {
	background-image: url(../images/link_subtitle.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 370px;
	padding:6px 0 0 15px;
	font-weight:bold;
	margin:30px 0 10px 0;
}
dl#content_left dt,
dl#content_right dt {
	margin-bottom:5px;
	background-image: url(../images/llink_list.gif);
	background-repeat: no-repeat;
	padding:0 0 0 20px;
	background-position: left top;
}
dl#content_left dd,
dl#content_right dd {
	margin-bottom:15px;	
}
