@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========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;
}

br {
   letter-spacing:normal;
}

a {
	color:#333;
	text-decoration:none;
	font-size: 12px;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	background-color: #FFFFFF;
}

div#header {
	position:relative;
	width:787px;
	margin:0 auto;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

div#gnavi {
	position:absolute;
	bottom:0;
	right:0;
}

div#menu {
   width:100%;
   height:60px;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
   position:relative;
}

div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:547px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
	margin:0 auto;
	width:480px;
	float:right;
}

div#footer {
	background-color: #363388;
	color: #F0F0F0;
}

.footer-box {
	width:788px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

.left-foot {
	float:left;
	width:300px;
}

.left-foot p {
	color:#FFF;
	font-size:70%;
	margin-bottom:0px;
}

.left-foot p a {
	color:#FFF;
	font-size:80%;
}

.left-foot p a strong {
	color:#FFF;
	font-size:180%;
}


/* ========HEADER CUSTOMIZE======== */



div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:70%;/* 11px相当 */
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("images/bg_gnavi.gif") 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
	float:left;
	font-size:75%;/* 12px相当 */
	color:#333333;
	text-align:center;
	list-style-type:none;
}

div#menu li a{
	display:block;
	width:130px;
	color:#000000;
	line-height:60px;
	border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
	color:#333333;
	background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
	z-index:100;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}


div#main h2 {
	margin-bottom:8px;
	padding:0 0 0  30px;
	color:#000000;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	line-height:35px;
	border:1px solid #D8D8D8;
	background-image: url(images/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

div#main h3 {
	margin-bottom:3px;
	font-size:88%;/* 14px相当 */
	background-image: url(images/submenu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-left: 30px;
	color: #333333;
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
	margin:0 0 1em 0;/* 12px相当 */
	font-size: 75%;
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}



/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-bottom:10px;
}
#top #contents #sub .section .img {
	padding-bottom: 10px;
}


div#sub h2 {
	padding:3px;
	font-size:88%;/* 14px相当 */
	font-weight:bold;
	color:#F0F0F0;
	padding-left:10px;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	background-color: #363388;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 6px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
	display:inline;
	margin:0 0 0 10px;
	font-size:75%;/* 12px相当 */
	list-style:none;
}

div#footMenu li a {
	padding-left:10px;
	background-image: url(images/bg_footmenu.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #F0F0F0;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	padding:30px 0;
	font-size:70%;/* 11px相当 */
	font-style:normal;
	color:#F0F0F0;
	text-align:right;
	width:400px;
   float:right;
}
#top #contents #main .sublist {
	text-align: right;
}
#top #contents #main .kakomi {
	border: 1px solid #999999;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#top #contents #main .kakomi_privacy {
	border: 0px solid #999999;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#top #contents #main .kakomi_topsign {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 330px;
	width: 200px;
	margin: 5px;
}
#top #contents #main .img_right {
	float: right;
	margin-left: 5px;
}
#top #contents #main .kakomi .pickup {
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}
#top  #contents  #main  .subtext  {
	font-size: 10px;
	text-align: right;
}
#top #contents #main .img_btn {
	margin: 5px;
}
#top #contents #main .top_btn {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* ========追加20110408ウェブ======== */
.case-box {
	margin-bottom:15px;
}

div#main .case-box h4 {
	color:#FFF;
	line-height:25px;
	padding-left:85px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:100%;
}

.case-box .gu-ti01 {
	background:url("images/solution_02/bg01.gif");
}

.case-box .gu-ti02 {
	background:url("images/solution_02/bg02.gif");
}

.case-box .gu-ti03 {
	background:url("images/solution_02/bg03.gif");
}

.case-box table {
	width:100%;
}

.case-box table td {
	padding:10px;
}

.calo-th {
	background-color:#E5ECC7;
	width:180px;
}

.calo-th ul {
	margin-bottom:10px;
	list-style:none;
	margin:0px;
	padding:0px;
}

.calo-th li {
	background:url("images/solution_02/the.gif");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-bottom:3px;
}

.calo-th img {
	margin-bottom:7px;
}

.calo-th span {
	background-color:#D0D3AF;
	padding:3px;
	display:block;
	font-size:80%;
	margin-left:10px;
	margin-right:10px;
}

.web-t {
	text-align:center;
	margin-bottom:10px;
}

.web-t img {
	margin-bottom:5px;
}

.lin-ime {
	border:5px solid #76AD4B;
}

/* ========追加20110411全体ウェブ======== */
h1 {
	font-size:75%;
	font-weight:normal;
	margin-bottom:10px;
}

/* ========追加20110420お問い合わせ======== */
.cont-t {
	margin-bottom:15px;
}

.cont-t table {
	border-left:1px solid #999;
	border-top:1px solid #999;
	font-size:70%;
	line-height:1.2;
}

.cont-t td {
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

.cont-color {
	background-color:#CECEED;
	font-weight:bold;
}

.cont-color02 {
	background-color:#E2E2E2;
	font-weight:bold;
}

.cont-st {
	color:#FFF;
	padding:3px;
	background-color:#999;
}

.cont-box {
	margin-bottom:15px;
}

.cont-box table {
	background-color:#F1F1F1;
}

.cont-box td {
	vertical-align:text-top;
	padding:10px;
	font-size:80%;
}

/* ========追加20110712トップページ======== */
.menu-box {
	width:540px;
	height:210px;
}

.menu-box a {
	display:block;
	width:245px;
	height:95px;
	padding-top:95px;
	padding-left:15px;
	float:left;
	cursor:pointer;
}

div#main .menu-box p {
	width:135px;
	font-size:92%;
}

.menu-box a:hover {
	background-position:bottom;
}

.menu-box .menu01:hover p {
	color:#0A91E5;
	text-decoration:underline
}

.menu-box .menu02:hover p {
	color:#6DB327;
	text-decoration:underline
}

.menu01 {
	background-image:url("./images/menu01.gif");
	margin-right:20px;
}

.menu02 {
	background-image:url("./images/menu02.gif");
}

div#main .menu-box a:hover {
	border-bottom:none;
}

.movie-tab {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.movie-tab td {
	padding:5px;
	font-size:80%;
	border-bottom:5px solid #FFF;
}

.mov-t {
	background-color:#EAEAEA;
	font-weight:bold;
	width:140px;
}

.movie-tab02 {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.movie-tab02 td {
	padding:5px;
}

div#main .movie-tab02 h6 {
	color:#666;
	font-size:60%;
}

div#main .movie-tab02 h4 {
	font-size:140%;
}

div#main .movie-tab02 h5 {
	background-color:#F4F2F4;
	padding:5px;
}

.movie-box {
	height:140px;
}
.himeshima-box {
	margin-left: 15px;
	margin-bottom:15px;
}

.mo-pl {
	width:100%;
	border:1px solid #C60;
}

.mo-pl td {
	padding:10px;
}

.mo-pl .cha {
	background-color:#C60;
	color:#FFF;
	font-weight:bold;
}

.mo-pl .cha02 {
	font-size:150%;
	font-weight:bold;
}

