@charset "utf-8";

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align  : left;
	font-style: normal;
	font-weight: normal;
}

ul, ol, dl, dt, dd {
	list-style: none;
}

span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}

body{
	color: #333;
	font-size: 12px;
	background-color:#f3f4f4;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	/*\*/
	overflow: hidden;/*Firefoxでインデントで消したリンク要素の枠を解消*/
	/**/
}


/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
	min-height: 1%;
}

/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */


a {    color:#0099cc;    text-decoration:none;}
    a:visited{    color:#0099cc;    text-decoration:none;}
a:hover{    color:#0099cc;    text-decoration: underline;}

/*--------------------------------------------
共通部分
--------------------------------------------*/
div#container {
	width: 980px;
	margin: 0 auto;
	padding-top: 5px;
}

div#container div#wrapper {
	padding-bottom: 10px;
}div#container div#wrapper h1{    color:#999999;    font-size:12px;}

div#container div#wrapper p.logo{
	float: left;
	padding-top: 10px;
}

div#container div#wrapper div.wrapperInner {
	width: 468px;
	padding-top: 5px;
	float: right;
}

div#container div#wrapper div.wrapperInner div.wrapperInnerBody {
	background-image: url(../images/wapper_img_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 4px 15px 10px 15px;
	line-height: 110%;
	margin-top: -12px;
}

div#container div#wrapper div.wrapperInner div.wrapperInnerBody a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#container div#wrapper div.wrapperInner div.wrapperInnerBody a:hover {
	text-decoration: underline;
}

/* header */
div#container div#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-right: 5px;
}

div#container div#header ul {
	float: left;
}

div#container div#header ul li {
	float: left;
}

div#container div#header table {
	float: right;
}

div#container div#header td {
	vertical-align: top;
	padding-top: 6px;
	padding-right: 5px;
}

/*--------------------------------------------
ここまで
--------------------------------------------*/

/* content */
div#container div#content {
	margin-top: 15px;
}

div#container div#content div.categories {
	background-image: url(../images/content_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 8px 20px 25px 20px;
	margin-top: -5px;
}

div#container div#content div.categories h2{
	font-size: 18px;
	font-weight: bold;
	color: #669900;
	margin-bottom: 20px;
}


div#container div#content div.categories div.categoriesInner h3{
	font-size: 21px;
	font-weight: bold;
	color: #0099cc;
	margin-bottom: 10px;
}

div#container div#content div.categories div.categoriesInner a {
	color: #0099cc;
	text-decoration: none;
}

div#container div#content div.categories div.categoriesInner a:hover {
	text-decoration: underline;
}

div#container div#content div.categories div.ctLeft {
	width: 270px;
	float: left;
}

div#container div#content div.categories div.ctRight {
	width: 610px;
	float: right;
}

div#container div#content div.categories div.ctRight div.ctInnerLeft {
	width: 270px;
	float: left;
}

div#container div#content div.categories div.ctRight div.ctInnerRight {
	width: 270px;
	float: right;
}

div.work {
	margin-top: 15px;
	color: #999;
}

div.work a {
	color: #0099cc;
	text-decoration: none;
}

div.work a:hover {
	text-decoration: underline;
}


div.work div.workBt {
	background-image: url(../images/cont_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


div.workLeft {
	width: 302px;
	float: left;
}

div.workRight {
	width: 640px;
	float: right;
}

div.workRight div.workInneLeft {
	width: 302px;
	float: left;
}

div.workRight div.workInneRight {
	width: 302px;
	float: right;
}

div.workRight div.workInneRight table th {
	width: 95px;
	text-align: center;
	vertical-align: top;
}

div.workRight div.workInneRight table th img {
	margin-bottom: 5px;
}

div.workRight div.workInneRight table td {
	text-align: center;
	vertical-align: top;
	padding-left: 7px;
}

div.workRight div.workInneRight table td .wkMb {
	margin-bottom: 5px;
}

div.workRight div.workInneRight table td .wkMb a {
	color: #339900;
	text-decoration: none;
}

div.workRight div.workInneRight table td .wkMb a:hvoer {
	color: #339900;
	text-decoration: underline;
}

div.workbottom {
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 15px 15px 15px;
	margin-top: -8px;
}

div.workbottom ul {
}

div.workbottom div.h3 {
	font-weight: bold;
	font-size: 18px;
	color: #669900;
	margin-bottom: 10px;
}


/*--------------------------------------------
共通部分
--------------------------------------------*/
/* footer */
div#container div#footer {
	margin-top: 15px;
}

div#container div#footer div.footerInner {
	background-image: url(../images/footer_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px 15px 15px 15px;
	margin-bottom: 15px;
	margin-top: -5px;
}

div#container div#footer div.footerInner table.footerMenu {
	padding: 15px 40px;
}

div#container div#footer div.footerInner table.footerMenu th {
	width: 190px;
	text-align: left;
	vertical-align: center;
}

div#container div#footer div.footerInner table.footerMenu td {	color: #666;}
div#container div#footer div.footerInner table.footerMenu td ul {
	margin-bottom: 12px;
}
div#container div#footer div.footerInner table.footerMenu td ul li {
	float: left;
	padding-right: 3px;
}
div#container div#footer div.footerInner table.footerMenu a {
	margin-right: 3px;
	color: #666;
	text-decoration: none;
}

div#container div#footer div.footerInner table.footerMenu a:hover {
	text-decoration: underline;
}

/* class */
.mb20 {
	margin-bottom: 40px;
}

.mb10 {
	margin-bottom: 10px;
}

.alignCenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.green {
	color: #669900;
}

div#content form table.form {    
	border-collapse:collapse;    
	margin-top:10px;    
	width:700px;
}

div#content form table.form th {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	font-size:12px;
	font-weight:normal;
	padding:10px 10px 10px 15px;
	text-align:left;
	vertical-align:top;
	width:120px;
}

table.form td {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:10px;text-align:left;
}

table.form td input[type=text], table.form td textarea, table.form td select{
	width: 100%;
	font-size: 12px; 
	font-family: Arial;
}

table.form {    
	border-collapse:collapse;    
	margin-top:10px;
	margin: 5px;
}

table.form th {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	font-size:12px;
	font-weight:normal;
	padding:10px 10px 10px 15px;
	text-align:left;
	vertical-align:top;
	width:120px;
}

div#content form table.form td {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:10px;text-align:left;
}

div#content form table.form td input{
	width: 100%;
}

div#content form table.form td textarea{
	width: 100%;
	height: 100px;
}

div#content form table.form input[type=submit] {
	width: 100px;text-align:center;
}

div#container div#content form table.form th.step{
	background-color:#DDDDDD;
}

ul.error_list{
	color: #FF0000;
}

.thumbimage{
	border: 1px solid #aaa;
}

div.static-page-left {
	width: 718px; 
	float: left;
	border-right: 1px dashed #ccc;
	padding-right: 5px;
}

div.static-page-right {
	float:right; 
	width: 200px
}

div.static-page-right table td a{
	color:#999999;
	text-decoration:underline;
}

div.static-page-right div.h2 {
	color:#FF9966;
	font-size:21px;
	font-weight:bold;
	margin-bottom:10px;
}

div.static-page-right div.h2 a {
	color:#999;
	text-decoration: underline;
}

div.static-page-right div.h3 a {
	color:#0099CC;
	text-decoration:underline;
}

div.static-page-right div.h4 a {
	color:#339900;	
}
div.static-page-right div.h4{
	margin-bottom: 10px;
}

div.static-page-left p {
	margin-top: 10px;
}

div.static-page-left h3 {
	margin-top: 10px;
}