@charset "shift_jis";

/*------------------------------------------------	　
		ブラウザのスタイルを初期化	
------------------------------------------------*/
{
	font-family: font-family: osaka;
	margin: 0;
	padding: 0;
}

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;
}
/*======================================
	1-4. Hypertext Module
=======================================*/


body {
	font-family: メイリオ,Meiryo,"Trebuchet MS","ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
	line-height: 140%;
	margin: 0;
        font-color: #333333;
	*font-size: small;
	*font: x-small;
    background-color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: overline underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
/*--------------------------------------
	1-9.Tables Module
---------------------------------------*/

table {
	cellspacing: 0px
	
}

th,
td {
	border: 1px solid #333333;
	padding: 2px 2px;
}

th {
	color: #fff;
	background-color: #999;
}

td {
	text-align: center;
}

/*------------------------------------------------
　　		本体の設定 
------------------------------------------------*/
#container{
	width: 980px;
    margin: 0 auto;
	text-align: center;
    position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;	
}

/*------------------------------------------------
　　		トップ部分
------------------------------------------------*/
#header{
	height: 100%;
	text-align: left;
    position: relative;
}

.header-top{
	height: 75px;
	background: url(parts/980top-3.gif) no-repeat;
}
#header pre {
  position:absolute; 
  margin-right : 0px;
  margin-top : -63px;
  margin-left :825px;
  width:30px;
  height:30px;
  font-size: 0.8em;
    
}

#header pre a {
    text-decoration: none;
    color: #000fff;
}

#header pre a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ff0000;
}
/*----------------------------------------------
			サブタイトルの設定の注意
			line-heightをh1のサイズに合わせると
			水平中央にそろいます
------------------------------------------------*/
.header-top p{
	line-height: 30px;
	padding: 0 ;
    margin-left: 260px;
	color: #006666;
	background-color: transparent;
}

.header-bottom{
	height: 240px;
 }

.header-bottom table{
	margin-bottom: 0.5em;
	margin-left: 10%;
    margin-right: 5%;
 }
 
/*------------------------------------------------
		hxの設定
------------------------------------------------*/
h1 {
  padding-top :8px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

h1 a{
	color: #006666;
	background-color: transparent;
}


/*------------------------------------------------
　　ヘッダー下・リンク部分
------------------------------------------------*/
#navi-bar{
	text-align: left;
}

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

}

.navi-ul li{
	float: left;
	padding: 0 15px;
	line-height: 25px;
	
	
}

.navi-ul li a{
	background-color: toransparent;
	display: block;
}

.navi-ul li a:link:hover, .navi-ul li a:visited:hover {
	color: #ff0066;
	
}

/*------------------------------------------------
　　左サイド・中央コンテンツをまとめる
------------------------------------------------*/
#main{
	width: 780px;
	float: right;
	padding-bottom: 0px;
}

/*------------------------------------------------
　　中央コンテンツ部分
------------------------------------------------*/
#mainside{
	width: 520px;
	float: left;
        
}
#main-box p{
	background-image: url(img/note_line.gif);        
}

#main-box{
	clear: both;
	text-align: left;
    padding: 0 5px 0;
}

/*------------------------------------------------
　　　メニュー部分の設定
------------------------------------------------*/
/*----------左サイド----------------*/

#leftside{
	width: 180px;
	float: left;
	border-right: 1px solid #cccccc;/*------メニュー部分右のボーダー--*/
}

/*----------右サイド----------------*/

#rightside{
	width: 255px;
	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;/*	文章と左右外枠の間隔をあける*/	
}

.logo{
	margin-left: 100px;/*logoのセンタリング*/	
}


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

/*------文章枠のまわりに枠線をつける------------*/
.border-all {
	border: 1px solid #cccccc;
	background: url(parts/table-5.jpg) repeat;
        
}

/*------文章枠の各辺に枠線をつける--------------*/
.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;
}
.border-bt {
	border-bottom: 2px dotted #cccccc;
}

/*------------------------------------------------
　　		見出しタイプ
------------------------------------------------*/
h2, h3 {
	font-size :14px;
	padding: 0 5px;
	margin-bottom: 5px;/*--見出しと文の間に5pxの間隔--*/
	line-height: 25px;
	color: #006666;
	background-color: transparent;
	text-align: center;
}

/*---タイプ１---*/
.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 #006666;
}
.entry-4{
	border: 1px solid #cccccc;
}

/*---商品部分見出し---*/
.entry-4{
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

.no-margin{
	margin-bottom: 0;
}


/*------------------------------------------------
　　　		メニューサイド内の設定
------------------------------------------------*/
/*---見出し・ボタン---*/
h4 {
	font-size: 12px;
	padding: 0 5px;
	line-height: 20px;
	color: #006666;
	border: 1px solid #cccccc;
	text-align: center;
	background: transparent url(parts/menugray.jpg) repeat;
}

h4 a{
	width: auto;
	color: #0000FF;
	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;
	text-align: center;
}

.linkbox p{
	font-size: 12px;
	color: #999900;
	line-height: 120％;
	background-color: transparent;
}


.linkbox2{
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px;
}

.linkbox2 p{
	font-size: 12px;
	color: #999900;
	line-height: 120％;
	background-color: transparent;
}


/*------------------------------------------------
　　　		メニューの設定
------------------------------------------------*/
/*	タイプ1
------------------------------------------------*/
.menu-ul{	
	width: auto;
	list-style-type: square;/*--リストの先頭のドットを消す--*/
	list-style-position: inset;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
    background: url(parts/table-3.jpg) no-repeat 0 0;;
}

.menu-ul li{
	
	color: #999900;
	line-height: 20px;
	border-bottom: 1px dotted #cccccc;
}

/*	タイプ2
------------------------------------------------*/
.menu-ul2{
	list-style-type: square;
	font-size: 12px;
        background: url(parts/table-2.jpg) no-repeat 0 0;;
}

.menu-ul2 li{	
	margin-left: 5px;
	line-height: 20px;
	color: #999900;/*-----文字色------*/

}
.menu-ul3{
	list-style-type: square;
	font-size: 12px;
        background: url(parts/table-3.jpg) no-repeat 0 0;;
}

.menu-ul3 li{	
	margin-left: 5px;
	line-height: 20px;
	color: #191970;/*-----文字色------*/

}
/*-----------------リンクの設定-------------------*/
.menu-ul li a, .menu-ul2 li a{
	height: 20px;	
	text-decoration: none;/*--リンクの下線を消す--*/
	color: #0000FF/*-----文字色------*/
	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;/*-----メニューの文字色------*/
	
}

/*-----指定した部分の枠線を消す-----------------*/
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;
}

.mojismall{
	font-size: 0.8em;
}
.mojibig{
	font-size: xx-large;;
}

.mojibig2{
	font-size: 1.6em;
	text-decoration: underline;
	font-weight: 600;
}

.center{
	text-align: center;
 }

/* 画像を左寄せにする */
.left {
  float: left;
  margin: 0 2em 2em 0;
}

 /* 画像を右寄せにする */
.right {
  float: right;
  margin: 0 0 2em 2em;
}

.logo

/*info-更新情報など----DLリスト*/
dl.sidebar-dl { margin: 1em 0 2em; }

.sidebar-dl dt {
  padding: 5px 0 2px 0px;
  border-bottom: 1px solid #666666;
  background: url() no-repeat 0 50%;
}

.sidebar-dl dd {
  padding: 1em 0;
  line-height: 1.6em;
}

.sidebar-dl dd p {
  margin-bottom: 0.5;
  line-height: 1.6em;
}




/*------------------------------------------------
　　		アイコンの設定
------------------------------------------------*/
.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 #669999;
	background: #cccccc url(parts/table-4.jpg) repeat;/*--バックの色----*/
}

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

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

/* ----------------------------------------------
会社概要 特定商取引法リンク 
------------------------------------------------- */
#footer ul {
  list-style-type: none;
  padding: 0 0 0 0;
}

#footer li {
  display: inline;
  padding-left:0;
  font-size: 10px;
}



