@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #5a5a5ff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}

a:link { 
	color: #0066ff;
} 

a:visited {
	color: #0066ff;
} 

a:hover {
	color: #ff0000;
} 

a:active {
	color: #0066ff;
} 



/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------
■HP最上段に入っているh1タグは「#header h1」で指定しています。サイズ変更は「font-size: 10px;」で行います。
　色は「color: #ffffff;」で変更可能。現在は白で入ってます。
　ちなみに、h1タグの背景は「#header」項目内で指定している「header_bg.gif」に入れています。
------------------------------------------------------------------------------------------*/
#header {
	background: url(images/headerbgimg.png) no-repeat;
	height: 110px;
	position: relative;
}

#mainlogo {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
}

#header h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}


/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上に入っている小さなナビゲーションメニューの事）
------------------------------------------------------------------------------------------
■左の赤い矢印は「#nav li」項目内の「images/arrow1.gif」です。
■リンクカラーは「#nav a」でグレーに指定。下線も消しています。
■カーソルオーバー時の文字色は「#nav a:hover」で指定しています。
------------------------------------------------------------------------------------------*/
#navi {
	background: url(images/navibackimg.png) no-repeat left bottom;
	height: 13px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	padding-left: 30px;
	font-size: 11px;
	padding-top: 8px;
	line-height: 11px;
}

#navi li {
	display: inline;
	padding-right: 15px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 15px;
}

#navi a:visited{
	text-decoration: none;
	color: #0231ffff;
}

#navi a {
	text-decoration: none;
	color: #0231ffff;
}

#navi a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
}

.table1 { 
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
	margin-left: 15px;
	margin-bottom: 15px;
} 

.table1 td { 
border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
padding: 5px 5px 5px 5px;
 } 

.table2 { 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 2px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
margin-left: auto;
margin-right: auto;
align: center;
} 

.table2 td { 
padding: 2px;
 } 


#main dt {
	margin-left: 10px;
	margin-top: 5px;
}

#main dt2 {
	margin-left: 5px;
}

#main dd {
	margin-left: 15px;
}
/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 5px;
	background: url(images/cheerbg.gif) no-repeat right bottom;
}

#sub h3 {
	font-size: 100%;
	background: #DCDCDC;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}

#sub dt {
	margin-left: 10px;
}

#sub dd {
	margin-left: 25px;
}

#sub a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color: #FFFFFF;
}

/*写真テープ付き表示
------------------------------------------------------------------------------------------*/
.phototape {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
	width: 250px;
	height: 230px;
	float: left;
}

.phototape img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.phototape span {
	width: 150px;
	height: 40px;
	display: block;
	position: absolute;
	top: -10px;
	left: 80px;
	background: url(images/tape.png) no-repeat;
}


/*写真クリップ付き表示
------------------------------------------------------------------------------------------*/
.photoclip {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
	width: 250px;
	height: 230px;
	float: left;
}

.photoclip img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.photoclip span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -7px;
	left: 9px;
	background: url(images/clip.png) no-repeat;
	
}


/*問い合せフォーム
------------------------------------------------------------------------------------------*/
table#formtable {
    width: 520px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#formtable th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    width: 70px;
}
table#formtable td {
    padding: 5px 5px 5px 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.bcenter {
	width: 520px;
    text-align: center;
    margin-top: 20px;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 840px;
	background: #FFFFFF url(images/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	padding: 10px 4px;
	margin-right: auto;
	margin-left: auto;
}


/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
