@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
address {
	margin: 0px;
	padding: 0px;
}

html {
	overflow:scroll;/*表示位置がずれるのをふせぐためスクロールバー領域を表示*/
}

body {
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	/*font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,Osaka,"メイリオ",Arial,"ＭＳ Ｐゴシック",sans-serif;*/
	font-family: "メイリオ",Arial,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	background-color: #F9F9F9;
}


a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #990000;
}

a img {
	border: none;
}
.fontS {
	font-size: 90%;
}
.fonfB {
	font-weight: bold;
}
.fonfR {
	color: #FF0000;
}
.fontGray { color: #999; }
.fontBlue { color: #09F; }

.tx90 { font-size: 90%; }

.cent {
	text-align: center;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.clear {
	clear:both;
}
.pageUp {
	margin-right: 20px;
	margin-left: auto;
	clear: both;
	padding: 3px;
	text-align: right;
}
.mgToBo {
	margin-top: 10px;
	margin-bottom: 10px;
}






/*--------------------------------------------
 header style
--------------------------------------------*/

#header {
	background-image: url(../image/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	height: 75px;
	width: 760px;
	position: relative;
}
#header h1 {
	height: 50px;
	width: 140px;
	position: absolute;
	left: 30px;
	top: 11px;
}
#header #accessNavi {
	float: right;
	margin-right: 10px;
	height: 75px;
	width: 215px;
}
#header #accessNavi h2 {
	display: none;
}
#header #accessNavi .skip {
	display: none;
}
#header #accessNavi .pNavi {
	color: #CCCCCC;
	background-image: url(../image/pnavi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 200px;
	padding-top: 2px;
	padding-left: 0.5em;
	font-size: 12px !important;
	text-align: center;
	padding-right: 1em;
}
#header #accessNavi a {
	color: #CCCCCC;
	text-decoration: none;
}
#header #accessNavi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#header #accessNavi #fchange {
	font-weight: normal;
	font-size: 12px;
	color: #0066CC;
	float: left;
	width: 95px;
	height: 1.5em;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}

#header #accessNavi ul {
	float: left;
	margin-top: 3px;
	height: 1.5em;
	width: 100px;
}
#header #accessNavi ul li {
	list-style: none;
	font-size: 12px;
	display: inline;
}

#header #accessNavi ul li a {
	float: left;
	width: 3em;
	height: auto;
	border: 1px solid #E5E5E5;
	display: block;
	text-align: center;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#header #accessNavi ul li a:hover {
	background-color: #E8E8E8;
	display: block;
	border: 1px solid #999999;
	color: #0066CC;
}
#header #accessNavi ul li a:active {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
}


/*--------------------------------------------
 globalMenu
--------------------------------------------*/
#globalMenu {
	margin: 0px auto;
	height: 44px;
	width: 760px;
	clear: both;
}
#globalMenu h2 {
	display: none;
}
#mainMenu {
	background-image: url(../image/menu_back.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 44px;
	width: 760px;
	background-position: left top;
}

#mainMenu ul {
	height: 44px;
	width: 740px;
	padding-left: 10px;
	padding-right: 10px;
}
#mainMenu ul li {
	list-style: none;
	float: left;
}
#mainMenu ul li a {
	display: block;
	height: 44px;
	width: 185px;
	background-position: 0px 0px;
}
#mainMenu ul li a:hover {
	background-position: 0px -44px;
}
#mainMenu ul li a.stay {
	background-position: 0px -88px;
}
#mainMenu ul li a#gm01 {
	background-image: url(../image/home.jpg);
}
#mainMenu ul li a#gm02 {
	background-image: url(../image/work.jpg);
}
#mainMenu ul li a#gm03 {
	background-image: url(../image/profile.jpg);
}
#mainMenu ul li a#gm04 {
	background-image: url(../image/contact.jpg);
}
#mainMenu ul li a em {
	position:absolute;
	left:-9999px;
}
#wrapper {
	background-image: url(../image/content_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}



/*--------------------------------------------
 content style
--------------------------------------------*/

#content {
	margin: 0px auto;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/blue_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
}
#content #main {
	margin: 0px auto;
	width: 720px;
	padding: 0px 10px 10px;
	height: auto;
}
#content #main h2 {
	padding-top: 20px;
	padding-left: 30px;
}
#content #main p {
	padding-left: 20px;
	padding-right: 1em;
	line-height: 1.6;
}
#content #main p.breadCrumb {
	font-size: 85%;
	padding: 10px 10px 10px 20px;
}

#content #main .explain {
	vertical-align: middle;
}


#content #main .diary {
	color: #0099FF;
	font-weight: bold;
}

#content #main #concept1,
#content #main #concept2 {
	padding: 0px 15px 10px 10px;
	float: left;
	height: auto;
	width: 335px;
}
#content #concept3 {
	clear: both;
	width: 700px;
	height: auto;
	margin: 20px auto 0px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-image: url(../image/bannerline.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content #main #tabContainer {
	height: auto;
	width: 460px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}

#content  #bottomBox {
	padding: 0px 10px 30px;
	width: 720px;
	height: 40px;
	background-image: url(../image/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#content #adBox {
	height: auto;
	width: 720px;
	padding-top: 40px;
}

#content #adBox ul {
	height: 60px;
	width: 700px;
}
#content #adBox ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

/*--------------------------------------------
 works style
--------------------------------------------*/
#works #main a {
	text-decoration: none;
}
#works #main a:hover {
	text-decoration: underline;
}

#works #main #concept1 ul,
#works #main #concept2 ul {
	margin-top: 10px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 15px;
}
#works #main #concept1 li {
	list-style: none;
	background-image: url(../image/m_icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#works #main #concept1 dl,
#works #main #concept2 dl {
	margin-left: 20px;
	margin-top: 10px;
}
#works #main #concept1 dt,
#works #main #concept2 dt {
	font-weight: bold;
	color: #0099FF;
	padding-top: 5px;
}
#works #main #concept1 dd,
#works #main #concept2 dd {
	line-height: 1.6;
	margin-left: 2em;
}
#works #main #concept2 dd {
	margin-bottom: 1em;
}
#works #main #concept2 li {
	list-style: none;
	background-image: url(../image/m_icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/*------------------ works partner style ------------------------*/
#works #main #contentsArea {
	height: auto;
	width: 450px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 30px;
	background-image: url(../image/partner_img01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 220px;
	padding-bottom: 10px;
	padding-right: 0px;
}
#works #main #contentsArea h3 {
	font-size: 130%;
	font-weight: bold;
	color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#works #main #contentsArea ul {
	margin-top: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 20px;
}
#works #main #contentsArea li {
	list-style: none;
	background-image: url(../image/m_icon2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
}



/*--------------------------------------------
 profile style
--------------------------------------------*/
#profile #main dl {
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 30px;
	padding-bottom: 30px;
	margin-right: 10px;
}
#profile #main dt {
	font-weight: bold;
	color: #0099FF;
	margin: 0px 0px 10px;
	width: 7em;
	clear: left;
	float: left;
	padding: 5px;
}
#profile #main dd {
	margin: 0px 0px 10px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
#profile #main ul.profileList {
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 20px;
	line-height: 1.6;
}
#profile #main #leftBox {
	float: left;
	height: 300px;
	width: 200px;
	padding-left: 10px;
	background-image: url(../image/profile_img01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 15px;
	margin-right: 20px;
}
#profile #main #rightBox {
	float: left;
	height: auto;
	width: 470px;
	padding-left: 10px;
}



/*--------------------------------------------
 contact style
--------------------------------------------*/
#contact #main #formContainer {
	height: auto;
	width: 600px;
	margin-left: 70px;
	margin-top: 20px;
}
/*
#contact #main #formContainer form input,
#contact #main #formContainer form textarea {
	font-size: 110%;
	height: auto;
	border:1px solid #666666;
	padding:2px;
}


#contact #main #formContainer form #submit,
#contact #main #formContainer form #reset {
	background-color: #BBE3FF;
	margin-top: 15px;
}
*/

#contact #main #formContainer p {
	padding-left: 20px;
}
#contact #main p.explain {
	background-image: url(../image/contact_exp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 540px;
	margin-top: 10px;
	margin-left: 40px;
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 20px;
}


#mailTmpl,#mailTmpl table {
	width: 80%;
	margin: auto;
}

#mailTmpl div.postBtn {
	text-align: center;
}

h3.mailMessage,p.mailMessage {
	text-align:center;
	font-weight: bold;
	line-height:1.6;
}

#mailTmpl #backBtn,#mailTmpl #nextBtn {
	border:1px solid #003366;
	padding:2px;
	background-color: #BBE3FF;
}

/*--------------------------------------------
 privacy style
--------------------------------------------*/
#privacy #main #contentsArea {
	height: auto;
	width: 450px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 30px;
	background-image: url(../image/privacy_img01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 220px;
	padding-bottom: 10px;
	padding-right: 0px;
}
#privacy #main #contentsArea h3 {
	font-size: 130%;
	font-weight: bold;
	color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#privacy #main #contentsArea ul {
	margin-top: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 20px;
}
#privacy #main #contentsArea li {
	list-style: none;
	background-image: url(../image/m_icon2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#sitemap #main #mapArea {
	height: auto;
	width: 600px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
}
#sitemap #main #mapArea ul {
	list-style: none;
}
#sitemap #main #mapArea ul li {
	background-image: url(../image/open.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
	line-height: 1.8;
}





/*--------------------------------------------
 footer style
--------------------------------------------*/

#footer {
	width: 740px;
	margin: 0px auto;
	background-image: url(../image/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	clear: both;
	padding: 10px 10px 30px;
	height: auto;
	font-size: 95%;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	float: right;
	margin: 0px;
	padding-right: 10px;
}
#footer ul {
	margin-left: 20px;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}

#footer address {
	padding-top: 10px;
	padding-left: 20px;
	font-style: normal;
	text-align: left;
}

#contentsArea .pSupport {
	border-collapse:collapse;
	width:430px;
	padding:3px;
	margin-bottom: 20px;
}
#contentsArea .pSupport th,
#contentsArea .pSupport td {
	border:#999 1px solid; 
}
#content #main .partnerPage p { line-height: 2; }

#psPartner {
	background: #E3E3E3;
	padding: 10px;
	width: 400px;
	margin: auto;
}
#works #main #contentsArea ul.pspQa { width:200px;}
#works #main #contentsArea ul.pspQa li {
	background: url(../image/icon_r.gif) no-repeat left top;
	line-height: 1;
}

#psPartner table.psOrder {
	background: #FFF;
	width: 400px;
	margin: auto;
}

table.psOrder input[type="text"] { width: 150px; }
table.psOrder textarea { width: 250px; }

table.pSupport th {
	background-color:#dde7f0;
	border-top: 1px solid #225599;
	border-bottom: 1px solid #225599;
	padding: 3px;
}

