/*共通部分*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a:link {
	color: #25BEDD;
}
a:hover {
	color: #25BEDD;
}
a:visited {
	color: #25BEDD;
}
a:active {
	color: #3399FF;
}

/*ヘッダー*/
#logo_area {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#logo_area h1 {
	float: left;
}
#logo_area #header_btn {
	float: right;
	padding-top: 30px;
	padding-right: 30px;
}
#logo_area #header_btn li {
	list-style-type: none;
	background-image: url(../assets/images/jpn/list_point.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	line-height: 1.4em;
	font-size: 12px;
	padding-left: 20px;
/*	padding-bottom: 5px;
	list-style-type: none;*/
}
#menu_area {
	padding-top: 5px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#menu_area li {
	float: left;
	height: 45px;
	width: 156px;
	list-style-type: none;
}
#footer_area {
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #25BEDD;
	font-size: 12px;
	line-height: 2em;
}
#footer_area .links {
	float: left;
	width: 480px;
	font-size: 12px;
	line-height: 2em;
	color: #25BEDD;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_area .verisign {
	float: right;
	width: 250px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.4em;
	color: #666666;
}
#copyright_area {
	font-size: 12px;
	line-height: 1.2em;
	width: 780px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #25BEDD;
	clear: both;
}

/*トップページ*/
#home_photo_area {
	background-image: url(../assets/images/jpn/home_photo_bg.gif);
	background-repeat: repeat-x;
	height: 310px;
	clear: both;
}
#home_photo_area #home_photo {
	height: 310px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#catch_area {
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#whats_new_area {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#whats_new_area dl {
	padding-right: 20px;
	padding-left: 20px;
}
#whats_new_area dt {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 5px;
}
#whats_new_area dd {
	font-size: 12px;
	line-height: 1.2em;
	color: #25BEDD;
	padding-left: 15px;
}
#home_biz_area {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
#home_biz_area #biz_box {
	float: left;
	width: 780px;
}
#home_biz_area #biz_box #biz_img {
	float: left;
	width: 350px;
	height: 100px;
	padding-right: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: right;
}
#home_biz_area #biz_link {
	float: right;
	width: 270px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#home_biz_area #biz_link li {
	list-style-type: none;
	margin-bottom: 30px;
}

/*サブページ共通*/
#sub_photo_area {
	height: 50px;
	clear: both;
	background-image: url(../assets/images/jpn/sub_photo_bg.gif);
	background-repeat: repeat-x;
}
#sub_photo_area #sub_photo {

	height: 50px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#contents_area {
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#pankuzu {
	font-size: 10px;
	line-height: 1.4em;
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #25BDDE;
	margin-bottom: 2px;
}
#contents_area #container {
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 100%;
	background-image: url(../assets/images/jpn/side_bg.gif);
	margin-bottom: 2px;
}
#contents_area #container #side_menu {
	float: left;
	width: 175px;
	padding-bottom: 10px;
}
#contents_area #container #side_menu #sub_menu {
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#contents_area #container #side_menu #sub_menu ul {
}

#contents_area #container #side_menu #sub_menu li {
	list-style-type: none;
	background-image: url(../assets/images/jpn/list_point.gif);
	background-repeat: no-repeat;
	background-position: 4px 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 30px;
	font-size: 12px;
	padding-left: 20px;
	margin-right: 5px;
}
#contents_area #container #side_menu #sub_menu li a {
	color: #333333;
}
#contents_area #container #side_menu #sub_menu li:hover {
	background-color: #7ce2f8;
}
#contents_area #container #side_menu #side_space {
	background-image: url(../assets/images/jpn/side_bg.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 390px;
}

#contents_area #container #side_menu #safe_poricy {
	text-align: center;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}

#contents_area #container #main {
	float: right;
	width: 600px;
}
#contents_area #container #pagetitle {
	height: 50px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#contents_area #container .pagetop {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/*会社概要*/
#greeting {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#greeting h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
	text-align: left;
}
#greeting .greeting_msg {
	font-size: 12px;
	line-height: 1.4em;
	width: 500px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#comp_pro {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#comp_pro h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
	text-align: left;
}
#comp_pro_table {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#comp_pro_table th {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	width: 100px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #25BEDD;
	border-bottom-color: #CCCCCC;
}
#comp_pro_table td {
	font-size: 12px;
	line-height: 1.4em;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#comp_map {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}
#comp_map h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
	text-align: left;
}
#comp_map iframe {
	margin-top: 15px;
}
#comp_map .bigmap {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
#csr {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#csr h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
	text-align: left;
}
#csr .csr_info {
	width: 350px;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 10px;
	padding-left: 20px;
	float: left;
}
#csr .csr_info .csr_class {
	text-align: center;
}
#csr .csr_photo {
	width: 150px;
	margin-top: 10px;
	padding-right: 20px;
	float: right;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

#csr .csr_news_title {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: solid 1px #25BEDD;
	width: 510px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#csr .csr_table {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#csr .csr_date {
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: top;
	width: 112px;
	padding: 4px;
}
#csr .csr_text {
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: top;
	width: 372px;
	padding: 4px;
}
#csr .csr_continue {
	text-align: right;
}
#csr_pdf {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#csr_pdf h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
	text-align: left;
}
#csr .pdf_link {
	font-size: 12px;
	line-height: 1.6em;
	width: 350px;
	margin-top: 15px;
	padding-left: 20px;
	float: left;
}


/*事業内容*/
.biz_box {
	font-size: 12px;
	line-height: 1.4em;
	width: 550px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 45px;
}
.biz_box h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
}
.biz_box p {
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 40px;
	padding-top: 5px;
}
.biz_space {
	font-size: 12px;
	line-height: 1.4em;
}
.biz_box .biz_link {
	font-size: 12px;
	line-height: 1.4em;
	text-align: right;
}
.biz_box ol {
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.biz_box li {
	list-style-position: outside;
}
.biz_box #biz_txt {
	font-size: 12px;
	line-height: 1.4em;
	color: #3366CC;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
	width: 350px;
}
.biz_box #biz_img {
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.4em;
	color: #3366CC;
	text-align: center;
	float: right;
	width: 150px;
}
.biz_box #biz_txt .pro_link {
	margin-top: 10px;
}
.biz_box #biz_txt .pro_link .link_title {
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 4px;
	border-left: solid 4px #000000;
	border-bottom: solid 1px #000000;
	color: #000000;
	font-weight: bold;
}
.biz_box #biz_txt .pro_link ul {
	margin-top: 4px;
	margin-left: 1em;
}
.biz_box #biz_txt .pro_link li {
	font-size: 12px;
	line-height: 1.4em;
	list-style-type: none;
}



/*商品紹介*/
.pro_box {
	font-size: 12px;
	line-height: 1.4em;
	width: 550px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 45px;
}
.pro_box h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
}
.pro_box p {
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 40px;
	padding-top: 5px;
}
.pro_space {
	font-size: 12px;
	line-height: 1.4em;
}
.pro_box .pro_link {
	font-size: 12px;
	line-height: 1.4em;
	text-align: right;
}
.pro_box .pro_txt {
	font-size: 12px;
	line-height: 1.4em;
	color: #3366CC;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
	width: 350px;
}
.pro_box .pro_img {
	font-size: 12px;
	line-height: 1.4em;
	color: #3366CC;
	text-align: center;
	float: right;
	width: 150px;
	padding-top: 15px;
}
.pro_origin {
	font-size: 12px;
	line-height: 1.4em;
	width: 550px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 45px;
}
.pro_origin h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
}
.pro_origin .g-maparea {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pro_origin #maplinksarea {
	width: 160px;
	float: left;
	font-size: 12px;
	line-height: 1.4em;
}
.pro_origin #maparea {
	width: 380px;
	height: 300px;
	float: right;
	font-size: 12px;
	line-height: 1.4em;
}

/*お問い合わせ*/
#contact_table {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#contact_table th {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	width: 130px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #25BEDD;
	border-bottom-color: #CCCCCC;
}
#contact_table td {
	font-size: 12px;
	line-height: 1.4em;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#contact_table .red_txt {
	font-size: 10px;
	line-height: 1.2em;
	color: #FF0000;
}
#contact_table #send_btn {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mailsended_msg {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4em;
}

/*安全性*/
.safe_box {
	font-size: 12px;
	line-height: 1.4em;
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.safe_box h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
}
.safe_box .safe_txt {
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 40px;
	padding-top: 15px;
}
.safe_space {
	font-size: 12px;
	line-height: 1.4em;
}


/*プライバシーポリシー*/
.poricy_box {
	font-size: 12px;
	line-height: 1.4em;
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.poricy_box #poricy_msg {
	font-size: 12px;
	line-height: 1.4em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.poricy_box h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
}
.poricy_txt {
	font-size: 12px;
	line-height: 1.4em;
	width: 480px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.poricy_title {
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #25BEDD;
}
.poricy_txt ul {
	padding-left: 2em;
}
.poricy_txt li {
	list-style-position: outside;
	list-style-type: disc;
}

/*ニュースリリース*/
#news_area {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#news_area h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../assets/images/jpn/sub_content_bg.gif);
}
#news_area #datetime {
	font-size: 10px;
	line-height: 1.2em;
	text-align: right;
	color: #666666;
}
#news_area #news_txt {
	font-size: 12px;
	line-height: 1.6em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#news_list {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#news_list dl {
	margin-top: 15px;
}
#news_list dt {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 5px;
}
#news_list dd {
	font-size: 12px;
	line-height: 1.2em;
	color: #25BEDD;
	padding-left: 15px;
}

/*サイトマップ*/
ol.no_num li {
	list-style-type: none;
	list-style-position: inside;
}
div.ent {
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	font-weight: bold;

}
div.lv_0 {
	font-size: 14px;
	line-height: 2em;
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 0.5em;
	font-weight: bold;
	border-left: 4px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
div.lv_1 {
	font-size: 12px;
	line-height: 2em;
	margin-left: 3em;
	border: none;
}
div.lv_2 {
	font-size: 12px;
	line-height: 1.6em;
	margin-left: 4.5em;
}
