﻿@charset "UTF-8";

@import url(reset.css);
@import url(fonts.css);

/*---------------------------基本設定*/
/*IEのチラつき対応*/
html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}
/*--- 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 */

/*--- font size ---*/

.fontSmaller{
	font-size:85%;
}
.fontLager{
	font-size:108%;
}

/*---- ロールオーバー ---------------------------------------*/
a.overImg{
	display:block;
}

a.overImg:hover{
	background-color:transparent;
}

a.overImg:hover img{
	visibility: hidden;
}

a:link{
	color:#043b0d;
	text-decoration:none;
}

a:visited{
	color:#043b0d;
	text-decoration:none;
}
a:hover{
	color:#043b0d;
	text-decoration:underline;
}


/*---------------------------index*/
html{
	margin:0;
	padding:0;
	color:#043b0d;
}

body{
	text-align:center;
}

#wrapper{
	width:967px;
	background:url(../images/bg.gif) repeat-y ;
	margin:0 auto;
	text-align:left;
}

#contentsArea{
	width:939px;
	margin-left:14px;
}


/* header */
#header{
	padding:6px 6px 3px 26px;
	background-color:#FFF;
}

#header p{
	float:left;
	margin-right:170px;
}

#header p.logo{
	margin-right:0;
}

#header h1{
	float:left;
}
#header ul{
	float:right;
	margin-top:63px;
	width:236px;
}
#header ul li{
	float:left;
	margin-right:22px;
}


/* navi */
#navi li{
	float:left;
	height:31px;
}
#navi a{
	height:31px;
}

#navi #n01{
	width:102px;
	background: url(../images/navi_01_on.gif) top left no-repeat;
}

#navi #n02{
	width:153px;
	background: url(../images/navi_02_on.gif) top left no-repeat;
}
#navi #n03{
	width:128px;
	background: url(../images/navi_03_on.gif) top left no-repeat;
}
#navi #n04{
	width:97px;
	background: url(../images/navi_04_on.gif) top left no-repeat;
}
#navi #n05{
	width:97px;
	background: url(../images/navi_05_on.gif) top left no-repeat;
}
#navi #n06{
	width:89px;
	background: url(../images/navi_06_on.gif) top left no-repeat;
}
#navi #n07{
	width:91px;
	background: url(../images/navi_07_on.gif) top left no-repeat;
}
#navi #n08{
	width:66px;
	background: url(../images/navi_08_on.gif) top left no-repeat;
}
#navi #n09{
	width:116px;
	background: url(../images/navi_09_on.gif) top left no-repeat;
}

/*  mainContents  */
#mainContents{
	padding:10px 28px 20px 28px;
}
#mainContents h1{
	text-align:center;
	margin-bottom:10px;
}

#mainContents #leftBox{
	width:446px;
	float:left;
}

#mainContents #rightBox{
	width:430px;
	float:right;
}

/*  #leftBox  */
/*  news  */
#leftBox .news {
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	margin-bottom:15px;
	width:432px;
}

#leftBox .news .title{
	border-bottom:1px solid #043b0d;
	padding-bottom:7px;
	padding-top:6px;
	margin-bottom:5px;
}

#leftBox .news .title h2{
	float:left;
}

#leftBox .news .title p{
	float:right;
}

#leftBox .news .newsList li{
	margin-bottom:10px;
}
#leftBox .news .newsList li img{
	margin-left:10px;
	vertical-align:middle;
}

/*  mainContents  */
/*
#leftBox .mainContents a:link{
	color:#043b0d;
	text-decoration:underline;
}

#leftBox .mainContents a:visited{
	color:#043b0d;
	text-decoration:underline;
}
#leftBox .mainContents a:hover{
	color:#043b0d;
	text-decoration:none;
}
*/
#leftBox .mainContents{
	width:432px;
}

#leftBox .mainContents .title{
	border-bottom:1px solid #043b0d;
	padding-bottom:6px;
}


#leftBox .mainContents ul li{
	border-top:1px dashed #043b0d;
	position:relative;
	padding:7px 0 2px 0;
}

#leftBox .mainContents ul li.first{
	border-top:none;
}

#leftBox .mainContents ul li .photo{
	float:left;
	width:55px;
}


#leftBox .mainContents ul li .contentsData{
	float:right;
	width:370px;
}

#leftBox .mainContents ul li .contentsData .contentsName{
	position:absolute;
	top:0;
	right:0;
}


/*   Random Selector  */

#leftBox .selector h2{
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	padding:8px 0 6px 0;
	margin-top:5px;
	width:432px;
}

#leftBox .selector ul{
	padding:0;
	font-size:1px;
	line-height:0;
}

#leftBox .selector ul li{
	float:left;
}
#leftBox .selector ul li img{
	margin-right:14px;
	margin-top:13px;
}

/*  #rightBox  */

/*   Topics  */
#rightBox .topics{
	margin-bottom:15px;
}

#rightBox .topics .title{
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	padding-bottom:2px;
	padding-top:6px;
	margin-bottom:8px;
}

#rightBox .topics .title h2{
	float:left;
	width:235px;
}

#rightBox .topics .title .buttons{
	float:right;
}

#rightBox .topics .photo{
	margin-top:5px;
}

/*   NetShop  */
#rightBox .netShop .title{
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	padding:8px 0 6px 0;
	margin-bottom:8px;
}

#rightBox .netShop .title h2{
	float:left;
	width:235px;
}

#rightBox .netShop .title .buttons{
	float:right;
}

#rightBox .netShop p{
	margin-bottom:5px;
}

#rightBox .netShop div p{
	float:left;
}

#rightBox .netShop div p.left{
	margin-right:14px;
}

#rightBox .netShop div p.left10{
	margin-right:10px;
}

/*   present  */
#rightBox .present{
	margin-top:10px;
	width:430px;
	border-bottom:1px solid #043b0d;
	padding-bottom:7px;
	margin-bottom:8px;
}

#rightBox .present .photo{
	float:left;
}

#rightBox .present div.txt{
	float:right;
	width:196px;
}

#rightBox .present div .title{
	float:left;
}

#rightBox .present div .more{
	float:right;
}

#rightBox .present div div{
	margin:5px 0 5px 0;
}

/*   about  */
#rightBox .about div .title{
	float:left;
}
#rightBox .about div .more{
	float:right;
}

#rightBox .about .icon{
	margin-top:5px;
	margin-bottom:10px;
}

#rightBox .about .secure{
	margin-bottom:3px;
}

#rightBox .about div p{
	float:left;
}

#rightBox .about div p.seal{
	margin-right:10px;
	width:115px;
}

#rightBox .about div p.txt{
	width:300px;
	font-size:85%;
}

/*   display  
#rightBox .display{
	margin-top:15px;
}

#rightBox .display .title{
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	padding:8px 0 6px 0;
	margin-bottom:8px;
}

#rightBox .display .title h2{
	float:left;
	width:235px;
}

#rightBox .display .title .buttons{
	float:right;
}

#rightBox .display p{
	margin-bottom:5px;
}

#rightBox .display div p{
	float:left;
}

#rightBox .display div p.left{
	margin-right:14px;
}
*/
/*   wedding  
#rightBox .wedding{
	margin-top:15px;
}

#rightBox .wedding .title{
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	padding:8px 0 6px 0;
	margin-bottom:8px;
}

#rightBox .wedding .title h2{
	float:left;
	width:235px;
}

#rightBox .wedding .title .buttons{
	float:right;
}

#rightBox .wedding p{
	margin-bottom:5px;
}

#rightBox .wedding div p{
	float:left;
}

#rightBox .wedding div p.left{
	margin-right:14px;
}*/
/*  consept  */
#rightBox .consept{
	margin-top:5px;
	padding-bottom:6px;
	width:432px;
}

#rightBox .consept .title{
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	padding:6px 0 4px 0;
	margin-bottom:8px;
}

#rightBox .consept .title h2{
	float:left;
}

#rightBox .consept .title p{
	float:right;
}

#rightBox .consept p img{
	vertical-align:middle;
}

#rightBox .consept .spacer{
	margin-top:7px;
}
/*  location  */
#rightBox .location{
	margin-top:15px;
	width:432px;
}

#rightBox .location .title{
	border-top:1px solid #043b0d;
	border-bottom:1px solid #043b0d;
	padding:7px 0 4px 0;
	margin-bottom:8px;
}

#rightBox .location .title h2{
	float:left;
}

#rightBox .location .title p{
	float:right;
}

#rightBox .location .title p img{
	margin-left:10px;
}

#rightBox .location div.data{
	width:182px;
	float:left;
}

#rightBox .location .mail{
	margin-top:5px;
}

#rightBox .location .open{
	margin:10px 0;
}

#rightBox .location .map{
	float:right;
	width:227px;
}

#rightBox .location .contactAct{
	margin-top:10px;
}


/*  #footer  */

#copyright{
	font-size:85%;
	padding-bottom:10px;
	padding-right:25px;
	text-align:right;
}

#footer{
	font-size:85%;
	background:url(../images/bg_bottom.gif) no-repeat left bottom ;
	padding:0 13px 15px 13px;
}

#footer ul{
	background:#043b0d;
}

#footer ul li{
	float:left;
	height:31px;
}