﻿/*
Theme Name: hademail
*/
@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(/images/bg.gif);
	font-size: 12px;
	text-align: left;
	color: #333333;
}

a:link		{color: #003399; text-decoration: underline; }
a:visited	{color: #890BA9; text-decoration: underline; }
a:hover		{color: #3D74E2; text-decoration: underline; }
a:active	{color: #FF3EB1; text-decoration: underline; }


/* General-Formatting Styles */

div,p,form,
h1,h2,h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

table,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	border: 0;
	vertical-align: bottom;
}

p,ol {
	line-height: 1.5em;
}

.MrgnTopMoreNarrow {margin-top: 5px;} 
.MrgnTopNarrow {margin-top: 10px;} 
.MrgnTopWide {margin-top: 20px;} 
.MrgnTopMoreWide {margin-top: 30px;} 

.MrgnBtmMoreNarrow {margin-bottom: 5px;} 
.MrgnBtmNarrow {margin-bottom: 10px;} 
.MrgnBtmWide {margin-bottom: 20px;} 
.MrgnBtmMoreWide {margin-bottom: 30px;}


/* ----------------------------------------
COMMON
---------------------------------------- */

#Bg {
	width: 100%;
	background: url(/images/bg_top.gif) repeat-x;
}

#Wrapping {
	width: 753px;
	margin: 0 auto;
	background: url(/images/bg_content.gif) repeat-y;
}

#WrappingContents {
	padding: 0 16px 0 17px;
	background: url(/images/bg_header.gif) 2px 0 no-repeat;
}

#WrappingContents #Left {
	float: left;
	width: 480px;
	margin-top: 30px;
}

#WrappingContents #Right {
	float: right;
	width: 220px;
	margin-top: 10px;
}

#SiteID {
	float: left;
	height: 35px;
	background: url(/images/logo.png) no-repeat;
	text-indent: -9999px;
}

#SiteID a {
	display:block; 
	height:25px;
	width:250px;
}

#SiteID p {
	position:absolute; 
	top:-999px; 
}

#SiteID span {
	position:absolute; 
	top:-999px; 
}


#Tagline {
	color:#102A85;
	float:right;
	font-size:10px;
	line-height:130%;
	padding-top:2px;
	width:200px;
}

#eALogo {
	margin-bottom: 13px;
	text-align: right;
}

#Function {
	float: left;
	width: 221px;
	padding-top: 4px;
	font-size: 10px;
	text-align: right;
}

#ApplyBtn a {
	display: block;
	float: right;
	width: 124px;
	height: 24px;
	background: url(/images/btn_apply.gif) no-repeat;
}

#ApplyBtn a:hover {
	background: url(/images/btn_apply_on.gif) no-repeat;
}

#ApplyBtn span {
	position:absolute;
	top:-999px;
}

.H1Box {
	clear: both;
	margin-bottom: 10px;
	width: 561px;
	padding-top: 7px;
	background: url(/images/title_bg_top02.gif) top center no-repeat;
}

.H1Box div{
	width: 561px;
	padding-bottom: 7px;
	background: url(/images/title_bg_btm02.gif) bottom center no-repeat;
}

.H1Box h1{
	margin-left: 12px;
	padding-left: 7px;
	border-left: 3px solid #102A85;
	font-size: 21px;
	font-weight: bold;
	color: #102a85;
}

#Copy{
	clear: both;
	width: 720px;
	height: 35px;
	margin-bottom: 12px;
	background: url(/images/copy.gif) no-repeat;
	text-indent: -9999px;
}

.PageTop{
	clear: both;
	width: 100%;
	margin: 10px 0;
	background: url(/images/line_bg.gif) center repeat-x;
}

.PageTopBtn {
	width: 101px;
	height: 13px;
	padding-left: 460px;
}
.PageTopBtn a {
	display: block;
	width: 101px;
	height: 13px;
	background: url(/images/btn_pagetop.gif) no-repeat;
}

.PageTopBtn a:hover {
	background: url(/images/btn_pagetop_on.gif) no-repeat;
}

.PageTopBtn span {
	position:absolute;
	top: -999px;
}

.Small {
	font-size: 10px;
	font-weight: normal;
}

.SmallIndent {
	font-size: 10px;
	font-weight: normal;
	text-indent: -10px;
	margin-top: 5px;
	padding-left: 10px;
}

.SmallIndent02 {
	font-size: 10px;
	font-weight: normal;
	text-indent: -10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.Red {
	color: #FF0000;
}


/* GLOBAL NAV ----------- */

#GlobalNav {
	float: left;
	width: 148px;
	height: 243px;
	padding-top: 5px;
	background: url(/images/bg_nav.gif) no-repeat;
}

#GlobalNav ul {
	list-style-type: none;
	width: 140px;
	margin: 0 auto;
	padding: 0;
}

#GlobalNav ul li {
	display: block;
	width: 140px;
	background-color: #FFF4F4;
	font-size: 0; 
	line-height: 0; 
}

#GlobalNav ul li a {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#GlobalNav ul li#Nav01 {
	height: 30px;
}

#GlobalNav ul li#Nav01 a {
	display: block;
	width: 140px;
	height: 30px;
	background: url(/images/nav01.gif) no-repeat;
}

#GlobalNav ul li#Nav01 a:hover {
	background: url(/images/nav01_on.gif) no-repeat;
}

#GlobalNav ul li#Nav01Active {
	width: 140px;
	height: 30px;
	background: url(/images/nav01_on.gif) no-repeat;
}

#GlobalNav ul li#Nav02 a {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav02.gif) no-repeat;
}

#GlobalNav ul li#Nav02 a:hover {
	background: url(/images/nav02_on.gif) no-repeat;
}

#GlobalNav ul li#Nav02Active {
	width: 140px;
	height: 29px;
	background: url(/images/nav02_on.gif) no-repeat;
}

#GlobalNav ul li#Nav03 a {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav03.gif) no-repeat;
}

#GlobalNav ul li#Nav03 a:hover {
	background: url(/images/nav03_on.gif) no-repeat;
}

#GlobalNav ul li#Nav03Active {
	width: 140px;
	height: 29px;
	background: url(/images/nav03_on.gif) no-repeat;
}

#GlobalNav ul li#Nav04 {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav04.gif) no-repeat;
}

#GlobalNav ul li#Nav04 a {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav04.gif) no-repeat;
}

#GlobalNav ul li#Nav04 a:hover {
	background: url(/images/nav04_on.gif) no-repeat;
}

#GlobalNav ul li#Nav04Active {
	width: 140px;
	height: 29px;
	background: url(/images/nav04_on.gif) no-repeat;
}

#GlobalNav ul li#Nav05 a {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav05.gif) no-repeat;
}

#GlobalNav ul li#Nav05 a:hover {
	background: url(/images/nav05_on.gif) no-repeat;
}

#GlobalNav ul li#Nav05Active {
	width: 140px;
	height: 29px;
	background: url(/images/nav05_on.gif) no-repeat;
}

#GlobalNav ul li#Nav06 {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav06.gif) no-repeat;
}

#GlobalNav ul li#Nav06 a {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav06.gif) no-repeat;
}

#GlobalNav ul li#Nav06 a:hover {
	background: url(/images/nav06_on.gif) no-repeat;
}

#GlobalNav ul li#Nav06Active {
	width: 140px;
	height: 29px;
	background: url(/images/nav06_on.gif) no-repeat;
}

#GlobalNav ul li#Nav07 a {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav07.gif) no-repeat;
}

#GlobalNav ul li#Nav07 a:hover {
	background: url(/images/nav07_on.gif) no-repeat;
}

#GlobalNav ul li#Nav07Active {
	width: 140px;
	height: 29px;
	background: url(/images/nav07_on.gif) no-repeat;
}
#GlobalNav ul li#Nav08 a {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/images/nav08.gif) no-repeat;
}

#GlobalNav ul li#Nav08 a:hover {
	background: url(/images/nav08_on.gif) no-repeat;
}

#GlobalNav ul li#Nav08Active {
	width: 140px;
	height: 29px;
	background: url(/images/nav08_on.gif) no-repeat;
}
#GlobalNav span {
	position:absolute;
	top:-9999px;
}


/* FOOTER ----------- */

#Footer {
	clear: both;
	width: 720px;
	margin-top: 9px;
	margin-bottom: 5px;
	background: url(/images/footer_bg.gif) left top repeat-y;
}

#Footer td {
	font-size: 0;
	line-height: 0;
}

#Footer #LftClm {
	padding-left: 12px;
	font-size: 10px;
	line-height: 100%;
}

#Footer #RgtClm {
	padding-right: 12px;
	text-align: right;
	font-size: 10px;
	line-height: 100%;
}

#Footer a {
	color: #333333;
	text-decoration: none;
}

#Footer a:hover		{color: #666666; }
#Footer a:hover		{color: #3D74E2; }
#Footer a:active	{color: #FF3EB1; }


#Copyright {
	margin-left: 498px;
	padding-bottom: 35px;
}


#SwapImg {
	display: none;
}



/* ----------------------------------------
HOME
---------------------------------------- */

#MainVisual {
	clear: both;
	width: 720px;
	height: 178px;
	margin-bottom: 12px;
	background: url(/images/in_visual.jpg) no-repeat;
	text-indent: -9999px;
}

#MainContents {
	float: right;
	width: 561px;
	margin-bottom: 10px;
}

#PR {
	width: 561px;
	margin-bottom: 12px;
	background: url(/images/in_box_bg.gif) repeat-y;
}

#PR td {
	font-size: 10px;
	vertical-align: top;
	line-height: 130%;
}

#PR h1 {
	width: 561px;
	height: 45px;
	margin-bottom: 7px;
	background: url(/images/in_txt01.gif) no-repeat;
	text-indent: -9999px;
}

#Moreover {
	width: 300px;
	height: 25px;
	margin-bottom: 3px;
	background: url(/images/in_txt05.gif) no-repeat;
	text-indent: -9999px;
}

#MoreoverTxt {
	margin-bottom: 4px;
}

a.BtnDetail {
	display: block;
	width: 122px;
	height: 25px;
	background: url(/images/btn_detail.gif) no-repeat;
}

a:hover.BtnDetail {
	background: url(/images/btn_detail_on.gif) no-repeat;
}

.BtnDetail span {
	position:absolute;
	top:-9999px;
}

#PR #Beginning {
	float: left;
	width: 100px;
}

#PR #Detail {
	float: right;
	width: 122px;
}


.H2Box {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.H2Box td {
	padding-bottom: 2px;
	font-size: 0; 
	line-height: 0; 
}

.H2Box td.Title,
.H2Box td.More {
	padding-bottom: 10px;
	background: url(/images/title_bg_btm.gif) bottom center no-repeat;
	font-size: 12px;
	line-height: 1.2em;
}

.H2Box h2 {
	margin-left: 4px;
	padding-left: 6px;
	border-left: 3px solid #102A85;
	color: #666666;
	font-size: 12px;
}

.H2Box p {
	float: right;
	width: 80px;
	margin-right: 5px;
	font-size: 10px;
	text-align: right;
}

.H2Box p a {
	padding-left: 10px;
	background: url(/images/arrow.gif) left 4px no-repeat;
}

#News,
#Changelog {
	clear: both;
	width: 561px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

	/* floatさせたボックスがはみ出す現象回避（#NEWSここから） */
	#News:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
	
	#News { display:inline-table; }
	
	/* Mac IE には適用させない \*/
	* html #News { height:1px; }
	#News { display:block; }
	/* */
	/* （#Newsここまで） */

	/* floatさせたボックスがはみ出す現象回避（#CHANGELOGここから） */
	#Changelog:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
	
	#Changelog { display:inline-table; }
	
	/* Mac IE には適用させない \*/
	* html #Changelog { height:1px; }
	#Changelog { display:block; }
	/* */
	/* （#Newsここまで） */


#News dt,
#Changelog dt {
	float: left;
	width: 80px;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

#News dd,
#Changelog dd {
	float: right;
	width: 471px;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

#News a,
#Changelog a {
	color: #333333;
	text-decoration: none;
}

#News a:hover,
#Changelog a:hover {
	color: #3D74E2;
}

#News a:active,
#Changelog a:active {
	color: #FF3EB1;
}

/* ----------------------------------------
SERVICE
---------------------------------------- */

#SerIllust {
	margin: 0 10px 10px 9px;
	padding-bottom: 10px;
}

.SerCap {
	margin-top: 10px;
}

.SerCap img{
	float: right;
}
.SerCap p{
	float: left;
	width:278px;
}

/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.SerCap:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.SerCap { display:inline-table; }

/* Mac IE には適用させない \*/
* html .SerCap { height:1px; }
.SerCap { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */


/* ----------------------------------------
CASE STUDY
---------------------------------------- */

.CaseStudyTop {
	background: url(/images/bg_casestudy_top.gif);
	width: 530px;
	margin-top: 5px;
	padding: 10px 15px;
}
.CaseStudyTop h3 {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px solid #E8E8E8;
	font-size: 12px;
}

.CaseStudy {
	width: 527px;
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 2px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding-bottom: 3px;
}

.CaseStudyBtm {
	background: url(/images/bg_casestudy_btm.gif) no-repeat;
	height: 10px;
	width: 560px;
	clear: both;
}
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.CaseStudy:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.CaseStudy { display:inline-table; }

/* Mac IE には適用させない \*/
* html .CaseStudy { height:1px; }
.CaseStudy { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */

.CaseStudy .Photo {
	float: left;
	margin-right: 15px;
}

/* ----------------------------------------
APPLY
---------------------------------------- */
.IcoNecessary {
	margin-left: 5px;
}

.FormTable th,
.FormTable td {
	border-bottom: #DDDDDD solid 1px;
}

.FormTable th.Top,
.FormTable td.Top {
	border-top: #DDDDDD solid 1px;
}

.FormTable th {
	background: #F0F0F0;
	text-align: left;
	padding: 5px 10px;
}

.FormTable td {
	background: #FAFAFA;
	padding: 5px 10px;
}

.FormNotes {
	margin-top: 15px;
	padding: 15px;
	background: #DBDBDB;
	font-size: 10px;
	line-height: 140%;
}

.FormTable td.TopTxt {
	background: #DDDDDD;
	padding: 7px 10px;
}

.FormTable td.TopTxt h2 {
	padding-left: 7px;
	border-left: #999999 solid 3px;
	font-size: 12px
}

.FormTable td.TopTxt {
	border-top: #DDDDDD solid 1px;
}
.FormTable td.TopTxt p {
	margin-top: 7px;
}

.FormSubmit {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ----------------------------------------
NEWS
---------------------------------------- */
.NewsDate {
	text-align: right;
}

.News {
	margin-bottom: 10px;
}
/* CSS Document */

