@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff url(images/bg_body.gif) 0 0 repeat-x;
   border-top:5px solid #ff6699;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;

}

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

img {
   border:0;
   vertical-align:bottom;
}
iframe {
	height: 150px;
	float: left;
	margin-bottom: 15px;
}


h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========パンくずリスト======== */
#topicPath {
	margin: 20px 0;
	padding: 0;
	font-size: 65%;
	list-style: none;
}
#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(images/ico_pan.gif) no-repeat 0 50%;
}
#topicPath li.home {
	padding-left: 1;
	background: none;
}
#topicPath li a:link,
#topicPath li a:visited {
	color: #f08080;
	text-decoration: underline;
}
#topicPath li a:hover,
#topicPath li a:active {
	color: #ffb6c1;
	text-decoration: underline;
}
#topicPath li em {
	font-style: normal;
	font-weight: bold;
}



/* ========TEMPLATE LAYOUT======== */
#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
	height: 60px;
	display: block;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	padding: 0px;
}

#icatch {
	width:787px;
	background-image: url(images/icatch.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	padding-top: 40px;
}
#icatch P {
	width:787px;
	font-size: 10px;
	line-height: 20px;
	text-indent: 10px;
}

#contents {
	width:787px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
}

#main {
	float:right;
	width:560px;
	clear: both;
	display: block;
	margin-bottom: 30px;
}

#sub {
	width:207px;
	display: block;
	padding-bottom: 20px;
}


#footmenu {
   width:787px;
   margin:0 auto;
}

#footer {
	background:#fff0f5;
	border-bottom:5px solid #ff6699;
	display: block;
	clear: both;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding-top:25px;
   font-size:2em;
   color:#fff;
   line-height:50px;
}

#header h1 a {
   color:#9B0000;
}

#header h1 a:hover {
   color:#D30000;
}

#header #pr p {
   margin:0;
   font-size:0.75em;
}

#header #gnavi ul {
   list-style:none;

}
#header #gnavi li {
   float:left;
   font-size:0.63em;
   margin-left:15px;
}

#header #gnavi li a{
	display:block;
	padding-left:15px;
	background:url(images/bg_gnavi.gif) 0 1px no-repeat;
	width: 70px;
	height: 15px;
	line-height: 15px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
	width:787px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	height: 60px;
	padding: 0;
}

#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a{
   display:block;
   width:130px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #FFC0CB;
}

#menu li.home a{
   border-left:1px solid #FFC0CB;
}

#menu li a:hover{
   color:#333;
   background:#fff;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color:#333333;
}

#main a:hover {
   color:#f08080;
   border-bottom:1px solid #f08080;
}

#main h2 {
	margin-bottom:8px;
	color:#cd5c5c;
	font-size:0.94em;
	font-weight:bold;
	line-height:35px;
	border:1px solid #FFC0CB;
	background:url(images/bg_h2.gif) 0 0 no-repeat;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

#main p{
	margin:0 0 1em 0;
	font-size:0.75em;
}

#main ul,ol,dl{
   font-size:0.75em;
}

#main dt{
   margin-bottom:3px;
}

#main dd{
   padding:3px;
   margin:0 0 0.5em 1em;
   padding:3px;
}

#main dd a{
   color:#000;
   border-bottom:1px solid #fff;
}

#main dd a:hover{
   color:#f08080;
   border-bottom:1px solid #f08080;
}
#main #scandinavian {
	height: 120px;
	width: 560px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
#main #scandinavian a {
	background-image: url(images/scandinavian.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 120px;
	width: 560px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#main #scandinavian a:hover {
	background-position: left bottom;
	border-bottom-style: none!important;
	font-size: 0.75em;
}
#main #bosom {
	height: 120px;
	width: 560px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
#main #bosom a {
	background-image: url(images/bosom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 120px;
	width: 560px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#main #bosom a:hover {
	background-position: left bottom;
	border-bottom-style: none!important;
	font-size: 0.75em;
}
#main #yoshimoto20120120 {
	height: 120px;
	width: 560px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
#main #yoshimoto20120120 a {
	background-image: url(images/yoshimoto20120120.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 120px;
	width: 560px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#main #yoshimoto20120120 a:hover {
	background-position: left bottom;
	border-bottom-style: none!important;
	font-size: 0.75em;
}

#main .ichiran a {
	display: block;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	font-size: 12px;
	padding-right: 10px;
}
#main .ichiran a:hover {
	text-decoration: underline;
	color: #f08080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #atchiba_box {
	margin: 0px;
	padding: 0px;
}
#main #blog_box {
	background-color: #F3EDE4;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #DCC9B1;
}
#main #staffblog {
	display: block;
	height: 20px;
	width: 518px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #F3EDE4;
	color: #582F23;
	border-bottom-width: 2px;
	border-bottom-color: #E4D8C5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/blog.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 20px;
}



/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#f08080;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

#sub ul {
   margin:0;
   padding:5px 0 0 0px;
}

#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(images/bg_dotline.gif) 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}
#contents .w_full {
	display: block;
	width: 787px;
	height: 100px;
	background-color: #CCCCCC;
	clear: both;
}


/* ========TOTOP CUSTOMIZE======== */
#totop{
	position:relative;
	display: block;
	width: 560px;
	height: 2em;
	margin: 0px;
	padding: 0px;
	float: right;
}

#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}

/* ========Banner CUSTOMIZE======== */

#banner {
	text-align: left;
	clear: both;
}
#banner img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 4px;
}

/* ========footmenu CUSTOMIZE======== */
#footmenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

#footmenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

#footmenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:30px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}

