@charset "shift_jis";

/*------------------------------------------------
	　　3カラムバリエーション
	　　タイプ1　青色　				
		著作権　黄金のネット生活	
		http://ougonnetlife.com/	

著作権は消さないようにお願いします。
それ以外のコメントは特に必要なければ消してください
------------------------------------------------*/
/*------------------------------------------------	　
		ブラウザのスタイルを初期化	
------------------------------------------------*/
*{
	font-family:"MS PGothic", Osaka, sans-serif;
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	background: url(parts/back-line001-gray.gif) repeat;
}

h1,h2,h4,h3,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%;/*行間の設定*/
}

/*------------------------------------------------
　　		本体の設定 
------------------------------------------------*/
#container{
	width: 780px;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;	
}

/*------------------------------------------------
　　		トップ部分
------------------------------------------------*/
#header{
	height: 100%;
	text-align: left;
}

.header-top{
	height: 40px;
	background: #ffffff url(parts/top-right001.jpg) no-repeat right;
}

/*----------------------------------------------
			サブタイトルの設定の注意
			line-heightをh1のサイズに合わせると
			水平中央にそろいます
------------------------------------------------*/
.header-top p{
	line-height: 40px;
	padding: 0 10px;
	color: #006699;
	background-color: transparent;
}

.header-bottom{
	height: 100px;
	border-top: 5px solid #cccccc;
	border-bottom: 2px solid #ffffff;
	background: url(parts/3col-back001-blue.jpg) no-repeat;
}


/*------------------------------------------------
		hxの設定
------------------------------------------------*/
h1{
	font-size : 36px;
	line-height: 40px;
	color: #006699;
	background-color: transparent;
	text-indent: 10px;
	float: left;
}

h1 a{
	color: #006699;
	background-color: transparent;
}


/*------------------------------------------------
　　ヘッダー下・リンク部分
------------------------------------------------*/
#navi-bar{
	height: 25px;
	text-align: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url(parts/bar-back001.jpg) left center repeat;
}

.navi-ul{
	padding-left: 10px;
	list-style-type: none;/*--リストの先頭のドットを消す--*/
}

.navi-ul li{
	float: left;
	padding: 0 15px;
	line-height: 25px;
	border-right: 1px solid #cccccc;
	color: #ffffff;
	background: url(parts/bar-back001-black.jpg) repeat left center;
}

.navi-ul li a{
	text-decoration: none;/*--リンクの下線を消す--*/
	color: #ffffff;/*-----メニューの文字色------*/
	background-color: toransparent;
	display: block;
}

.navi-ul li a:link:hover, .navi-ul li a:visited:hover {
	color: #ff0066;
	background-color: transparent;/*-----メニューの文字色------*/
}

/*------------------------------------------------
　　左サイド・中央コンテンツをまとめる
------------------------------------------------*/
#main{
	width: 625px;
	float: right;
	padding-bottom: 10px;
}

/*------------------------------------------------
　　中央コンテンツ部分
------------------------------------------------*/
#mainside{
	width: 470px;
	float: left;
}

#main-box{
	clear: both;
	text-align: left;
}

/*------------------------------------------------
　　　メニュー部分の設定
------------------------------------------------*/
/*----------右サイド----------------*/

#leftside{
	width: 150px;
	float: left;
	border-right: 1px solid #cccccc;/*------メニュー部分右のボーダー--*/
}

/*----------左サイド----------------*/

#rightside{
	width: 150px;
	float: right;
	border-left: 1px solid #cccccc;/*------メニュー部分左のボーダー--*/
}

/*----------サイド内枠----------------*/
.sidebox{
	clear: both;
	text-align: left;
}

/*------------------------------------------------
　　		更新枠の設定
------------------------------------------------*/
.renew{
	height: 70px;
	overflow: auto;/*---文章が縦70px越すとスクロールパー---*/
	padding: 5px;/*------文章と外枠の間隔をとる--*/
}

.renew p{
	line-height: 120%;/*行間の設定*/
	font-size: 12px;
}

/*------------------------------------------------
　　		本文の設定
------------------------------------------------*/
#main-box p {
	padding: 0 5px;/*文章と左右外枠の間隔をあける*/	
}

/*　商品枠のフォント・初期設定
------------------------------------------------*/
table, table p , table a {
	font-size: 12px;
	text-align: left;
	color:#666666;
	background-color: transparent;
}

/*------文章枠のまわりに枠線をつける------------*/
.border-all {
	border: 1px solid #cccccc;
}

/*------文章枠の各辺に枠線をつける--------------*/
.border-rlb {
	/*border-top:1px solid #cccccc;*/
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*------文章枠の上下に破線をつける(参考）-------*/
.border-tb {
	border-top: 2px dotted #cccccc;
	border-bottom: 2px dotted #cccccc;
}

/*------------------------------------------------
　　		見出しタイプ
------------------------------------------------*/
h2, h3 {
	font-size :14px;
	padding: 0 5px;
	margin-bottom: 10px;/*--見出しと文の間に10pxの間隔--*/
	line-height: 25px;
	color: #006699;
	background-color: transparent;
}

/*---タイプ１---*/
.entry-1{
	border-bottom: 1px solid #cccccc;
	background: #ffffff url(parts/top-right002.jpg) no-repeat right;
}

/*----タイプ2---*/
.entry-2{
	border-bottom: 2px solid #cccccc;
}

/*----タイプ3---*/
.entry-3{
	border: 1px solid #cccccc;
	border-left: 5px solid #006699;
}

/*---商品部分見出し---*/
.entry-4{
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.no-margin{
	margin-bottom: 0;
}


/*------------------------------------------------
　　　		メニューサイド内の設定
------------------------------------------------*/
/*---見出し・ボタン---*/
h4 {
	font-size: 14px;
	padding: 0 5px;
	line-height: 25px;
	color: #006699;
	border: 1px solid #cccccc;
	background: transparent url(parts/menugray.jpg) repeat;
}

h4 a{
	width: auto;
	color: #006699;
	background-color: transparent;
	text-decoration: none;/*--リンクの下線を消す--*/
	display: block;
}

h4 a:link:hover, h4 a:visited:hover{
	color: #ff0000;
	background-color: transparent;
}

/*-------汎用枠-------*/
.linkbox{
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	padding:5px;
}

.linkbox p{
	font-size: 12px;
	color: #0099cc;
	line-height: 120％;
	background-color: transparent;
}

/*------------------------------------------------
　　　		メニューの設定
------------------------------------------------*/
/*	タイプ1
------------------------------------------------*/
.menu-ul{	
	width: auto;
	list-style-type: none;/*--リストの先頭のドットを消す--*/
	background-color: #ffffff;
}

.menu-ul li{
	text-indent : 5px;
	color: #0099cc;
	background-color: transparent;
	line-height: 20px;
	border-bottom: 1px dotted #cccccc;
}

/*	タイプ2
------------------------------------------------*/
.menu-ul2{
	list-style-type: square;
	background-color: #ffffff;
}

.menu-ul2 li{	
	margin-left: 19px;
	line-height: 20px;
	color: #0099cc;/*-----文字色------*/
	background-color: transparent;
}

/*-----------------リンクの設定-------------------*/
.menu-ul li a, .menu-ul2 li a{
	height: 20px;	
	text-decoration: none;/*--リンクの下線を消す--*/
	color: #0099cc;/*-----文字色------*/
	background-color: transparent;
	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: #eaeaea;/*--バックの色----*/
}

/*-----指定した部分の枠線を消す-----------------*/
li.noborder{
	border-bottom :none;
}


/*------------------------------------------------
　　ボトムマージンを付け、少し間隔をあける
------------------------------------------------*/
.marg1{
	margin-bottom:1px;
}

.marg5{
	margin-bottom:5px;
}


.marg10{
	margin-bottom:10px;
}

/*------------------------------------------------
　　　		floatのクリア
------------------------------------------------*/
.clear{
	clear:both;
}

/*------------------------------------------------
　　　色の設定用　下の設定を参考に自分で
					作るのもいいでしょう。
------------------------------------------------*/
.mojired{
	color:#ff0000;
}

.mojiblue {
	color:#0000ff;
}

.mojiyellow{
	color:#ffff00;
}

.mojigreen{
	color:#00ff00;
}

.mojiwhite{
	color:#ffffff;
}

/*------------------------------------------------
　　		アイコンの設定
------------------------------------------------*/
.icon1{
	background: url(parts/icon-allow-ffffff.gif) no-repeat;
	padding-left: 15px;
}

.icon2{
	background: url(parts/mail.gif) no-repeat;
	padding-left: 23px;
}

/*------------------------------------------------
　　　		著作権の表示
------------------------------------------------*/
#footer{
	height: 70px;
	border-top: 5px solid #6699cc;
	background: #cccccc url(parts/stripe-001.gif) repeat;/*--バックの色----*/
}

address{
	padding-top: 10px;
	margin: 0 auto;
}	

address p, address a {
	font-size: 13px;
	font-style: normal;
	color: #666666;
	background-color: transparent;
	text-decoration: none;/*リンクの下線表示をなくす*/
}



