﻿@charset "utf-8";

/*=================================================================
	
	デジハリ・グランドサイト / 第2階層・第3階層 共通CSS
	・Customize: 2011.06.15

=================================================================*/


/*-----------------------------------------------------------------
		基礎設計
-----------------------------------------------------------------*/
body {
	background-color:#FFFFFF;
}

#main {
	width:950px;
	background:url(../../images/bg.gif) 0 0 repeat-y;
	padding:0 1px;
}
#main-top {
	background:url(../../images/bg_h.gif) 0 0 repeat-x;
	padding-top:1px;
}
#main-bottom {
	background:url(../../images/bg_h.gif) left bottom repeat-x;
	padding-bottom:1px;
}
#left-box {
	width:746px !important;
	width:742px;
	text-align:center;
	float:left;
}
#right-box {
	width:200px;
	float:right;
	margin-right:2px !important;
	margin-right:0;
	text-align:center;
}
#left-inner {
	width:644px;
	margin:30px auto;
	text-align:left;
}

/*-----------------------------------------------------------------
		パンくず
-----------------------------------------------------------------*/
#breadcrumbs {
	background-color:#F7F7F7;
	padding:15px 5px 15px 0;
}
#breadcrumbs ul {
	list-style: none;
	text-align: left;
}

#breadcrumbs li {
	color:#999999;
	float: left;
	padding: 0 15px;
	text-align: left;
	line-height:1.5em;
	font-size: 85% !important;
	font-size: 75%;
}
#breadcrumbs li a:link {
	color:#ff6600;
	text-decoration:none;
}
#breadcrumbs li a:visited {
	color:#ff6600;
	text-decoration:none;
}
#breadcrumbs li a:hover {
	color:#ff6600;
	text-decoration:underline;
}
#breadcrumbs li a:active {
	color:#ff6600;
	text-decoration:none;
}

.border-box {
	width:644px;
	background:url(../../images/border_box_bg.gif) 0 0 repeat-y;
	padding:0 1px;
}
.border-box-top {
	background:url(../../images/bg_h.gif) 0 0 repeat-x;
	padding-top:1px;
}
.border-box-bottom {
	background:url(../../images/bg_h.gif) left bottom repeat-x;
	padding:20px;
}

.border-box-2culumn {
	width:300px;
	float:left;
	background:url(../../images/border_box_2culumn_bg.gif) 0 0 repeat-y;
}
.border-box-2culumn-gray {
	width:300px;
	float:left;
	background:url(../../images/border_box_2culumn_bg_gray.gif) 0 0 repeat-y;
}
.border-box-top-2culumn {
	background:url(../../images/bg_h.gif) 0 0 repeat-x;
	padding-top:1px;
}
.border-box-bottom-2culumn {
	background:url(../../images/bg_h.gif) left bottom repeat-x;
	padding:15px 20px;
	font-size:95%;
	line-height:150%;
}


.border-box-3culumn {
	width:204px;
	float:left;
	background:url(../../images/border_box_3culumn_bg.gif) 0 0 repeat-y;
}
.border-box-top-3culumn {
	background:url(../../images/bg_h.gif) 0 0 repeat-x;
	padding-top:1px;
}
.border-box-bottom-3culumn {
	background:url(../../images/bg_h.gif) left bottom repeat-x;
	padding:10px;
	font-size:95%;
	line-height:150%;
}
.next {
	margin-left:16px !important;
	margin-left:14px;
}
