/* reset css */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,textarea {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-size : 100%;
	vertical-align : baseline;
	background : transparent;
}

html {
	overflow-y : scroll !important;
}

body {
	line-height : 1;
}

ol,ul {
	list-style : none;
}

blockquote,q {
	quotes : none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content : '';
	content : none;
}

:focus {
	outline : 0;
}

ins {
	text-decoration : none;
}

del {
	text-decoration : line-through;
}

table {
	border-collapse : collapse;
	border-spacing : 0;
}

div {
	display : block;
	zoom : 1;
}

/* end of reset css */

body {
	background-color : #fff;
	font : 11px/20px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
	color : #191919;
}

#wrapper {
	margin : 108px auto 0;
	width : 544px;
	position : relative;
}

#sidemenu {
	position : relative;
	width : 182px;
	padding-top : 56px;
	float : left;
}

#nav {
	margin-top : 37px;
}

#content {
	position : relative;
	width : 340px;
	min-height : 500px;
	margin-left : 182px;
	padding-left : 20px;
	border-left : 1px solid #000;
}

#content h3 {
	padding-top : 10px;
	border-top : 1px solid #e2e2e2;
	width : 340px;
}

#content a:first-child h3 {
	padding-top : 0;
	border-top : none;
}

#footer {
	font : 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color : #585858;
	margin-top : 30px;
	clear : both;
	float : right;
}

#nav .menu {
	height : 28px;
}

#nav li#m_ab {
	background : url(../img/nav_ab_hover.png) no-repeat;
}

#nav li#m_jb {
	background : url(../img/nav_jb_hover.png) no-repeat;
}

#nav li#m_ct {
	background : url(../img/nav_ct_hover.png) no-repeat;
}

#nav li#m_ca {
	background : url(../img/nav_ca_hover.png) no-repeat;
}

div.desc {
	padding-top : 30px;
	padding-bottom : 20px;
	overflow : visible;
}

div.desc p {
	padding-bottom : 20px;
}

div.desc dl {
	padding-left : 15px;
	border-left : 5px solid #f1f1f1;
}

div.desc dl dt {
	font-weight : bold;
	float : left;
}

div.desc dl dd {
	margin-left : 60px;
	margin-bottom : 10px;
}

#content div a {
	color : #000;
	text-decoration : none;
	background-color : #ebebeb;
	padding : 1px 3px;
}

#content div a:hover {
	color : #fff;
	text-decoration : none;
	background-color : #b94d78;
}

form#contactform label {
	display : block;
	font-weight : bold;
	line-height : 20px;
	margin-bottom : 5px;
	padding-top : 2px;
	float : left;
	clear : both;
}

form#contactform input.ctform, form#contactform textarea.ctform {
	display : inline-block;
	background : url(../img/input_bg.png) repeat-x 0 top;
	width : 214px;
	margin-bottom : 5px;
	padding : 5px 2px;
	border : 1px solid #e5e5e5;
	float : right;
}

form#contactform input#submit {
	background : #fff url(../img/submit.png) no-repeat;
	width : 220px;
	height : 32px;
	padding : 0;
	margin : 0;
	border-style : none;
	overflow : hidden;
	float : right;
}

form#contactform input#submit:hover {
	background : #fff url(../img/submit.png) no-repeat -220px;
}

form#contactform div#recaptcha_widget {
	clear : both;
}

form#contactform div#recaptcha_image {
	width : 218px !important;
	height : 40px !important;
	margin-bottom : 5px;
	border : 1px solid #e5e5e5;
	float : right;
}

form#contactform div#recaptcha_image img {
	width : 218px !important;
	height : 40px !important;
}

ul.joblist {
	list-style-position : outside;
	list-style-type : disc;
	padding-left : 14px;
}

ul.error {
	background-color : #f9fec8;
	color : #a45278;
	width : 320px;
	margin-bottom : 20px;
	padding : 10px;
	list-style-type : disc;
	list-style-position : inside;
}

div.ok {
	color : #a45278;
}

/* IE fix */

html {
	filter : expression(document.execCommand("BackgroundImageCache", false, true));
}