@charset "shift_jis";

/*------------------------------------------------
	　	2カラムヘッダー付きビジネスタイプ
	　	緑色　右メニュー			
		著作権　黄金のネット生活	
		http://ougonnetlife.com/	

著作権は消さないようにお願いします。
それ以外のコメントは特に必要なければ消してください
------------------------------------------------*/
/*------------------------------------------------	　
		ブラウザのスタイルを初期化	
------------------------------------------------*/
* {
	font-family:"MS PGothic", Osaka, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
        background:#ffffee url(parts/haikei1.jpg) repeat;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	color: #333333;
}

h1 a,h2 a,h3 a,h4 a {
	text-decoration: none;
}

p,ul,ol {
	font-size: 90%;
	color: #333333;
	line-height: 150%;/*行間の設定*/
}

/*------------------------------------------------
　　	本体の設定 
------------------------------------------------*/
div#container {
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background:#ffffff url(parts/greenback220.gif) repeat-y right;		
}

/*------------------------------------------------
　　	ヘッダー部分
------------------------------------------------*/
#header {
	height: 100px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #99cccc;
	background: url(parts/ch-1.jpg) }

.header-top {
	height: 80px;
	text-align: left;
}

.header-top p {
	line-height: 120%;/*h1にあわせるとセンターにそろう*/
	padding: 0 30px;
	color: #ffffff;
	background-color: transparent;
}


.header-bottom {
	height: 20px;
	text-align: right;
}

.header-bottom p {
	padding: 0 5px;
	color: #ffffff;
	background-color: transparent;
	line-height: 20px;
}

/*　タイトルの設定
------------------------------------------------*/
h1,h1 a {
	font-size :36px;
	color: #ffffff;
	background-color: transparent;
	text-indent: 10px;
	line-height: 40px;/*header-topにあわせるとセンターにそろう*/
}

/*------------------------------------------------
　　	ヘッダー下・リンク部分
------------------------------------------------*/
#navi-bar {
	height: 25px;
	text-align: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url(parts/menugray.jpg) left center repeat;
}

#navi-bar ul {
	padding-left: 10px;
	list-style-type: none;/*--リストの先頭のドットを消す--*/
}

#navi-bar li {
	float:left;
	padding: 0 15px;
	line-height: 25px;
	border-right: 1px solid #cccccc;	
	color: #ffffff;;/*-----メニューの文字色------*/
}

#navi-bar li a {
	text-decoration: none;/*--リンクの下線を消す--*/
	display: block;	
	color: #000000;;/*-----メニューの文字色------*/
	background-color: toransparent;
}

#navi-bar li a:link:hover, #navi-bar li a:visited:hover {
	color: #ff0066;/*-----メニューの文字色------*/
	background-color: toransparent;
}

/*------------------------------------------------
		メインコンテンツ部分の配置
------------------------------------------------*/
#mainside {	
	width: 570px;
	float: left;
	display: inline;
}

/*　コンテンツ部分内枠
------------------------------------------------*/
#mainside-box {
	clear: both;
	text-align: left;
	padding: 5px 0 10px 5px;/*------文章と外枠の間隔をとる--*/
}


/*------------------------------------------------
		サイドバー（メニュー）部分の配置
------------------------------------------------*/
#sidebar {
	width: 220px;
	float: right;
	display: inline;
}

/*　メニュー部分内枠
------------------------------------------------*/
#sidebar-box {
	clear: both;
	text-align: left;
	padding: 0;/*------文章と外枠の間隔をとる--*/
}


/*------------------------------------------------
　　		更新枠の設定
------------------------------------------------*/
.renew {
	height: 70px;
	overflow: auto;/*---文章が縦70px越すとスクロールパー---*/
	padding: 3px 0;/*------文章の上下間に余白をとる--*/
}

.renew p {
	line-height: 120%;/*行間の設定*/
	font-size: 12px;
}


/*------------------------------------------------
　　		本文見出し周りのタイプ
------------------------------------------------*/

/*　見出しの基本設定
------------------------------------------------*/
h2, h3 {
	font-size :14px;
	padding:0px 5px;
	line-height:25px;
	color:#669999;
	margin-bottom: 10px;/*見出しの下-文章との間に10pxの空白をもうける*/
}

/*　タイプ1
------------------------------------------------*/
.entry-1 {
	color: #ffffff;
	background-color: #666666;
}

/*　タイプ2
------------------------------------------------*/
.entry-2 {
	border-left: 5px solid #99cccc;
	border-bottom: 1px solid #99cccc;
}

/*　タイプ3
------------------------------------------------*/
.entry-3 {
	border-bottom: 2px solid #99cccc;
}


/*　タイプ4
------------------------------------------------*/
.entry-4 {
	border-top: 2px solid #99cccc;
	border-bottom: 2px solid #99cccc;
}

/*　見出し下のマージンを消す・更新履歴など
------------------------------------------------*/

#mainside-box .no-margin {
	margin-bottom: 0;
}



/*------------------------------------------------
　　		本文の設定
------------------------------------------------*/

/*　文章
------------------------------------------------*/
#mainside-box p {
	padding: 0 5px;/*文章と左右外枠に5px間隔をあける*/
}

/*　商品枠のフォント・初期設定
------------------------------------------------*/
table, table p , table a {
	font-size: 12px;
	text-align: left;
	color:#666666;
	background-color: transparent;
}


/*　文章に枠線をつける・divでかこむ
------------------------------------------------*/
.border-all {
	border: 1px solid #99cccc;	
}

/*　文章の3辺に枠線をつける(参考）
------------------------------------------------*/
.border-rlb {
	/*border-top:1px solid #99cccc;*/
	border-left: 1px solid #99cccc;
	border-right: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
}

/*　文章の上下に破線をつける(参考）
------------------------------------------------*/
.border-tb {
	border-top: 2px dotted #99cccc;
	border-bottom: 2px dotted #99cccc;
}

/*　枠線が重複しないように消す
------------------------------------------------*/
.no-border {
	/*border-top: none;*/
}


/*------------------------------------------------
　　　	サイドバーの見出し・ボタン
------------------------------------------------*/

h4, .side-entry, .linkbox-entry {
	color:#666666;
	background-color: transparent;
	font-size: 13px;
	padding: 0px 5px;
	line-height: 20px;
}

h4, .side-entry, .linkbox-entry {
	border-top: 1px solid #99cccc;
	border-left: 5px solid #669999;
	border-right: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	background: url(parts/menugray.jpg) repeat;
}

h4.linkbox-entry { 
	border: 1px solid #99cccc;
	border-bottom: none;/*--重複するとき下ボーダーを消す--*/
	background: #ffffff none;
}

/*リンク時の設定
------------------------------------------------*/

h4 a, .side-entry a, .linkbox-entry a {
	width: auto;
	text-decoration: none;/*--リンクの下線を消す--*/
	display: block;
	color:#666666;
	background-color: transparent;
}

/*　メニューにマウスポインタが乗った時色がかわる
------------------------------------------------*/

h4 a:link:hover, 
h4 a:visited:hover,
.side-entry a:link:hover, 
.side-entry a:visited:hover,
.linkbox-entry a:link:hover, 
.linkbox-entry a:visited:hover {
	color: #ff0000;
	background-color: transparent;
}


/*------------------------------------------------　
			汎用枠
------------------------------------------------*/

/*　ボーダー有り・左寄せ
------------------------------------------------*/
.linkbox {
	padding: 5px;
	text-align: left;
	border: 1px solid #99cccc;
	background-color: #ffffff;
}

/*　ボーダー有り・センター寄せ
------------------------------------------------*/
.linkbox2 {
	padding: 5px;
	text-align: center;
	border: 1px solid #99cccc;
	background-color: #ffffff;
}

.linkbox p, .linkbox2 p {
	color: #666666;
	line-height: 120%;/*行間の設定*/
	background-color: transparent;
}

.no-border{
	border-bottom: none;
}

/*------------------------------------------------
　　　		メニューの設定
------------------------------------------------*/

/*	メニューの設定　タイプ1
------------------------------------------------*/
.menu-ul {
	padding-bottom: 14px;
	list-style-type: none;/*--リストの先頭のドットを消す--*/
	border-left: 1px solid #99cccc;
	border-right: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	background-color: #ffffff;
}

.menu-ul li, .menu-ul li a {
	text-indent: 0.5em; 
	font-size:12px;
	line-height: 150%;
	color:#666666;
	background-color:transparent;
	border-bottom:1px dotted #cccccc;
}

/*	メニューの設定　タイプ２
------------------------------------------------*/
.menu-ul2 {
	padding-left: 20px;
	border-left: 1px solid #99cccc;
	border-right: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	background-color: #ffffff;
}

.menu-ul2 li, .menu-ul2 li a {
	font-size:12px;
	color:#666666;
	line-height: 150%;
	background-color:transparent;
}


/*　リンク時の設定
------------------------------------------------*/
.menu-ul li a, .menu-ul2 li a {
	border: none;
	text-decoration:none;/*--リンクの下線を消す--*/
	height: 150%; /*-----IE対策------*/	
	display: block;	
}

/*　メニューにマウスポインタが乗った時色がかわる
------------------------------------------------*/

.menu-ul li a:link:hover, 
.menu-ul li a:visited:hover,
.menu-ul2 li a:link:hover, 
.menu-ul2 li a:visited:hover {
	color:#ff0000;/*-----メニューの文字色------*/
	background-color:#ccffcc;/*--バックの色----*/
}

li.noborder {
	border-bottom:none;
}



/*------------------------------------------------
　　ボトムマージンを付け、少し間隔をあける
------------------------------------------------*/
.marg1 {
	margin-bottom:1px;
}

.marg5 {
	margin-bottom:5px;
}

.marg10 {
	margin-bottom:10px;
}

.marg20 {
	margin-bottom:10px;
}


/*------------------------------------------------
　　		アイコンの設定
------------------------------------------------*/
.icon1 {
	background:url(parts/icon-squere-brue001.gif) no-repeat;
	padding-left:18px;
	display:block;	
}

.icon2 {
	background:url(parts/mail.gif) no-repeat left center;
	padding-left:23px;
	display:block;
}


/*------------------------------------------------
　　　		floatのクリア
------------------------------------------------*/
.clear {
	clear:both;
}


/*------------------------------------------------
　　文字色の設定用　下の設定を参考に自分で
					作るのもいいでしょう。
------------------------------------------------*/
.mojired {
	color:#ff0000;
}

.mojiblue {
	color:#0000ff;
}

.mojiyellow {
	color:#ffff00;
}

.mojigreen {
	color:#00ff00;
}

.mojiwhite {
	color:#ffffff;
}


/*------------------------------------------------
　　　		著作権の表示
------------------------------------------------*/
#footer {
	width: auto;
	height: 70px;
	border-top: 3px solid #669999;
	background: #99cccc;/*--バックの色----*/
}

address {
	padding-top: 15px;
	margin: 0 auto;
}	

address p, address a {
	font-size: 13px;
	font-style: normal;
	color: #669999;
	background-color: transparent;
	text-decoration: none;/*リンクの下線表示をなくす*/
}
