/*
	Theme Name: template-type4_orange
	Theme URI: テーマのホームサイトの URI
	Description: 企業テンプレート  タイプ4（両サイドメニュー型） オレンジ
	Author: ヴァイタル・インフォメーション株式会社
	Author URI: http://www.vitals.co.jp
	Version: 0.00
	コメント／利用許諾の記述（あれば）
----------------------------------------------------------------------
	Changelog:
		v0.00 - 2011.10.28 draft版リリース htakenaka
*/


/*全体
**************************************************************/
@charset "utf-8";

body {
	background-position: top;
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	height: auto;
	width: 960px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	color: #000000;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

h3 {
	color: #000000;
	font-size: 18px;
	border-left: 5px solid #ff4500;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

/* 段落の行間を詰める */
p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 20px;
}

a {
	color: #000000;
}

a:hover {
	color: #ff4500;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

li {
	color: #000000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px 0px;
}

td {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

td p {
	padding-left: 0px;
}

.title {
	background-image: url("./images/base.gif");
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	margin-top: 0px;
	padding-left: 5px;
}

.page_title {
	border-bottom: 1px solid #ff4500;
	border-left-style: solid;
	border-left-color: #ff4500;
	border-left-width: 5px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.page_title h2,h3 {
	font-weight: normal;
}

.page_back {		/* ページの先頭へ戻る */
	text-align: right;
	margin-top: 30px;
}

.post_time {		/* 投稿日時 */
	text-align: right;
	margin-top: 5px;
}

.list ul {
	background-color: #e7e7e7;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.list li {
	font-size: 80%;
	list-style-type: disc;
}

/* フォントサイズ変更用クラス */
.fontsmall {
	font-size: 80%;
}

.fontmedium {
	font-size: 100%;
}

.fontlarge {
	font-size: 120%;
}

/*レイアウト
**************************************************************/
/**** 全体 ****/
#container {
	width: 950px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

/**** トップページ **************/
#left_contents {
	width: 195px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

#center_contents {
	width: 545px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

#right_contents {
	width: 195px;
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

/**** 固定ページ **************
***** 投稿ページ *************/
#page_contents {
	width: 740px;
	float: right;
	margin-bottom: 10px;
}

/*ヘッダー
**************************************************************/
#header {
	background: #ffffff;
	min-height: 40px;
	width: 950px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#logo h1 {
	margin: 0px;
}

#logo a {
	display: block;
	color: #000000;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
}

.desc {
	display: block;
	color: #000000;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}

/*ヘッダー画像
**************************************************************/
#header_img {
	display: block;
	width: 950px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/*TOPMENU
**************************************************************/
#top_nav {
	background: none repeat scroll 0 0 #ff4500;
	background-image: url("./images/base_menu.gif");
	line-height: normal;
	display: block;
	height: auto;
	width: 950px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.menu li {
	border-right: 1px solid #ffffff;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.menu ul li:hover {
	background-image: url("./images/base_menu_hover.gif");
}

.menu ul li:hover > ul {
	display: block;
}

.menu ul li a {
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}

/* 第２階層 以降 - TOPメニューマウスオーバー時表示 - */
.menu ul li ul {
	display: none;
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
}

.menu ul li ul li {
	background: none repeat scroll 0 0 #ff4500;
	background-image: url("./images/base_menu.gif");
	border-top: 1px solid #ffffff;
	border-left: 2px groove #cccccc;
	border-bottom: 1px solid #ffffff;
	display: block;
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li ul li:hover > a {
	font-weight: bold;
}

.menu ul li ul li a {
	font-weight: normal;
	font-size: 16px;
	height: auto;
	width: 150px;
	padding-left: 5px;
}

/*** ▼トップページ▼ ***************************************************/
/*トップ画面メッセージ
**************************************************************/
#info_contents {
	margin-bottom: 10px;
}

#info_contents p {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#info_contents li {
	border: 2px solid #e7e7e7;
	margin-bottom: 10px;
}

/*コンテンツ
**************************************************************/
#main_contents {
	margin-bottom: 10px;
}

#right_contents li a:hover {
	text-decoration: underline;
}

/*新着案内(投稿一覧)
**************************************************************/
#post_list {
	width: 195px;
	margin-bottom: 10px;
}

/*** ▲トップページ▲ ***************************************************/

/*サイドバー
**************************************************************/
#l_sidebar {
	background-color: #e7e7e7;
	line-height: normal;
	margin-right: 5px;
	margin-bottom: 10px;
}

#l_sidebar p {
	margin-bottom: 20px;
}

#l_sidebar li {
	border-top: 1px dotted #ff4500;
	padding-left: 15px;
}

#l_sidebar li a:hover {
	text-decoration: underline;
}

#l_sidebar .children li {
	border-top: none;
	list-style-type: circle;
	margin-left: 15px;
    padding-left: 0px;
}

/*固定ページ
  投稿ページ
**************************************************************/
#page_contents p {
	margin-bottom: 10px;
}

#page_contents table {
	width: 720px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#page_contents td p {
	margin-bottom: 0px;
}

/*お問い合わせページ
**************************************************************/
#contactstxt2 {
	padding-left: 20px;
}

#contactstxt2 table {
	width: 700px;
}

/*フッター
**************************************************************/
#footer {
	background: #ff4500;
	background-image: url("./images/base_footer.gif");
	color: #ffffff;
	font-size: 12px;
	height: 55px;
	width: 950px;
	clear: both;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer p {
	color: #edeef0;
	padding-top: 20px;
	padding-right: 10px;
}

#copytext {
	float: right;
	padding: 0px;
}

#design {
	float: left;
	margin-top: 35px;
	padding: 0px;
}

#design a {
	color: #d2691e;
	text-decoration: none;
	padding-left: 10px;
}
