/* CSS Document */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body{
background : #F1F3F5 url('../images/bg.gif') repeat-x;
margin : 0px;
padding : 0px;
text-align : center;
}


h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}



/* 文字セット */
a:link{ color: #7151A9; text-decoration: underline; }

a:visited{ color: #7151A9; text-decoration: underline; }

a:hover{ color: #7151A9; text-decoration: underline; }

a:active{ color: #7151A9; text-decoration: underline; }

.text-l{ font-size: 14px; line-height: 22px; }

.text-m{ font-size: 12px; line-height: 18px; }

.text-s{ font-size : 10px; line-height: 15px; }



/* メイン */
.main{
width : 780px;
background : #FFFFFF url('../images/bg_fr.gif') repeat-y;
margin : 0px;
padding : 0px 9px 0px 9px;
}


/* ヘッダーエリア */
.header{
background : url('../images/header_bg.gif') repeat-y;
width : 762px;
height : 53px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

.header .ci a{
	background : url('../images/ci_off.gif') no-repeat;
	text-indent:-9999px;
	display:block;
	width:233px;
	height:43px;
	overflow:hidden;
}

.header .ci a:hover{
	background-image : url('../images/ci_on.gif');
}


/* ナビゲーションエリア */
.gnavi{
	background : url('../images/gnavi_bg.gif') repeat-y;
	width : 762px;
	margin : 0;
	padding : 0;
}

.gnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 46px;
}

.gnavi li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.gnavi img {
	vertical-align: top;
}


.navibar{
	width: 762px;
	margin: 0px;
	padding: 0px;
	height: 7px;
	background-image: url(../images/navibar_bg.gif);
	clear: both;
}


/* ポップアップ */
.productpop{
background : url('../images/header_bg_pop.gif') repeat-y;
width : 500px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

.mappop{
background : url('../images/header_bg_pop.gif') repeat-y;
width : 400px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

/* センターエリア */
.center{
width : 762px;
background : #FFFFFF;
margin : 0px;
padding : 0px;
}

/*　サブナビゲーションの設定　*/
.subnavi {
width : 178px;
background : #FFFFFF url('../images/subnavi_frbg.gif') ;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

.subnavibox {
background : #FFFFFF;
width : 165px;
font-size: 12px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

.subnavibox a {
color: #383F4F;
text-decoration: none;
}

.subnavibox a:hover {
color: #7151A9;
text-decoration: none;
}

.subnavibox a:visited {
color: #383F4F;
text-decoration: none;
}

.subnavibox a:active {
color: #383F4F;
text-decoration: none;
}

.subnavibox a:visited:hover {
color: #7151A9;
text-decoration: none;
}

.actv1{
color: #7151A9;
font-weight : bold;
}

/* アクティブナビゲーションの設定 */
.actvnavibox{
background : #ECEEF3;
width : 165px;
font-size: 12px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

.actvnavibox a{
color: #383F4F;
text-decoration: none;
}

.actvnavibox a:hover{
color: #7151A9;
text-decoration: none;
}

.actvnavibox a:visited{
color: #383F4F;
text-decoration: none;
}

.actvnavibox a:active{
color: #383F4F;
text-decoration: none;
}

.actvnavibox a:visited:hover{
color: #7151A9;
text-decoration: none;
}

.actv2{
color: #7151A9;
font-weight : bold;
}


/* フッターエリア */
.utill{
width : 762px;
background : #FFFFFF;
font-size: 12px;
line-height: 18px;
margin : 0;
padding : 0;
}

.utill a{
color: #383F4F;
text-decoration: none;
}

.utill a:hover{
color: #383F4F;
text-decoration: underline;
}

.utill a:visited{
color: #383F4F;
text-decoration: none;
}

.utill a:active{
color: #383F4F;
text-decoration: none;
}

.utill a:visited:hover{
color: #383F4F;
text-decoration: underline;
}


/*フッターナビ*/
#fnavi{
/*	background : url('../images/gnavi_bg.gif') repeat-y;*/
	background: #ffffff;
	width : 762px;
	margin : 20px 0 0;
	padding : 0;
}
#fnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fnavi li {
	display: block;
	padding:0;
	float: left;
	margin: 0;
	width: auto !important;
 	width: 13%;
	font-size: 10px;
	line-height: 18px;
	white-space: nowrap;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #cfdae9;
	background-image: url(/shared/images/fnavi_bg.gif);
	}

#fnavi li.fn_left{
	display: block;
	padding:0;
	float: left;
	margin: 0;
	width: auto !important;
 	width: 13%;
	font-size: 10px;
	line-height: 18px;
	white-space: nowrap;
	border: 1px solid #cfdae9;
	background-image: url(/shared/images/fnavi_bg.gif);
	}


#fnavi li a{
	padding: 1px 10px 0;
	color: #7151a9;
	text-decoration: underline;
	font-size: 11px;
	width: 125px !important;
	width: 125px;
	display: block;
	text-align:center;
	background: transparent;

}

#fnavi li a.fn_first{
	padding: 1px 10px 0 18px;
	color: #7151a9;
	text-decoration: underline;
	font-size: 11px;
	width: 131px !important;
	width: 131px;
	display: block;
	text-align:center;
	background: transparent;

}

#fnavi li a.fn_last{
	padding: 1px 10px 0;
	color: #7151a9;
	text-decoration: underline;
	font-size: 11px;
	width: 124px !important;
	width: 124px;
	display: block;
	text-align:center;
	background: transparent;

}

/* フッターエリア */
.utillbg{
background : url('../images/footer_bg.gif') no-repeat;
margin : 0px auto;
height : 69px;
/*background : #FFFFFF;*/
font-size: 12px;
line-height: 18px;
margin : 0;
padding : 0;
}

.utill1{
font-size: 12px;
line-height: 18px;
margin : 0;
padding : 0;
}

.utill1 a{
color: #383F4F;
text-decoration: none;
}

.utill1 a:hover{
color: #383F4F;
text-decoration: underline;
}

.utill1 a:visited{
color: #383F4F;
text-decoration: none;
}

.utill1 a:active{
color: #383F4F;
text-decoration: none;
}

.utill1 a:visited:hover{
color: #383F4F;
text-decoration: underline;
}


/* copyエリア */
.copy{
height : 102px;
margin : 0px auto;
padding : 0px;
}

/* float定義 */
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.clear {
	clear: both;
}
.txt-m {
	font-size: 80%;
	line-height: 140%;
}
.txt-s {
	font-size: 60%;
	line-height: 130%;
}

/* margin top定義 */
.mTop30{
	margin-top: 30px;
}

/* font color定義 */
.fontcol333333{
	color :#333;
}
/* clear */
br.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0em;
	clear: both;
}

/* tagline */
p#tagline {
	margin:0;
	padding:8px 11px 4px 0;
	text-align:right;
	color:#676e9d;
	font-size:10px;
	line-height:1;
	font-weight:normal;
}

p#tagline-bottom {
	margin:0;
	padding:15px 0 0 0;
	font-size:10px;
	color:#737373;
	text-align:center;
	line-height:1;
}

p#tagline-bottom a:link,
p#tagline-bottom a:visited,
p#tagline-bottom a:hover,
p#tagline-bottom a:active{
	color:#737373;
	text-decoration: none;
}

/* 404 style */

div#notFound h1,
div#notFound p,
div#notFound ul,
div#notFound li		{
	font-size:12px !important;
	margin:0;
	line-height:1.5;
	padding:0;
	text-align:left;
}

div#notFound		{
	margin:0 30px 100px 30px;
}

div#notFound h1		{
	color:#000000;
	font-size:16px !important;
	font-weight:bold;
	margin:30px 0 23px;
}

div#notFound p		{
	margin:20px 0 0;
	padding:0;
}

div#notFound p.note		{
	height:13px;
	margin:0 0 35px 0;
	/margin-bottom:30px; /* IE6,7用 */
}

div#notFound p.note a	{
	background:url("../images/ico_sq.gif") left center no-repeat;
	overflow:hidden;
	padding-left:18px;
}

div#notFound ul		{
	margin:22px 0 50px 10px;
}

div#notFound ul li	{
	list-style:none;
}