@charset "utf-8";

/* @group initialize */

body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS PGothic','ＭＳ Ｐゴシック',sans-serif;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: bold;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

img, object, embed {
	vertical-align: bottom;
}

caption,th {
	text-align: left;
}

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

hr {
	display: none;
}

/*



@end */

/* @group hacks */

/* Win IE6 PNG Alpha Fix */

ul.globalNavi img,
#top box02 img,
{
	behavior: url(common/css/iepngfix.htc);
}

/* clearfix for IE 5.5-7*/

.clearfix {
	zoom: 1;
}

/* clearfix 新しいブラウザ用 */

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

/* clearfix IE用 */

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @group layout */

body {
	background: url("../images/bg1.gif") repeat-x left top #fff;
	text-align: center;
}

#container {
	width: 710px;
	margin: 0 auto;
	text-align: left;
}

/* @group header */

#siteTitle {
	margin: 25px 0 0 5px;
}

#logo_me {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* @end */

/* @group globalNavi */

ul.globalNavi {
	margin: 40px 0 47px;
}

ul.globalNavi li {
	float: left;
}

/* @end */

#part_mission h3 {
	margin: 2em 0 0.5em 200px;
	color: #044a5e;
}

#part_mission p {
	margin: 0 0 2em 200px;
}

/* @group footer */

#footer p.copyright {
	margin: 5em 0 1em 5px;
	color: #999;
	letter-spacing: 0.2em;
}

/* @end */

/* @end */

/* @group common parts */

/* @group clear */

br.clear-both, div.clear-both, br.clear-left, div.clear-left {
	font: 1px/1px monospace;
	display: block;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

/* @end */

/* @group Anchor */

a:link {
	color: #3a6096;
	text-decoration: underline;
}

a:visited {
	color: #8a6096;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

a:active {
	color: #f00;
	text-decoration: none;
}

a.noUl:link, a.noUl:visited, a.noUl:hover, a.noUl:active {
	text-decoration: none;
}

/* @end */

/* @group icon style */

.icon_outer{
	padding-left: 20px;
	background: url("../images/icon_outerlink.gif") no-repeat left center;
}

.icon_circle{
	background: url("../images/icon_kuromaru.gif") no-repeat left center;
}

.icon_pdf{
	margin-left: -2px;
	background: url("../images/icon_pdf.gif") no-repeat left center;
}

/* @end */

/* @group List style */

ul.ul01{
	margin: 1em 0;
	padding: 2em 3em;
	background-color: #f0fcff;
}

ul.ul01 li{
	padding: 5px 20px;
}

/* @end */

/* @group Box style */

.box01{
	margin: 1em 0;
	padding: 2em 3em;
	background-color: #f0fcff;
}

.box02{
	margin-bottom: 1em;
}

/* @end */

/* @group text styles */

.serif {
	font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}


.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.hosoku {
	color: #999;
}

/* @end */

strong {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

em {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

.pagetop {
	margin: 1em 5px 3em 0;
	text-align: right;
}

.pagetop a {
	color: #800;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}


/* @end */

/* @group page styles */

/* @group top */

#top div.box02 p.setsumei{
	color: #fff;
	margin: 0em 0 0.5em 0.5em;
	width:550px;
}

/* @end */

/* @group support */

#support div.box01 p{
	margin-top: 1em;
}

/* @end */

/* @group contact */

#contact p.lead {
	margin: 2em 0 0;
}

#contact form {
	margin: 2em 0;
}

#contact div.rcDiv {
	margin: 2em 0;
	padding: 0em 3em;
	background: #f3f9ff;
	border: 1px solid #ccc;
}

#contact #divCustomer {
	margin: 1.5em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contact fieldset {
	margin: 1.5em 0;
	padding: 1.3em 0em;
	border-top: 1px solid #ccc;
}

#contact fieldset dt {
	margin-top: 1em;
}

#contact div#submitBtn {
	padding: 2em 0em;
	border-top: 1px solid #ccc;
	text-align: center;
}

#contact div#submitBtn input {
}

#contact label.lblBelow {
	display: block;
	color: #0a50a1;
}

#contact ul.frmNaiyou {
	width: 30em;
}

#contact ul.frmNaiyou li {
	margin-bottom: 0.7em;
	list-style: none;
}

#contact ul.frmNaiyou li.liNaiyou {
	width: 26em;
}

#contact ul.frmNaiyou li.liHonbun {
	width: 50em;
}

#contact ul.frmNaiyou li select {
	width: 90%;
}

#contact ul.frmNaiyou li textarea {
	width: 500px;
	height: 10em;
}

#contact ul.frmName {
	width: 30em;
}

#contact ul.frmName li {
	float: left;
	width: 20em;
	margin-bottom: 0.3em;
	list-style: none;
}

#contact ul.frmName li input {
	width: 90%;
}

#contact ul.frmEmail {
	width: 30em;
}

#contact ul.frmEmail li {
	margin-bottom: 0.3em;
	list-style: none;
}

#contact ul.frmEmail li input {
	width: 100%;
}

#contact ul.frmTel li {
	float: left;
	list-style: none;
}

#contact ul.frmTel li input {
	width: 5em;
}

#contact ul.frmFax li {
	float: left;
	list-style: none;
}

#contact ul.frmFax li input {
	width: 5em;
}

#contact ul.frmAdr li {
	float: left;
	margin-bottom: 0.3em;
	list-style: none;
}

#contact ul.frmAdr li.adrPostcode {
	width: 10em;
}

#contact ul.frmAdr li.adrPostcode input.adrPostcode1 {
	width: 3em;
}

#contact ul.frmAdr li.adrPostcode input.adrPostcode2 {
	width: 4em;
}

#contact ul.frmAdr li.adrPref {
	width: 10em;
}

#contact ul.frmAdr li.adrPref select {
	width: 80%;
}

#contact ul.frmAdr li.adrCity {
	width: 10em;
}

#contact ul.frmAdr li.adrCity input {
	width: 100%;
}

#contact ul.frmAdr li.adrStreet {
	width: 30em;
}

#contact ul.frmAdr li.adrStreet input {
	width: 100%;
}

#contact ul.frmAdr li.adrRoom {
	width: 30em;
}

#contact ul.frmAdr li.adrRoom input {
	width: 100%;
}

#contact label {
	line-height: 1.5em;
}

#contact #errormsgArea {
	color: #f00;
}

#contact .formArea {
	margin: 2em 0;
}

#contact .formArea div{
	margin: 0.3em 0;
}

#contact .formArea h2 {
	width: 180px;
}

#contact div#privacy {
	padding: 1em;
	background: #eee;
	height: 150px;
	overflow: auto;
	margin-bottom: 1em;
	border: 5px solid #ccc;
}

#contact div#privacy h1{
	margin-bottom: 1em;
}

#contact div#privacy p{
	margin-bottom: 1em;
}

#contact table.privacyMark {
	margin: 1em 0 2em;
}

/* @end */

/* @end */
