@charset "Shift_JIS";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	/*--リンクの色を指定(未訪問リンク)--*/
	color: #333333;
	text-decoration: underline;
}
a:visited {
	/*--リンクの色を指定(訪問済みリンク)--*/
	color: #999999;
	text-decoration: underline;
}
a:hover {
	/*--リンクの色を指定(マウスオン時)--*/
	color: #000000;
	text-decoration: none;
}
a:active {
	/*--リンクの色を指定(アクティブ時)--*/
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 859px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 10px;
	float: right;
	width: 580px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 10px;
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	/*---IE6バグ対応のため追記---*/
	height: 50px;
	/*---追記終了---*/
}
/* header styles
------------------------------*/
#header {
	/*--FLASH使用のためコメントアウト2008/03/25--*/
	/*--background-image: url(images/header/01.jpg);--*/
	background-repeat: no-repeat;
	height: 255px;
	/*--ページトップのボーダーラインの色--*/
	border-top: 3px solid #FF6600;
	position: relative;
}
/*--FLASH使用のためコメントアウト2008/03/25--*/
/*--
#profile #header {
	background-image: url(images/header/02.jpg);
}
#works #header {
	background-image: url(images/header/03.jpg);
}
#recruit #header {
	background-image: url(images/header/04.jpg);
}
#contact  #header {
	background-image: url(images/header/05.jpg);
}
#offtime  #header {
	background-image: url(images/header/06.jpg);
}
#diary  #header {
	background-image: url(images/header/07.jpg);
}
#offtime_set  #header {
	background-image: url(images/header/00.jpg);
}
--*/

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 859px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	/*--
	width: 170px;
	--*/
	width: 121px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	/*--メニュー上のボーダーラインの色の指定--*/
	/*--
	border-top: 3px solid #FFFF66;
	--*/
	border-top: 3px solid #66CC66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}

#header ul li#nDiary a {
	border-right-style: none;
}

#home        #header #nHome a,
#profile     #header #nProfile a,
#works       #header #nWorks a,
#recruit     #header #nRecruit a,
#contact     #header #nContact a,
#offtime     #header #nOfftime a ,
#diary       #header #nDiary a ,
#offtime_set #header #nOfftime a {
	color: #FFFFFF;
	background-color: #828CA7;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	/*--
	border-top: 3px solid #FF6600;
	--*/
	/*--区切り線の色の指定--*/
	border-top: 3px solid #1B4A9B;
	/*--区切り線下の点線の色の指定--*/
	border-bottom: 1px dotted #666666;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

/*--
#offtime #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
--*/

#offtime_set #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}


#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5px;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* recruit
------------------------------*/
#main dl#recruitList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#recruitList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	/*--テーブル最後のマージン--*/
	margin-bottom: 0px;
	/*--margin-bottom: 15px;--*/
	border-top: 1px solid #CCCCCC;
	border-right-width: 100px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

/* カスタマイズ
------------------------------*/
font.f_cu1{
	font-weight:bold;
	font-style:italic;
}
font.f_cu2{
	font-weight:bold;
}
font.f_pad1{
	padding-left:100px;
}

/* 文字の回りこみ */
img.f_left{
	float: left;
	padding-right:10px;
}
img.f_left_02{
	float: left;
	padding-right:10px;
	padding-left:20px;
}

padding.pad_zero{
padding-top: 0px;
}



