@charset "shift_jis";

/*------------------------------------------------
	　	2カラムバリエーションタイプ3
		青色左メニュー				
		著作権　黄金のネット生活	
		http://ougonnetlife.com/	

著作権は消さないようにお願いします。
それ以外のコメントは特に必要なければ消してください
------------------------------------------------*/
/*------------------------------------------------	　
		ブラウザのスタイルを初期化	
------------------------------------------------*/
*{
	font-family:"MS PGothic", Osaka, sans-serif;
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	background: url(parts/back-box001-gray.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: #666666;
}

/*------------------------------------------------
　　	本体の設定 
------------------------------------------------*/
div#container{
	width: 760px;
	margin: 10px auto 10px;	
}

div#inside{
	width: 760px;
	margin-bottom: 10px;
	background: url(parts/temp2v003-blue.gif) repeat-y;
}

/*------------------------------------------------
　　		トップ部分
------------------------------------------------*/
#header{
	height: 150px;
	margin-bottom: 20px;
}

.header-top{
	height: 130px;
	text-align: left;
}

.header-top p{
	padding: 0 10px 0 25px;
	color: #666666;
	background-color: transparent;
}

.header-bottom{
	height:20px;
	text-align: right;
}

.header-bottom p{
	padding: 0 5px;
	font-size: 80%;
	color: #666666;
	background-color: transparent;
}

/*------------------------------------------------
		hxの設定
------------------------------------------------*/
h1, h1 a{
	padding-top: 30px;
	font-size :50px;
	color: #333333;
	background-color: transparent;
	text-indent: 20px;
}


/*------------------------------------------------
		メインコンテンツ部分の設定
------------------------------------------------*/
#mainside {	
	width: 520px;
	float: right;
	padding: 0 5px 50px 0;/*------文章と外枠の間隔をとる--*/
}

/*-------コンテンツ部分内枠---------------------*/
#main-box {
	clear: both;
	text-align: left;
	padding: 0 15px;
}

/*------------------------------------------------
		サイドバー（メニュー）部分の設定
------------------------------------------------*/
#sidebar {
	width: 220px;
	float: left;
}

/*---------メニュー部分内枠---------------------*/
#sidebox {
	clear: both;
	text-align: left;
	padding: 130px 10px 50px;
}

/*------------------------------------------------
　　		更新枠の設定
------------------------------------------------*/
.renew{
	height: 70px;
	overflow: auto;/*---文章が縦70px越すとスクロールパー---*/
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

#main-box .renew p{
	line-height: 120%;/*行間の設定*/
	font-size: 12px;
	padding: 5px;/*------文章と外枠の間隔をとる--*/
}


/*------------------------------------------------
　　		本文の設定
------------------------------------------------*/

#main-box p{
	padding: 0 15px;/*文章と左右外枠の間隔をあける*/
	line-height: 150%;/*行間の設定*/
}

/*　商品枠のフォント・初期設定
------------------------------------------------*/
table, table p , table a {
	font-size: 12px;
	text-align: left;
	color:#666666;
	background-color: transparent;
}


/*------文章枠のまわりに枠線をつける------------*/
.border-all{
	border: 1px solid #cccccc;
}

/*------文章枠の各辺に枠線をつける--------------*/
.border-tb{
	border-top: 2px dotted #cccccc;
	border-bottom: 2px dotted #cccccc;
}


/*------------------------------------------------
　　		見出し周りのタイプ
------------------------------------------------*/
/*---基本設定---*/
h2, h3 {
	color: #666666;
	line-height: 25px;
	font-size :14px;
	margin-bottom: 10px;
}

/*----タイプ1---*/
.entry-1 {
	padding: 0 5px 0 17px;
	background: url(parts/icon-square001-black.gif) no-repeat left center;/*背景に角画像*/
}

/*----タイプ2---*/
.entry-2 {
	padding: 0 5px 0 17px;
	border-bottom: 2px solid #cccccc;
	background: url(parts/icon-circle001-black.gif) no-repeat left center;/*背景に丸画像*/
}

/*----タイプ3---*/
.entry-3 {
	padding: 0 5px;
	border: 1px solid #cccccc;
}

/*---タイプ4---*/
.entry-4 {
	padding: 0 5px;
	text-align: center;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.no-margin {
	margin-bottom: 0;/*見出し下のマージンが要らないときに消す*/
}


/*------------------------------------------------
　　　	サイドバーの見出し・ボタン
------------------------------------------------*/

h4, .side-entry, .linkbox-entry {
	color:#ffffff;
	background-color: transparent;
	font-size: 13px;
	padding: 0px 5px;
	line-height: 20px;
}

h4, .side-entry, .linkbox-entry {
	border-bottom: 3px solid #ffffff;
}

h4.linkbox-entry { 
	border: 1px solid #ffffff;
	border-bottom: none;
}

/*リンク時の設定
------------------------------------------------*/

h4 a, .side-entry a, .linkbox-entry a {
	width: auto;
	text-decoration: none;/*--リンクの下線を消す--*/
	display: block;
	color:#ffffff;
	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{
	border: 1px solid #ffffff;
}

.linkbox p{
	padding:5px;
	color: #ffffff;
	background-color: transparent;
}


/*------------------------------------------------
　　　	メニューの設定
------------------------------------------------*/

/*　タイプ1
------------------------------------------------*/
.menu-ul {
	padding-left: 5px;
	list-style-type: none;/*--リストの先頭のドットを消す--*/
}

.menu-ul li{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background-color: transparent;
	border-bottom: 1px dotted #ffffff;
}

.menu-ul li a{
	height: 20px;
	text-decoration: none;/*--リンクの下線を消す--*/
	display: block;
	color: #ffffff;
	background-color: transparent;
}


/*　タイプ２
------------------------------------------------*/
.menu-ul2{
	list-style-type: square;
	padding-left: 19px;
}

.menu-ul2 li {	
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
	background-color: transparent;
}

.menu-ul2 li a{
	height: 20px;	
	text-decoration: none;/*--リンクの下線を消す--*/
	display: block;
	color: #ffffff;
	background-color: transparent;
}

/*-----メニューにマウスポインタが乗った時------*/
.menu-ul2 li a:link:hover,
.menu-ul2 li a:visited:hover
.menu-ul li a:link:hover,
.menu-ul li a:visited:hover {
	color: #ff0000;/*-----メニューの文字色------*/
	background-color: #cccccc;/*--バックの色----*/
}

/*-----指定した部分の枠線を消す-----------------*/
li.noborder{
	border-bottom :none;
}

/*------------------------------------------------
　　ボトムマージンを付け、少し間隔をあける
------------------------------------------------*/

.marg5{
	margin-bottom: 5px;
}

.marg10{
	margin-bottom: 10px;
}

.marg20{
	margin-bottom: 20px;
}

/*------------------------------------------------
　　		アイコンの設定
------------------------------------------------*/
.icon-mail{
	background: url(parts/mail.gif) no-repeat;
	padding-left: 23px;
}

/*------------------------------------------------
　　　		クリアフィックス
------------------------------------------------*/
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/*------------------------------------------------
　　　色の設定用　下の設定を参考に自分で
					作るのもいいでしょう。
------------------------------------------------*/
.mojired{
	color:#ff0000;
}

.mojiblue{
	color:#0000ff;
}

.mojiyellow{
	color:#ffff00;
}

.mojigreen{
	color:#00ff00;
}

.mojiwhite{
	color:#ffffff;
}

/*------------------------------------------------
　　　		著作権の表示
------------------------------------------------*/
div#footer{
	height: 50px;
	border: 1px solid #666666;
	background: url(parts/white-touka.gif) repeat;
}

address{
	padding-top: 10px;
	margin: 0 auto;
}	

address p, address a{
	font-size: 13px;
	font-style: normal;
	text-decoration: none;/*リンクの下線表示をなくす*/
	color: #333333;
	background-color: transparent;
}


span.pointup{
	background-color:yellow;
	font-weight:bold;
	font-size:12pt;
}
span.pointup2{
	color:red;
	font-weight:bold;
	font-size:16pt;
}