@charset "utf-8";

/*
Theme Name: Isseiトラベル
Theme URI: http://www.issei.co.nz/
Description: 【使用上の注意】リンク部分がカスタマイズされていますので、カテゴリーやページを追加するだけではリンクは増えません。もし項目を増やしたい場合は WordpressやPHPの知識がある方にテンプレートの改造を依頼してください。
Version: 0.1
Author: Tadayuki Shibata
Author URI: http://www.pcnoah.com/
Text Domain: 
*/

/* Base */
html, body {
	background-color: #ffffff;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0;
	background-image: url(./common/bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
}

h1,h2,h3,h4,h5,h6,pre,address,
em,i,strong,b,th,ins,div,p,a {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	/*font-family: verdana, helvetica, "メイリオ", "ＭＳ Ｐゴシック", arial, sans-serif;*/
    font-style:normal;
}

h1,h2,h3,h4,h5,h6,pre,div,address,
ul,ol,li,dl,dt,dd,
form,legend,img {
	margin:0;
	padding:0;
	border:0;
}

p {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

/* Text */ 
a:link    {color:#0000aa; text-decoration:underline;}
a:visited {color:#CC0099; text-decoration:underline;}
a:active  {color:#884422; text-decoration:underline;}
a:hover   {color:#FF0000; text-decoration:underline;}

h1 {
	font-size:140%;
	font-weight: bold;
	color: #660000;
}
h2 {
	font-size:120%;
	font-weight: bold;
	height: 23px;
	color: #000066;
	background-image: url(./common/icon/h2.png);
	padding: 4px 0 0 30px;
	background-repeat: no-repeat;
	background-position: left;
}
h2.sp{
	font-size:120%;
	font-weight: bold;
	height: 24px;
	color: #663300;
	background-color:#FFFF99;
	background-image: url(./common/h2-sp30x30.png);
	padding: 6px 0 0 15px;
	border: 1px solid #A58C63;
	background-repeat: repeat-x;
	margin-bottom: 0.5em;
}
h3 {
	font-size:120%;
	font-weight: bold;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: oblique;
}

/* List */

ul, ol{
	padding-left: 16px;
}

/* Table */
table {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #c4bc96;
	border-style: solid;
}

th, td.th{
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	font-weight: normal;
	border: 1px solid #c4bc96;
	background-color: #ddd9c3;
}


td {
	padding: 3px 3px 3px 3px;
	border: 1px solid #c4bc96;
}
td.submit {
	text-align: center;
	background-color: #CCCCCC;
}

address {
	font-style: normal;	
}

/* form */ 
input, select, textarea{
	font-size: 12px;
	border-bottom: 1px #888888 solid;
	border-right: 1px #888888 solid;
}
input:hover, select:hover, textarea:hover{
	background-color:#FFEEEE;
}


/* container */ 
#container{
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

/* Header */
#header{
	width: 100%;
	margin: 0 0 0 0;
	background-color:#FFFFFF;
}
#header div.header_logo{
	height: 45px;
}
#header div.header_logo .logo{
	float: left;
}
#header div.header_logo .text{
	float: left;
	margin: 20px 0 0 20px;
	font-size:120%;
}
#header div.header_image1{
	background-color: #3399FF;
	background-image: url(common/top_img.jpg);
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
#header div.header_image2{
	background-color: #3399FF;
	background-image: url(common/top_img_page.jpg);
	vertical-align: middle;
	min-height: 120px;
}
#header div.gentei{
	float: right;
	width: 220px;
	margin: 8px 20px 0 0;
}
#header div.gentei h1{
	background-image: url(common/h1-gentei.png);
	text-align: center;
	font-size: 120%;
	padding-top: 2px;
}
#header div.gentei h1 a{
	text-decoration:none;
	color: #000000;
}
#header div.gentei .entry{
	background-color: #FFFFFF;
	padding: 3px;
}
#header div.gentei table{
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	width: 100%;
}
#header div.gentei td{

	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#header div.gentei td.button{
	width: 48px;
	padding: 3px 3px 3px 3px;
	background-color: #f0a52d;
	text-align: center;
}

#header div.gentei .bottom{
	background-image: url(common/h1-gentei-bottom.png);
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
}

/* Top Menu */
#top_menu {
	width: 100%;
	height: 36px;
	background-color:#c1f644;
	background-image:url(./common/menu_bg01.png);
	margin-bottom: 16px;
}
#top_menu ul{
	list-style:none;
	margin:0;
	padding: 0 0 0 1px;
}
#top_menu ul li{
	display:inline;
	font-size:12px;
	font-weight: bold;
}
#top_menu ul li a{
	color: #436042;
	text-decoration:none;
	display:block;
	padding:6px 18px 12px 16px;
	float: left;
	border-left:1px solid #e1f5b5;
	border-right:1px solid #889f50;
}
#top_menu ul li a:hover{
	color: #273827;
	background-image:url(./common/menu_bg02.png);
}

/* Contents */
#contents{
	float:left;
	width: 640px;
	margin: 0 0 15px 15px;
	min-height: 500px;
}
#contents h1{
	height: 30px;
	padding: 9px 0 0 40px;
	color: #000000;
	background-color: #f0dc00;
	background-image: url(./common/h1-cy640x39.png);
	font-weight: normal;
	margin-bottom: 16px;
}
#contents h1.page{
	height: 33px;
	padding: 7px 0 0 30px;
	color: #000000;
	background-image: url(common/h1-page640x40.png);
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: left;
	border: 1px solid #CCCCCC;
}
#contents div.breadcrumb{
	margin: 6px;
}
#contents div.page{
	margin: 0 16px;
}
#contents div.gl_box{
	border-right : 1px solid #888888;
	border-left  : 1px solid #888888;
	border-bottom: 1px solid #888888;
	padding: 10px;
}

#contents div.left355px{
	float:left;
	width: 355px;
}
#contents div.left355px h2{
	height: 24px;
	padding: 6px 0 0 40px;
	color: #000000;
	background-color: #f0dc00;
	background-image: url(./common/h1-cy355x30.png);
	font-weight: normal;
}
#contents div.left355px h2 a{
	text-decoration:none;
	color: #000000;
}
#contents div.right270px{
	float:right;
	width: 270px;
}
#contents div.right270px h2{
	height: 24px;
	padding: 6px 0 0 40px;
	color: #000000;
	background-color: #f0dc00;
	background-image: url(./common/h1-cy270x30.png);
	font-weight: normal;
}
#contents div.right270px h2 a{
	text-decoration:none;
	color: #000000;
}
#contents img.icon{
	margin-right: 2px;
}
#contents p.margin0{
	margin: 0;
}
#contents table.cmenu{
	border: 1px solid #FFFFFF;
	width: 100%;
}
#contents table.cmenu td{
	padding: 0px 3px 0px 3px;
	border: 1px solid #FFFFFF;
}
#contents table.cmenu p{
	margin: 0 0 1em 0;
}
#contents hr{
	border-top: 1px solid #d2dfee;
	border-bottom: 1px solid #789fcc;
	text-align: center;
}

/* Contents - Comment Area */
#respond{
	margin-top: 10px;
	padding: 5px 10px;
	background-color:#EAEAEA;
	border: solid 1px #CCCCCC;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color: #FFFFCC;
	border: solid 1px #FFCC99;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform {
	margin-top: 5px;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Contents - Pickup */
#contents {
	margin-bottom: 16px;
}
#contents #ichioshi{
	width: 355px;
}
#contents #ichioshi h1{
	color: #ffffff;
	background-image: url(./common/h1-cp355x39.png);
	font-weight: bold;
	margin-bottom: 0px;
}
#contents #ichioshi h1 a{
	text-decoration:none;
	color: #ffffff;
}
#contents #ichioshi h2{
	height: 18px;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: normal;
}
#contents #ichioshi h2 a{
	text-decoration: underline;
	color: #0000aa;
}
#contents #ichioshi div.left{
	float:left;
	width:168px;
	text-align: center;
}
#contents #ichioshi div.right{
	float:right;
	width:157px;
}
#contents #ichioshi div.link{
	clear: both;
	font-size: 120%;
	text-align: right;
}
#contents div.ichioshi_icon{
	background-color: #8f0665;
	padding: 4px;
	margin-bottom: 1em;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	width: 180px;
	text-align: center;
	border-top: 2px solid #c277ab;
	border-right: 2px solid #26021b;
	border-bottom: 2px solid #26021b;
	border-left: 2px solid #a94089;
}

#contents #order_maid{
	float:right;
	width: 270px;
}
#contents #order_maid h1{
	background-image: url(./common/h1-cy270x39.png);
	margin-bottom: 0px;
}
#contents #order_maid h1 a{
	text-decoration:none;
	color: #000000;
}
#contents div.gentei_icon{
	background-color: #3e39a8;
	padding: 4px;
	margin-bottom: 1em;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	width: 180px;
	text-align: center;
	border-top: 2px solid #9693d0;
	border-right: 2px solid #100e2a;
	border-bottom: 2px solid #100e2a;
	border-left: 2px solid #6b67bc;
}

/* Contents - Category tour List */
#contents p.box{
	background-color:#EAEAEA;
	border: solid 1px #CCCCCC;
}
#contents div.tour_list{
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #888888;
}
#contents div.tour_list div.main_photo{
	float: left;
	width: 200px;
	margin-left: 18px;
}
#contents div.tour_list div.main_photo img{
	border: 1px solid #888888;
}
#contents div.tour_list div.body{
	float: right;
	width: 404px;
}
#contents div.tour_list div.body h2{
	margin-bottom: 1em;	
}
#contents div.tour_list table.details{
	width: 100%;
}
#contents div.tour_list table.details th{
	text-align: left;
}

/* Contents - Category tour Details */
#contents div.tour_details{
	
}
#contents div.tour_details div.info{
	float: left;
	width: 304px;
	margin-left: 18px;
	margin-bottom: 1em;
}
#contents div.tour_details div.photo{
	float: right;
	width: 304px;
	margin-bottom: 1em;
}
#contents div.tour_details div.photo img{
	border: 1px solid #888888;
}
#contents div.tour_details div.photo div.main_photo{
	margin-bottom: 4px;
}
#contents div.tour_details div.photo div.sub_photo img{
	margin-right: 1px;
}
#contents div.tour_details div.inquiry{
    font-size: 120%;
}
#contents div.tour_details div.inquiry img{
    margin-right: 8px;
	vertical-align:middle;
}
#contents div.tour_details table.details{
	width: 100%;
}
#contents div.tour_details table.details th{
	text-align: left;
}

/* Contents - Category Blog */
#contents div.blog_entry{
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #888888;
}
#contents div.blog_entry div.left{
	float: left;
	width: 100px;
	margin-left: 18px;
}
#contents div.blog_entry div.left .date{
	widht: 100px;
	height: 100px;
	background-image:url(common/blog_date.png);
	text-align: center;
	background-repeat: no-repeat;
}
#contents div.blog_entry div.left .date .year{
	padding-top: 7px;
	font-size: 12px;
}
#contents div.blog_entry div.left .date .day{
	padding-top: 30px;
	font-size: 16px;
}

#contents div.blog_entry div.body{
	float: right;
	width: 450px;
	margin-right: 50px;
}

#contents div.blog_entry div.body h2{
	border-bottom: 1px dotted #e7a032;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
#contents div.blog_entry_staff{
	margin-bottom: 0px; /* 30pxでもあり */
}
#contents div.blog_entry_staff div.left{
	float: left;
	width: 100px;
	margin-left: 18px;
}
#contents div.blog_entry_staff div.body{
	float: right;
	width: 400px;
	margin-right: 50px;
	padding: 25px 25px;
	border-left: 1px solid #CCCCCC;	
}
#contents div.blog_entry_staff div.body h2{
	border-bottom: 1px dotted #e7a032;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

#contents div.pagelink{
	text-align: center;
}
#contents div.pagelink .pageprev{
	margin-right: 10px;
}
#contents div.pagelink .pagenext{
	margin-left: 10px;
}

/* Contents - Sitemap */
#contents ul.sitemap{
	margin-left:40px;
}
#contents ul.sitemap li{
	margin-left:12px;
	margin-bottom:8px;
	padding:0;
	list-style-image: url(common/icon/link_folder.png);
	list-style-type: none;
}
#contents ul.sitemap li ul.children{
}
#contents ul.sitemap li ul.children li{
	margin-left:0px;
	list-style-image: url(common/icon/link_page.png);
	margin-top:4px;
	line-height: 1em;
}

/* Side Bar */
#sidebar{
	float:right;
	background-color:#e2e2e2;
	width: 200px;
	margin: 0 15px 15px 0;
	padding: 16px 10px;
	font-size: 11px;
	line-height: 1.3em;
}
#sidebar h2{
	text-decoration:none;
	font-size: 12px;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	color: #ffffff;
	background-color: #395d33;
	background-image: url(./common/h2-sg200x23.png);
}
#sidebar div.gbox{
	padding: 10px;
	background-color: #f1f1f1;
	margin-bottom: 16px;
}
#sidebar table.weather{
	border: 0px solid #FFFFFF;
	width: 100%;
	margin: 0px;
}
#sidebar table.weather td{
	border: 0px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
}
#sidebar table.weather strong{
	font-size: 12px;
	color: #3366CC;
}
#sidebar ul.news{
	margin-left:0px;
	padding-left:0px;
}
#sidebar ul.news li{
	margin-left:0px;
	padding-left:16px;
	list-style:none;
	margin-bottom:4px;
	line-height: 1.2em;
	background-image:url(common/icon/link_page.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar ul.blog_mon{
	margin-left:0px;
	padding-left:0px;
}
#sidebar ul.blog_mon li{
	margin-left:0px;
	padding-left:20px;
	list-style:none;
	margin-bottom:4px;
	line-height: 1.5em;
	font-size: 120%;
	background-image:url(common/icon/blog_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul.menu{
	font-size: 13px;
}
#sidebar ul.menu li{
	margin-left:12px;
	margin-bottom:8px;
	padding:0;
	list-style-image: url(common/icon/link_folder.png);
	list-style-type: none;
}
#sidebar ul.menu li ul.children{
}
#sidebar ul.menu li ul.children li{
	margin-left:0px;
	list-style-image: url(common/icon/link_page.png);
	margin-top:4px;
	line-height: 1em;
}


/* Footer */
#futter{
	width: 100%;
	padding: 10px 0;
	margin: 0;
	color: #888888;
	text-align: center;
}
#futter hr{
	width: 870px;;
	border-top: 1px solid #d2dfee;
	border-bottom: 1px solid #789fcc;
	text-align: center;
}
#futter #menu{

}
#futter #copyright{

}

/* Mail Form */
#mailform{
	width: 860px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	padding: 20px;
}
#mailform table {
	width: 600px;
}
#mailform td.row {
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	font-weight: normal;
	border: 1px solid #c4bc96;
	background-color: #ddd9c3;
	width: 200px;
}
#mailform strong{
	color:#009900;
}
#mailform strong.red{
	color:#CC0000;
}
#mailform strong.blue{
	color:#0000CC;
}
#mailform ul{
	margin: 16px 0;
}

/* ETC */
div.float_clear{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

/* Wordpress でよく使われるクラス */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background-color: #ffffff;
	}

#wp-calendar td:hover { /* Doesn't work in IE */
	background-color: #FFCC66;
}
/* End Calendar */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* END Captions */

