<!--

TABLE {
  font-size : 13px;
  font-weight : normal;
}

}

body {
	font-size: 90%;		/* フォントサイズを初期値(16px)の80％分に指定（12.8px相当の大きさ） */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif; /* どのブラウザでも確認できるように */
	background: #FFFFFF;	/* ページ外側の背景の色 */
	margin: 0px;		/* ページ全体のmargin */
	padding: 0px;		/* ページ全体のpadding */
	text-align: center;	/* 下記のautoに未対応用のセンタリング */
	line-height:1.5;	/* 本文記事の行間 */
}

#bg {
	width :840px;
	border-top:2px solid #CFCAC5;
	border-left:2px solid #CFCAC5;
	border-right:2px solid #CFCAC5;
	border-bottom:2px solid #CFCAC5;
	text-align: center;
}	

h1 {
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	margin-top : 0px;
	margin-left : 3px;
	margin-right : 0px;
	margin-bottom : 0px;
}

#top{
	width:840px;
	line-height: 30px;
}

#midashi{
	width: 720px;
}

#cart{
	width:120px;
	text-align: center;
}

/* ヘッダー */
#head {
	width:750px;		/* ヘッダーの幅 */
	height: 150px; 		/* ヘッダーの高さ */
	background-image: url("gazou/header_heart.gif"); /* 画像のファイル名を入れる */
	background-repeat: no-repeat;	/* 画像を繰り返さない */
	margin: 0px;
	padding: 0px;
}

/* サイトタイトル */
h2 {
	font-size: 180%;		/* bodyフォントサイズ(約12.8px)の180% (23px相当) */
	color: #000000;			/* 大見出しの文字の色 */
	padding: 10px 0px 0px 130px;	/* 大見出しの余白 上・右・下・左の順 */
	margin: 0px;
}

/* サイト説明文 */
#headertext {
	font-size: 117%;		/* bodyフォントサイズ(約12.8px)の117% (15px相当) */
	color: #000000;			/* サイト説明文の文字の色 */
	padding: 0px 0px 25px 200px;	/* サイト説明文の余白 上・右・下・左の順 */
	margin: 0px;
	line-height:150%;
}

#topicPath {
	text-align: left;	/* パンくずリストの位置 */
	margin: 15px 0 15px 50px;
}

#topicPath li {
	font-size:13px;
	display: inline;
	line-height: 110%;
	list-style-type: none;
}

#credit{
	width: 840px;
	text-align: right;
}

#menu{
	width: 840px;
	border: 0px;
}

.menu{
	background-color: #FF8C00;
	width:138px;
	line-height:40px;	
}

.menu a{
	background-color: #FF8C00;
	width:138px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	border-left:1px solid #999999;
	text-decoration:none;
	line-height:40px;	
}
.menu a:hover{
	background-color: #FFFF00;
	color: #ff0000;	
	font-weight: bold;
	text-align: center;
	text-decoration:none;	
}

h3 {
	background-color: #FF8C00;
	font-size : 16px;
	font-weight : bolder;	 
	color : #ffff00;
	width: 750px;
	height: 30px;
	padding: 5px 0px 5px 0px; 
	margin: 15px 0 10px 0;
	border-width: 2px; /* 枠線の太さ */ 
        border-style: solid; /* 枠線のスタイル */ 
        border-color: #FFDEAD #FF4500 #FF4500 #FFDEAD;
	text-align: center;
}

h4 {  
        font-size: 16px;
	color: #ffff00;
	background-color: #FF8C00;
	width: 750px;
	height: 18px;
	padding: 5px 0px 5px 5px;
        margin: 15px 0px 15px 0px;
	border-width: 2px;
        border-style: solid;
        border-color: #FFDEAD #FF4500 #FF4500 #FFDEAD;
}

.text h5 {
	font-size: 16px;
	color: #ffff00;
	background-color: #FF8C00;
	height: 30px;
	width: 350px;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 10px 0px;
	border-width: 2px; /* 枠線の太さ */ 
        border-style: solid; /* 枠線のスタイル */ 
        border-color: #FFDEAD #FF4500 #FF4500 #FFDEAD;
	text-align: center;
}

/* フッター */
#footer {
	font-size: 12px;
	clear: both;			/* 回り込みの解除 */
	width: 840px;			/* フッターの幅 */
	text-align: center;		/* フッターの配置位置 */
	background-color: #FF8C00;	/* フッターの背景色 */
	margin-top: 0px;		/* フッター全体の上部余白 */
	padding-top: 15px;		/* フッターの上部余白 */
	padding-bottom: 15px;		/* フッターの下部余白 */
	padding-left: 5px;
	padding-right: 5px;
}
#footer a{
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

a:hover {
	color: #FF0000;
}

p {
       line-height:150%;
}

img {
	border: none;	/* 画像の枠 */
}

a img {
	border: none;	/* 画像リンクの枠 */
}

.cnt {
	text-align: center;
}

.right {
	text-align: right;
}

strong {
	font-weight:normal;
}

hr {
	color: #FFDEAD;
	width: 90%;
	height: 3px;
	text-align: center;
}

.gazou {
	width: 375px;
	text-align: center;
}
.text {
	width: 375px;
	text-align: left;
}
.gazou1 {
	width: 180px;
	text-align: center;
}
.text1 {
	width: 375px;
	text-align: center;
}
.text2 {
	width: 570px;
	text-align: center;
}
.back {
	background-color: #FFFF00;
	text-align: center;
}
#link{
	text-align: center;
}
#link a{
	color: #ff0000;
	text-decoration:none;
}
#link a:hover{
	color: #ff0000;
	text-decoration:underline;	
}

-->
