@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align:bottom;
}
p {
	padding-bottom:10px;
}
/*********************************************************　基本構造　*********************************************************/
body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:75%;
	height:100%;
	color:#4D4D4D;
	line-height:170%;
	background-color:#F8FEFE;
}
body a:link {
	color: #0000CC;
	text-decoration: none;
}
body a:visited {
	color: #0000CC;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
body a:active {
	text-decoration: none;
}
h2 {
	clear:left;
	padding-top:15px;
	font-size:180%;
	color:#FBB03B;
}

#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:0 5px;
}

/*******************************　ヘッダー　***********************************/
#header {
	width:780px;
	height:150px;
	background-image:url(img/head_bg_h.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

h1 {
	font-size:90%;
	padding:30px 0 0 170px;
	color:#0000FF;
}
#header img {
	float:right;
	padding:60px 5px 0 5px;
}
#header .logo {
	padding-top: 27px;
	padding-left: 40px;
	width:500px;
	float:left;
}
#header .logo img {
	padding:0;
	float:left;
}

#header ul {
	padding:100px 5px 0 10px;
}
#header ul li {
	display:inline;
	padding-right:5px;
}
#header ul li img {
	padding:0;
	float:none;
}

/*******************************　サイドバー　*********************************/

#side {
	float:right;
	padding-left:0px;
}
.pack_contents {
	background-image: url(img/side_pack_bg.gif);
	background-repeat: no-repeat;
	height: 283px;
	width: 224px;
}
.pack_contents ul {
	padding-left:7px;
}
.pack_contents ul li {
	padding-top:15px;
}

/*******************************　トップコンテンツ　*********************************/

.top_main {
	margin:5px 0 10px 0;
}
.top_main2 {
	margin:10px 0 10px 0;
}

.top_contents_bg {
	background-image:url(img/top_cont_bg.gif);
	background-repeat: no-repeat;
	width:546px;
	height:266px;
}
.top_contents_text {
	padding:0 10px 15px 10px;
}

.top_contents_text ul li {
	display:inline;
	padding-right:15px;
}

.top_contents_p {
	width:350px;
	padding:10px 0 5px 10px;
}

.more_entry1 {
	padding-right:7px;
	padding-bottom:7px;
	float:left;
}
.more_entry1 p {
	width:170px;
	padding-top:15px;
	text-align:left;
}
.more_entry2 {
	padding-bottom:7px;
	float:left;
}
.more_entry2 p {
	width:170px;
	padding-top:15px;
	text-align:left;
}
.entry_serv {
	background-image:url(img/top_bg_serv.gif);
	background-repeat:no-repeat;
	width:255px;
	height:155px;
}
.entry_serv img {
	padding:15px 10px 0 115px;
}
.entry_point {
	background-image:url(img/top_bg_point.gif);
	background-repeat:no-repeat;
	width:255px;
	height:155px;
}
.entry_point img {
	padding:15px 10px 0 115px;
}
.entry_desc {
	background-image:url(img/top_bg_desc.gif);
	background-repeat:no-repeat;
	width:255px;
	height:155px;
}
.entry_desc img {
	padding:15px 10px 0 115px;
}
.entry_menu {
	background-image:url(img/top_bg_menu.gif);
	background-repeat:no-repeat;
	width:255px;
	height:155px;
}
.entry_menu img {
	padding:15px 10px 0 115px;
}
.entry_detail {
	background-image:url(img/top_bg_detail.gif);
	background-repeat:no-repeat;
	width:255px;
	height:155px;
}
.entry_detail img {
	padding:15px 10px 0 115px;
}
.entry_prd {
	background-image:url(img/top_bg_prd.gif);
	background-repeat:no-repeat;
	width:255px;
	height:155px;
}
.entry_prd img {
	padding:15px 10px 0 115px;
}

/*******************************　メインコンテンツ　*********************************/

.main {
	margin:10px 0 10px 0;
}

.contents_text {
	clear:left;
	padding:0 10px;
}
.contents_text img {
	display:block;
}

.contents_text_p {
	clear:left;
	margin:15px 0 0 10px;
}

.contents_text_p_w {
	width:390px;
	clear:left;
	margin:15px 0 0 10px;
}

.contents_p_head {
	padding:15px 0 0 10px;
}
.contents_p_head_bg {
	background-image:url(img/cont_p_bg.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
	width:380px;
	background-color:#FAFAFF;
}

.bt_more {
	float:left;
	padding:15px 0 0 10px;
}
.bt_more img {
	float:left;
	padding-right:30px;
	padding-bottom:15px;
}

.style4 {
	font-size:100%;
	font-weight:bold;
	color:#FF6600;
}
/*******************************　フッター　***********************************/

#footer {
	padding:20px 0 20px 0;
	clear:both;
	font-size:90%;
	line-height:150%;
}
#footer h3 {
	font-size:120%;
	color:#29ABE2;
	padding-left:15px;
}
#footer ul {
	padding:10px 0 0 15px;
	float:left;
}
#footer ul li {
	display:inline;
}

.footer_text {
	padding:5px 0 10px 25px;
	border-bottom:solid 1px #B2B2B2;
	color:#666666;
}

address {
	text-align:right;
	color:#666666;
	padding:10px 15px 0 0
}

/*******************************　サービスページ　***********************************/

.serv_contents_bg {
	background-image:url(img/cont_bg_serv.gif);
	background-repeat: no-repeat;
	width:546px;
}

/*******************************　ポイントページ　***********************************/

.point_contents_bg {
	background-image:url(img/cont_bg_point.gif);
	background-repeat: no-repeat;
	width:546px;
}

table#point {
    width: 190px;
    border: 1px #F0F0FC solid;
    border-spacing: 0;
    background: #F0F0FC url(img/td_bg.gif) repeat-x 0 100%;
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}

table#point th {
    padding: 5px;
    border: #F0F0FC solid;
    border-width: 0 0 1px 1px;
    background: #6B6BF2 url(img/th_bg.gif) repeat-x 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#point td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #9D9DF4 #9D9DF4 #FFFFFF;
    color: #1A4444;
    text-align: center;
    white-space: nowrap;
}

.point_caption {
	padding:120px 0 0 380px;
}

/*******************************　メニューページ　***********************************/

.menu_contents_bg {
	background-image:url(img/cont_bg_menu.gif);
	background-repeat: no-repeat;
	width:546px;
}

table#menu {
    width: 500px;
    border: 1px #F0F0FC solid;
    border-spacing: 0;
    background: #F0F0FC url(img/td_bg2.gif) repeat-x 0 100%;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

table#menu th {
    padding: 5px;
    border: #F0F0FC solid;
    border-width: 0 0 1px 1px;
    background: #6B6BF2 url(img/th_bg.gif) repeat-x 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#menu td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #9D9DF4 #9D9DF4 #FFFFFF;
    color: #1A4444;
    text-align: center;
    white-space: nowrap;
}

table#menu_2 {
    width: 500px;
    border: 1px #F0F0FC solid;
    border-spacing: 0;
    background: #F0F0FC url(img/td_bg3.gif) repeat-x 0 100%;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

table#menu_2 th {
    padding: 5px;
    border: #F0F0FC solid;
    border-width: 0 0 1px 1px;
    background: #6B6BF2 url(img/th_bg.gif) repeat-x 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#menu_2 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #9D9DF4 #9D9DF4 #FFFFFF;
    color: #1A4444;
    text-align: center;
    white-space: nowrap;
}

/*******************************　会社概要ページ　***********************************/

table#company th {
    padding: 40px;
    line-height: 120%;
    white-space: nowrap; 
}
table#company td {
    padding: 5px 5px 10px 15px;
    white-space: nowrap;
	border-bottom: 1px #BFBFEF solid;
}

/*******************************　FAQページ　***********************************/

dl {
	clear:left;
	padding-bottom: 15px;
}
dt {
	padding-bottom:7px;
}
dt img {
	float:left;
	padding-right:5px;
}
dd {
	clear:left;
}

/*******************************　行程ページ　***********************************/

.entry {
	clear:left;
	padding-top:10px;
}
.entry_box {
	width:380px;
	float:left;
}
.entry_bg {
	background-image:url(img/bar_entry_bg.gif);
	background-repeat: repeat-y;
	padding: 10px 10px 0 10px;
	margin:0;
	width:360px;
	background-color:#FAFAFF;
}
.entry_arr {
	padding-top:10px;
}
.entry_caption {
	padding:10px 0 0 390px;
}

.entry_form {
	padding-top:30px;
	width:380px;
}

/*******************************　マップページ　***********************************/

.for_map {
	padding-top:40px;
}

/*******************************　パッケージページ　***********************************/

.pack_contents_bg {
	background-image:url(img/cont_bg_pack.gif);
	background-repeat: no-repeat;
	width:546px;
}

/*******************************　制作実績ページ　***********************************/

.prd_contents_bg {
	background-image:url(img/cont_bg_prd.gif);
	background-repeat: no-repeat;
	width:546px;
}

.prd_head {
	padding:10px 5px 0 0;
	border-bottom: solid 1px #CCCCCC;
	width:490px;
	clear:left;
}

.link_img {
	padding: 20px 20px 0 0;
	font-size: 80%;
	text-align: center;
	width: 150px;
	float: left;
}


/*******************************　お問い合わせページ　***********************************/

.form_contents_bg {
	background-image:url(img/cont_bg_form.gif);
	background-repeat: no-repeat;
	width:546px;
}

h4 {
	color:#FF9900;
	font-size:180%;
	font-weight:bold;
	padding:15px 0;
}

.form dt {
	font-weight:bold;
	color:#FF9900;
}
.form dd {
	padding-bottom:10px;
}
label {
	padding-right:10px;
}
form legend {
	display: none;
}

.style1 {
	color: #FF0000;
}

.pre {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
.pre dt {
	float: left;
	width: 200px;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	color:#FF9900;
	display: inline; /* for WinIE6 */
}
.pre dd {
	padding: 0 0 10px 7em;
	border-bottom: 1px #BFBFEF solid;
}

	
/*******************************　詳細ページ　***********************************/

.detail_contents_bg {
	background-image:url(img/cont_bg_detail.gif);
	background-repeat: no-repeat;
	width:546px;
}

.detail_box {
	clear:left;
	padding-bottom:20px;
}
.detail_bg {
	background-image:url(img/detail_bg.gif);
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	width:490px;
	background-color:#FFFFFF;
}
.detail_box h4 {
	font-size:130%;
	padding-bottom:5px;
}

.detail_bg img {
	display:inline;
}
.detail_bg ul {
	padding-bottom:10px;
}
.detail_bg li {
	display:inline;
	padding-right:20px;
}

/*******************************　購入例ページ　***********************************/

.example {
	clear:left;
	padding-top:10px;
}
.example p {
	padding:10px 10px;
}
.ex_navi {
	padding:0 0 10px 380px;
}
.disc {
	padding-left:70px;
	list-style:disc;
}
.ex_pdf {
	padding-left:160px;
	padding-top:30px;
}

/*******************************　用途別ページ　***********************************/

.decimal {
	padding-left:70px;
	list-style:decimal;
}
.lower_alpha {
	padding-left:70px;
	list-style:lower-alpha;
}


/*******************************　マウスオーバー　***********************************/

.over_img {
	padding:20px 20px 0 0;
	float:left;
}
.over_img ul li {
	float: left;
	margin-right: 5px;  
}
.over_img ul li a {  
	display: block;
}
.over_img ul li a:hover {
	position: relative;
}
.over_img ul li a .mainImage {
	display: none;
}
.over_img ul li a:hover .mainImage {
	display: block;
	position: absolute;
	top: 40px;
	left: -50px;
}

.over_caption img {
	text-align:left;
	padding:15px 0 0 0;
	clear:left;
}


.disc2 {
	padding-left:330px;
	list-style:disc;
}

/*******************************　値段別パッケージ　***********************************/

.nav_next {
	clear:left;
	margin-top:50px;
}
.nav_down {
	float:left;
	padding-left :90px;
}
.nav_down_none {
	float:left;
	padding-left :90px;
	display :none;
}
.nav_up {
	padding-left : 300px;
}
.nav_up_none {
	padding-left : 300px;
	display: none;
}
.entry_arr2 {
	padding-top:10px;
	display:none;
}

.example2 {
	clear:left;
	padding:10px 0 20px 0;
}

/*******************************　トップピックアップ　***********************************/
.pickup_side img {
	display:block;
	padding-bottom:10px;
}

.main_img {
	padding-bottom: 10px;
}
