﻿@charset "utf-8";

@import url("./common.css");

@import url("./styles.css");



/* ==================================================

  INDEX sub.css

 ----------------------------------------------------

　base

  1.navi			ぱんくず

  2.contents		画面右

  3.left_box		画面左

  4.right_box		画面右

  5.title			タイトル

  6.cat_navi		カテゴリー別ナビ

================================================== */





/* 1.navi	ぱんくず

================================================== */

#navi{

	width		: 800px;

	margin		: -15px auto 5px auto;

	text-indent	: 0.8em;

	text-align	: left;

	letter-spacing	: 0;

	}



#navi a,

#navi a:hover{

	color		: #333;

	}



.pagetop{

	width		: 800px;

	margin		: 0 auto;

	padding		: 5px 0 0 0;

	text-align	: right;

	clear		: both;

	background	: url("../img/common/bg_side01.gif") no-repeat left top;

	}





/* 2.contents	画面右

================================================== */

#contents{

	background	: url("../img/common/bg_side02.gif") repeat-y;

	}

	

.entry_box{

	line-height	: 1.6em;

	}



.entry_box p{

	}





/* 3.left_box	画面左

================================================== */

#left_box{

	width		: 200px;

	float		: left;

	text-align	: left;

	}



.left_contents{

	width		: 180px;

	padding		: 15px 10px 15px 10px;

	background	: url("../img/common/bg_side01.gif") no-repeat;

	}



.li_side li{

	padding		: 5px 3px 8px 20px;

	border-bottom	: dashed 1px #CCC;

	background	: url("../img/common/li01.gif") no-repeat 5px 10px;

	}





/* 4.right_box	画面右

================================================== */

#right_box{

	width		: 580px;

	float		: right;

	text-align	: left;

	}





/* 5.title	タイトル

================================================== */

.ttl_sub{

	margin		:  0 0 15px 0;

	}



.ttl01{

	margin		: 0 0 10px 0;

	}



.ttl02{

	width		: 580px;

	margin		: 0;

	padding		: 5px 0;

	clear		: both;

	font-size	: 105%;

	text-indent	: 1.2em;

	font-weight	: bold;

	background	: url("../img/bg_ttl02.gif") no-repeat;

	}



.ttl03{

	width		: 570px;

	margin		: 5px 0 15px 0;

	padding		: 5px 0;

	clear		: both;

	font-size	: 105%;

	border-bottom	: solid 1px #CCC;

	}





/* 6.cat_navi	カテゴリ別ナビゲーション

================================================== */

.cat_navi{

	 margin		: 30px 0 60px 0;

	 clear		: both;

	}



.cat_navi p{

	background	: #EEE;

	}



.cat_navi ul{

	

	}



.cat_navi li{

	width		:175px;

	padding-left: 15px;

	float		: left;

	background	: url("../img/common/li01.gif") no-repeat left center;

	}
