@charset "utf-8";

/* ------------------------------------ */
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4 {
	font-weight: normal;
	font-size: 1em;
}

em {
	font-style: normal;
	font-weight: normal;
}

html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body {
	font:1em Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", sans-serif;
	background:#FFFFFF url(../img3/bg1.gif) no-repeat 50% 0px;
	color: #403E3F;
}

#warp {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
.none {
	overflow: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
	left: 17px;
}
.inline {
	display: inline;
}

.collar01 { background: #F7D5D2; }
.center {text-align:center; }
.left { text-align: left; }

.color01 { color: #a0254d; }

/* ---------------- header ---------------- */

#home #header {
	width: 960px;
	height: 355px;
	background: url(../img3/hmlog.png) no-repeat 50% 20px;
	clear: both;
}

#header {
	width: 960px;
	height: 110px;
	background: url(../img3/hmlog.png) no-repeat 50% 20px;
	clear: both;
}

#header h1 {
	font-size: 9px;
	color: #4C4D4D;
	line-height: 20px;
}

#header .log {
	border: none;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	height : 80px;
	position: absolute;
	width: 300px;
	left: auto;
	right: auto;
	top: 20px;
}

#header .log a {
	display: block;
	height: 80px;
	width: 300px;
	text-decoration: none;
}

#header .htext {
	border: none;
	margin: 0px 0px 0px 510px;
	padding: 0px;
	height : 14px;
	position: absolute;
	width: 450px;
	left: auto;
	right: auto;
	top: 3px;
	font-size: 9px;
	color: #4C4D4D;
	text-align: right;
}
#header .htext2 {
	border: none;
	padding: 0px;
	height : 270px;
	position: absolute;
	width: 960px;
	left: auto;
	right: auto;
	top: 90px;
	font-size: 10px;
	color: #4C4D4D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../img3/tophead.png) no-repeat 50% 5px;
}

#header .topinfo {
	border: none;
	margin: 0px 0px 0px 510px;
	padding: 0px;
	height : 70px;
	position: absolute;
	width: 450px;
	left: auto;
	right: auto;
	top: 20px;
}

#header .topinfo a {
	display: block;
	height: 70px;
	width: 450px;
	text-decoration: none;
}

#header .topinfo a:hover{ background:url(../img3/hmlog_on.png) no-repeat 100% 0%; 
}

/* ---------------- headlist ---------------- */
#headlist {
	font-size: 0.8em;
	padding: 10px 10px 15px;
}

#headlist li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}

#headlist li#liright {
	padding-right:10px;
	background:url(../img3/list_01.gif) no-repeat right center;
}

#headlist li a {
	padding-right:10px;
	background:url(../img3/list_01.gif) no-repeat right center;
}

#headlist a, #headlist a:link, #headlist a:visited {
	color: #21859E;
	text-decoration: none;
}

#headlist a:hover, #headlist a:active {
	color: #FF6699;
	text-decoration: none;
}

/* ---------------- content ---------------- */
#content {
	width: 960px;
	clear: both;
	float: left;
}


/* ---------------- tilte ---------------- */

.tilte_special {
	background: url(../img3/title_special.png) no-repeat 0px 100%;
	height: 60px;
} 
.tilte_special2 {
	background: url(../img3/title_special2.png) no-repeat;
	height: 75px;
} 
.tilte_handling {
	background: url(../img3/title_handling.png) no-repeat 0px 100%;
	height: 60px;
} 
.tilte_handling2 {
	background: url(../img3/title_handling2.png) no-repeat;
	height: 75px;
} 
.tilte_privacy {
	background: url(../img3/title_privacy.png) no-repeat;
	height: 75px;
} 

.tilte_topinfo {
	background: url(../img3/title_topinfo.png) no-repeat 0px 100%;
	height: 60px;
}

.tilte_article {
	background: url(../img3/title_article.png) no-repeat;
	height: 75px;
} 

/* ---------------- contents ---------------- */
#contents {
	float: right;
	width: 735px;
}


/* ---------------- top ---------------- */

.top {
	line-height: 25px;
	text-align: right;
	padding-top: 10px;
}
.top a {
	color: #A12E69;
	text-decoration: none;
	font-size: 0.9em;
}

.top a:link {
	color: #A12E69;
	text-decoration: none;
	font-size: 0.9em;
}

.top a:visited {
	color: #A12E69;
	text-decoration: none;
	font-size: 0.9em;
}

.top a:hover {
	color: #21859E;
	font-size: 0.95em;
}

.top a:active {
	color: #21859E;
	font-size: 0.95em;
}

.middle { vertical-align: middle; 
}


/* ---------------- clearfix ---------------- */

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

