@charset "UTF-8";
/* ソルトウエディング  common CSS */
/* 2011.03.23 */

/* base code*/

body,
div,
dl,dt,dd,
ul,ol,li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td, form,
fieldset, legend {
margin:0;
padding:0;}

img{border:none;}

a{
color:#000;
text-decoration:none;}

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

body{
border-top:3px solid #e2e2e2;
background:#f9f9f9;
font-family: "メイリオ", "MS Pゴシック", sans-serif;
font-size: 0.75em;
line-height: 1.61em;}

li{
list-style:none;}

div#wrap{
width:960px;
margin:0 auto;}

#header{
border-bottom:1px solid #e2e2e2;
}

#header h1{
float:left;
margin:25px 0 0;
padding:0 0 20px;}

#header ul{
float:right;
margin:25px 0 0;}

#header ul li{
float:left;
margin:5px 0 5px 20px;}

div#contents{
padding:15px 0 5px;
border-bottom:1px solid #e2e2e2;
}

div#contents ul.path{
margin:0 0 35px; 
font-size:0.9em;}

div#contents ul.path li{
float:left;
margin:0 10px 0 0;
padding:0 18px 0 0;
background:url(images/icon01.gif) no-repeat right 0.6em;}

div#contents ul.path li.last{
background:none;}

div#contents ul.path li a{
color:#624936;
text-decoration:none;}

div#contents ul.path li a:hover{
text-decoration:underline;}

div#contents h2{
margin:0 0 15px;
font-size:1.6em;}

div#contents h3{
margin:5px 0 15px;
padding:3px 0 3px 10px;
border-left:5px solid #000;
font-size:1.2em;}

div#contents a{
color:#624936;
text-decoration:none;}

div#contents a:hover{
color:#624936;
text-decoration:underline;}

div.box{
margin:0 0 35px 15px;
padding:20px;
border:5px solid #ebe7de;
background:#fff;}

div.return{
clear:both;
margin:25px 0 10px;
text-align:right;}

div#footer{
padding:15px 0 0;}

div#footer div{
float:left;
margin:0 0 15px;
padding:0 0 15px;
font-size:0.8em;
color:#aaaaaa;}

div#footer div img {
vertical-align:middle;}

div#footer ul{
float:right;}

div#footer ul li{
float:left;
margin:0 0 0 20px;}

/* clear */
.clearfix{display:block;}

#header,
#header ul,
div#contents ul.path{overflow: hidden;}

#header:after,
#header ul:after,
div#contents ul.path:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #header,
* html #header ul,
* html div#contents ul.path{
	height: 1em;
	overflow: visible;
}

/**/
