@charset "UTF-8";

/********************************************************************************************
　Global common
********************************************************************************************/

body {
	margin:0px;
	paddng:0px;
	border:0px;
	background-color: #f6f4e7;
	font-size:12px;
	text-align:left;
	font-family: "verdana","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino maru Gothic Pro","MS P Gothic",Sans-Serif;
	font-color:#333;
}
a {
	color: #54618a;
	text-decoration:underline;
}
a:hover {
	color: #54618a;
	text-decoration:none;
}
a:visited {
	color: #603a6f;
}


#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	border-style:none solid;
	border-width:1px;
	border-color:#e1dfd6;
}
#wrapIn {
	padding:0 35px;
}

#naviWrap {
	margin:0 0;
	width:890px;
	height:120px;
	position:relative;
}
#navi {
	position:absolute;
	top:30px;
}
#navi ul {
	list-style:none;
}
#navi ul li {
	float:left;
}

#contentWrap {
	width:960px;
}


#menu {
	margin-bottom:10px;
}
#menu h3 {
	border-left:solid 8px #664022;
	height:26px;
	font-size:18px;
	padding-left:10px;
	margin:30px 0 13px;
}
#menu ul li {
	list-style-type:none;
	line-height:130%;
	font-size:13.5px;
	font-weight:bold;
	background:url('../img/icon_link01.png') left 4px no-repeat;
	padding-left:23px;
	margin:13px 0;
}

#menu .sub-theme{
	margin-left:55px !important;
}

#menu .sub-theme li{
	background:none;
	font-weight:normal;
	list-style:decimal;
	padding:0 !important;
}

#foot-menu{
	overflow:hidden;
	margin:20px 0;
}

#foot-menu li{
	list-style-type:none;
	line-height:130%;
	font-size:13.5px;
	font-weight:bold;
	background:url('../img/icon_link01.png') left 4px no-repeat;
	padding-left:23px;
	margin:13px 20px 13px 0;
	float:left;
	width:155px;
}

#search {
	margin:20px 0 0 -3px;
}
.searchInputSize {
	width:170px;
	height:22px;
	font-size:13px;
}


/********************************************************************************************
　Top
********************************************************************************************/

#topMainContent {
	float:left;
	width: 330px;
	margin-right:35px;
	padding-left: 5px;
}
#topMainContent p {
	line-height:192%;
	width:310px;
}
#topMainVisual {
	margin:0 0;
}




/********************************************************************************************
　Second common
********************************************************************************************/

#topicPath {
	float:left;
	margin-bottom:7px;
}

#mainContent {
	float:left;
	width: 595px;
	line-height:190%;
	margin-bottom:10px;
}
#mainContent h1 {
	border-left:solid 10px #5e3a1d;
	background-color:#eae9dc;
	line-height:120%;
	font-size:21px;
	padding:10px 0 13px 10px;
	margin:3px 0 15px;
}
#mainContent p {
	line-height:200%;
	padding:0 0 20px;
}
#mainContent h2 {
	border-top:solid 1px #5e3a1d;
	border-bottom:solid 1px #5e3a1d;
	line-height:130%;
	font-size:17px;
	color:#5e3a1d;
	padding:10px 0;
	margin:0 0 15px;
}
#mainContent h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
}

#subContent {
	float:left;
	width: 255px;
	margin-right:30px;
}

#gallery h4 {
	margin:25px 0 10px;
}
#gallery ul li {
	list-style-type:none;
	background-color:#FFF;
	padding:6px;
	border:1px solid #CCC;
	float:left;
    -webkit-box-shadow: 0 4px 6px -6px #777;
       -moz-box-shadow: 0 4px 6px -6px #777;
            box-shadow: 0 4px 6px -6px #777;
	margin-bottom:20px;
}

#pageTop {
	text-align:right;
}


/**** List Variation ****/

.listDiscUl {
	margin-bottom:20px;
}
.listDiscUl li {
	margin-left:20px;
}


.listNoneUl {
	margin-bottom:20px;
}
.listNoneUl li {
	list-style-type:none;
}

.listNoneOl {
	margin-bottom:20px;
}
.listNoneOl li {
	list-style-type:none;
}

.listDiscOl {
	margin-bottom:20px;
}
.listDiscOl li {
	margin-left:20px;
}


.listRoman{	margin-bottom:20px;
	list-style-type: lower-roman;
	padding-left:20px;
}

/********************************************************************************************
　Event
********************************************************************************************/

.eventDl dl {  
    overflow: hidden;
    zoom: 1;
	margin-bottom:20px;
}  
.eventDl dt {  
    width: 160px;  
    float: left;  
    clear: both;  
    font-weight: bold;  
}  
.eventDl dd {
    padding: 0 0 5px 170px; 
}


/********************************************************************************************
　Members
********************************************************************************************/

.memMainBg {
	background:url(../../members/img/pic01.jpg) no-repeat 270px 0;
}


/********************************************************************************************
　Footer
********************************************************************************************/

#footer {
	background:url(../img/footer/footBg.png) repeat-x;
	margin-top:20px;
	padding-top:5px;
	position:relative;
}
#footerIn {
	background:url(../img/footer/footinBg.png) repeat;
	padding:20px 20px 50px;
}
#footer h3 {
	font-size:12px;
}
#footer address {
	line-height:180%;
}
.footLogo {
	position:absolute;
	top:17px;
	left:725px;
}
#copyright {
	display: block;
	color: white;
	padding: 12px 0px;
	line-height: 110%;
	text-align: center;
	background-color: #664022;
}

.list02{
	list-style:decimal;
	margin:0 0 0 20px !important;
	padding:0 !important;
}
