@charset "UTF-8";

/* ========Custom======== */

#top {
   width:100%;
}

#header {
   width:100%;
}

#navi ul {
/*   width:100%;*/
}

#main {
   width:100%;
}

#sub, #sub_top {
   width:100%;
}
	
#sub_top  .r {
	width:240px;
}

/* #pr { */
/*    width:930px; */
/* } */

/* #icatch { */
/*    width:930px; */
/* } */

/* #contents { */
/*    width:930px; */
/* } */

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:14px;
   color:#333;
/*   background: url(../images/bg.gif) repeat 50% 0; */
   background-position:center top; 
}

p {
/*	background-image: url(../images/note_line.gif); */
/*	width:100%; */
}

br {
   letter-spacing:normal;
}

a {
   color:#A7005D;
/*   font-weight: bold;
   text-decoration:none; */
}

a:hover {
   color:#666;
}

strong {
   color:#cc0000;
   background: #ffff00;
}

img {
   border:0;
   vertical-align:bottom;
}

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

h1 {
   font-size:24px;
}

.ct {
   text-align:center;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   margin:0 auto;
   padding:10px 0;
}

#header {
   position:relative;
   margin-left:10px;
   margin-bottom:10px;
   border-radius: 8px; /* CSS3 */
}

#navi {	
   width:100%;
   height:35px;
   background-image:url(../images/footer.gif) ;
   background-repeat:repeat-x;
   text-align:center;
   border-radius: 8px; /* CSS3 */
}

	#navi ul {
		height:30px;
		margin:0 auto;
		list-style:none;
	}
	
	#navi li {
		float:left;
		color:#ffffff;
		padding:6px 9px;
	}
	
	#navi a {
		padding:7px 6px 6px 16px;
		text-decoration:none;
		color:#ffffff;
	}

#pr {
   position:absolute;
   left:0;
   top:0;
}

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

#menu {

}

#contents {
/*   float:right; */
   margin-top:10px;
}

/* ======== main ======== */
#main {
/*   float:right; */
}

#main .l {
/*	width:110px;
	float:right; */
}
	
#main .r {
/*	width:500px;
	float:right;*/
	text-align: center;
}

.case05 {
}

.case05 img {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
}

.case05 .txt {
	padding-left:5px;
        background:#fffd7c;
   clear:both;
	display: inline-block;
	vertical-align: middle;
	*zoom: 1; /* for IE6-7 */
	*display: inline; /* for IE6-7 */
/*background:url("../images/comment_sp.gif") 0 100% no-repeat;	*/
}

/* ======== menu ======== */
#sub, #sub_top {
   float:left;
   font-size:13px;
   font-family:Verdana, Helvetica, sans-serif;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:1em 0 0 0;
   font-size:20px;
   color:#A55973;
   line-height:1.0;
}

#header h1 a {
   color:#A7005D;
}

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

#header #pr p {
   margin:0;
}

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

}
#header #gnavi li {
   float:left;
   margin-left:15px;
}

#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("../images/bg_gnavi.gif") 0 50% no-repeat;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   list-style-type:none;
}

#menu li {
   float:left;
   margin:0;
   background:url("../images/bg_menupause.gif") 0 50% no-repeat;
}

#menu li a {
   display:block;
   line-height:40px;
   color:#fff;
   margin-left:1px;
   padding:0 10px;
   font-weight: bold;
}

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

#menu li.home {
   background:none;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
/*   color:#A7005D;*/
   color:#00F;
   font-weight: bold;
}

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

#main h2 {
   margin-bottom:2px;
   padding:30px 10px 30px 50px;
/*   font-size:16px; */
   font-size:140%;
   color:#5a4816;
/*   border-top:2px solid #B4A373;
   border-bottom:2px solid #B4A373;*/
   background:#fff url("../images/bg_h2.gif") 0% 40% repeat-x;
}

#main h3 {
   margin-bottom:8px;
   padding:10px 10px 0 20px;
   line-height:2.0;
   color:#5a4816;
/*   font-size:15px; */
   font-size:120%;
   font-weight:bold;
/*   border:1px solid #B4A373; */
   background:#fff url("../images/bg_h3.gif") 0 50% no-repeat;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#5a4816;
   border-bottom:2px solid #B4A373;
}

#main h5 {
   margin-bottom:2px;
   padding:2px;
   font-size:13px;
   color:#5a4816;
   border:1px solid #B4A373;
   background:#f7efda;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#5a4816;
}

#main p {
   margin:0 0 1em 0;
   padding:10px;
/*  background-image: url(../images/note_line.gif); */
}

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

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

#main div.icatch {
   margin-bottom:20px;
}

/* INFORMATION CUSTOMIZE */
* html body #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;
}

#main table {
   width:100%;
   border-collapse: collapse;
}

#main table th {
   padding:7px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#333333;
   color:#fff;
}

#main table td {
   padding:7px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#ffffff;
}

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

#sub h3, #sub_top h3 {
   padding:2px 5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#000;
   background:url("../images/ttl02_01.gif") 0 100% repeat-x;
 /*  border-radius: 8px; */ /* CSS3 */
}

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

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

#sub .section li a {
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 5px no-repeat;
   display: block;
   width: 95%; /* paddingでズラしているため  */
}

#sub .section li a:hover {
   background-color: #ffff99
}

#sub_top li {
   padding:5px 0 52px 0;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
   clear:both;
}

/* ロールオーバー(ホバー)時に画像透過 */
#sub_top a:hover img {
   opacity:0.5;
   filter: alpha(opacity=50);
   -ms-filter: "alpha( opacity=50 )";
   background: #fff;
}

#sub_top .section li a {
}

#sub_top  .l {
	width:55px;
	float:left;
}
	
#sub_top  .r {
	float:left;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding:0 0 0 8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
   color:#333;
}

#totop a:hover {
   color:#999;
}

pre {
   margin: 5px;
   background-color: #E8F3FF;
   padding: 5px;
   border-top: 1px dotted #336699;
   border-right: 1px dotted #336699;
   border-bottom: 1px dotted #336699;
   border-left: 5px solid #336699;
}

blockquote {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
   white-space: pre-wrap;
   background-color : #ffffcc;
   padding: 8px 8px 8px 8px;
	border-left: 1px solid #FFCC66;
	border-top: 1px solid #FFCC66;
	border-bottom: 2px solid #FFCC33;
	border-right: 2px solid #FFCC33;
}

/* ========FOOTER CUSTOMIZE======== */

.copyright ul {
   margin:0 0 0 0px;
   padding:0;
}

.copyright li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

.copyright li a {
   display: block;
   width: 95%; /* paddingでズラしているため  */
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 5px no-repeat;
}

.copyright li a:hover {
   background-color: #ffff99
}

#footer h3 {
   padding:2px 5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#000;
   background:url("../images/ttl02_01.gif") 0 100% repeat-x;
}

/* *************** */
#share {
	padding: 15px 10px;
}

.block {
	margin:5px 0;
}
.block div {
	float:left;
	margin-right:5px;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	min-height:1px;
}

/* Amazon */
.amazon {
   border: 0px;
   margin: 0px;
   overflow: hidden;
   width:120px;
   height:240px;
}

.clear {
	clear:both;
}
/* 表示しない */
.pc {
	height: 0px;
	width: 0px;
	overflow: hidden; }

#main p .resize {
   max-width: 400px; /* 最大幅 */
   min-width: 300px; /* 最小幅 */
}
#main p .resize { width: 100%; }

#icatch  img { width: 100%; }

.google_adsense {
	text-align: center;
}
