@media print{

/* ==============================
印刷しないところ
============================== */
.side {
display:none;
}

.logo_print{
	width:100%;
	background-color:#092541;
	margin-bottom:30px;
}

/* リセット 
------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-size:97%;
}

img {
	border: 0;
}


/* 共通スタイル 
------------------------------ */
body {
	margin:0 auto;
	background-color:#FFF;
	word-break:break-all;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:Arial, Helvetica, sans-serif;
}

p,li,ol {
	letter-spacing:1px;
}

ul, ol {
	list-style:none;
}


h1,h2,h3 {
	letter-spacing:1px;
}

p,ol {
	line-height:150%;
	color:#282828;
}

/* 文字の種類 */

.font_big{
	font-size:115%;
}

.font_small{
	font-size:75%;
}

.font_red{
	color:#FF0000;
}

.font_blue{
	color:#0000FF;
}

.font_cyairo{
	color:#583100;
}

.font_bold {
	font-weight:bold;
}

.font_normal {
	font-weight:normal;
}

.font_medium {
	font-size:97%;
}

/* 回り込み解除 */
.clear {
	clear: both;
}

/* リンク */

a {
	color : #318dff;
	text-decoration:underline;
}	

a:active {
	color : #e50012;
	text-decoration:underline;
}

a:visited {
	color :#318dff;
	text-decoration:underline;
}

a:hover	{
	color :#e50012;
	text-decoration:underline;
}	

/* リンク　アイコン付 */
a.in {
	padding:5px 10px 5px 18px;
	background:url(../images/arrow02.gif) no-repeat center left;
	text-decoration:underline;
}

a.in_pink {
	padding:5px 10px 5px 18px;
	background:url(../images/arrow.gif) no-repeat center left;
	text-decoration:underline;
}


/* フッター最下部表示 */

html, body {
	height: 100%;
}

#container {
	margin:0 auto;
	width:100%;
	min-height: 100%;
	margin-bottom: -42px;
}

* html #container {		/* for IE6 and below */
	height: 100%;
}


/* 2カラムレイアウト */

#container-main {
	margin-left: 0px;
}

#container-contents {
	width: 100%;
	float: right;
}


/* 最小幅処理	
------------------------------ */

body {
	min-width: 500px;
}

* html .min-width-1 {		/* for IE6 and below */
	border-left: 512px solid #fff;
}

* html .min-width-2 {		/* for IE6 and below */
	margin-left: -512px;
	position: relative;
	background:url(../images/bg_container.gif) repeat-y;

}
* html .min-width-3 {		/* for IE6 and below */
	height:1px;
	margin-left: -512px;
	position: relative;
	background-color:#FFF;

}

* html .min-width-1,
* html .min-width-2,
* html #container-main {
	/*\*/
	height: 1px;		/* for Windows IE6 and below */
}



/* ヘッダー
------------------------------ */

#header {
	margin-left:12px;
	margin-right:12px;
	background:url(../images/header_bg.gif) no-repeat;
	height: 52px;
	text-align: center;
}


#path-txt {
	padding-top:7px;
	padding-left:15px;
	text-align:left;
	height:32px;
	background:url(../images/path_bg.gif) no-repeat;
	font-size:70%;
}

/* コンテンツ
------------------------------ */
#contents {
	width:575px;
	position: relative;
	background-color:#FFF;
}

#contents h1{
	background:url(../images/h1.gif) no-repeat;
	height:44px;
	font-size:14px;
	padding:15px 0 0 32px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:3px;
}

#contents h2{
	background:url(../images/h2.gif) no-repeat;
	height:40px;
	font-size:14px;
	padding:12px 0 0 23px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}

#contents h2.blue{
	background:url(../images/h2_blue.gif) no-repeat;
	height:40px;
	font-size:14px;
	padding:12px 0 0 23px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}

#contents h3{
	background-color:#feeefc;
	border-bottom:#db4eab solid 3px;
	font-size:14px;
	padding:8px 0 5px 10px;
	color:#282828;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;

}

#contents h4{
	border-bottom:#db4eab dashed 1px;
	padding:0 0 3px 3px;
	font-size:12px;
	font-weight:bold;
	color:#282828;
	margin-top:10px;
	margin-bottom:10px;
}

/* リスト
------------------------------ */

/* 矢印リスト */
#contents ul.arrow {
	list-style:none;
	margin-bottom:15px;
	margin-left:15px;
}


#contents ul.arrow li {
	margin:0px 10px 0px 0px;
	padding:4px 7px 7px 20px;
	background:url(../images/arrow02.gif) no-repeat 1px 5px;
}

/* 矢印リスト */
#contents ul.arrow_pink {
	list-style:none;
	margin-bottom:15px;
	margin-left:15px;
}

#contents ul.arrow_pink li {
	margin:0px 10px 0px 0px;
	padding:4px 7px 7px 20px;
	background:url(../images/arrow.gif) no-repeat 1px 5px;
}


/* 丸リスト */
#contents ul.maru {
	list-style:none;
	margin-bottom:15px;
	margin-left:15px;
}


#contents ul.maru li {
	margin:0px 10px 0px 0px;
	padding:4px 7px 7px 20px;
	background:url(../images/ul.gif) no-repeat 1px 6px;
}



/* 数字リスト */
ol.suji{
	list-style-type:decimal;
	margin:0 0 15px 45px;

}

ol.suji li{
	padding:0px 3px 0 0px;
}

/* 横2つリスト */
ul.yoko2{
	list-style:none;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:15px;
	width:515px;
}

ul.yoko2 li {
	list-style:none;
	padding:5px 10px 5px 17px;
	background:url(../images/arrow02.gif) no-repeat center left;
	width:230px;
	float:left;
	line-height:130%
}

/* 横2つリスト */
ul.yoko2_maru{
	list-style:none;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:15px;
	width:515px;
}

ul.yoko2_maru li {
	list-style:none;
	padding:5px 10px 5px 17px;
	background:url(../images/ul.gif) no-repeat center left;
	width:230px;
	float:left;
	line-height:130%
}


/* 横3つリスト */
ul.yoko3_maru{
	list-style:none;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:15px;
	width:555px;
}

ul.yoko3_maru li{
	list-style:none;
	padding:5px 10px 5px 17px;
	background:url(../images/ul.gif) no-repeat center left;
	width:140px;
	float:left;
	line-height:130%
}

/* 表組
------------------------------ */
caption {
	caption-side:top;
	text-align:left;
	font-weight:bold;
	font-size:90%;
}

table.style01 {
	border-collapse:collapse;
	border:1px solid #db4eab;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:5px;
	margin-top:5px;
}

table.hl01 th {
	padding:5px;
	border:1px solid #db4eab;
	background-color:#ffe7ff;
	color:#282828;
	font-weight:normal;
	text-align:left;
}

table.data01 td {
	padding:5px;
	border:1px solid #db4eab;
	background-color:#ffffff;
	color:#282828;
}

table.hl_center th {
	padding:5px;
	border:1px solid #db4eab;
	background-color:#ffe7ff;
	color:#282828;
	font-weight:normal;
	text-align:center;
}

/*　TD内配置 */
table.data01 td.right {
	text-align:right;
}

table.data01 td.center {
	text-align:center;
}

table.data02 td.right {
	text-align:right;
}

table.data02 td.center {
	text-align:center;
}

/*　TH内配置 */
table.data01 th.center {
	text-align:center;
}

table.data01 th.right {
	text-align:right;
}



/*　線なし表 */
table.style02 {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:5px;
	margin-top:5px;
}

table.data02 td {
	padding:5px;
	border:none;
	background-color:#ffffff;
	color:#282828;
}

/* 枠組
------------------------------ */
.waku{
	width:auto;
	background-color:#fff3c6;
	padding:15px;
	margin:10px 0 10px 0;
}

.waku_center{
	width:auto;
	background-color:#fff3c6;
	padding:15px;
	margin:10px 0 10px 0;
	text-align:center;
}

/* PAGE TOP
------------------------------ */
.page_top{
width:auto;
margin:15px 0 15px 0;
text-align:right;
}

/* 主要商品画像切り替え
------------------------------ */

.l_photo{
	margin:10px 0 10px 0;
}
.s_photo{
	margin:10px 7px 10px 7px;
}


/* 問い合わせフォーム */
input,textarea,select{
	font-size:12px;
}


/*画像の左寄せ*/
.cap_left {
	float: left;/*画像の左寄せ*/
	margin:10px 10px 10px 0px;/*画像の周囲からの空き*/
	text-align:center;
}
/*画像の右寄せ*/
.cap_right {
	float:right;/*画像の右寄せ*/
	margin:10px 0px 10px 10px;/*画像の周囲からの空き*/
	text-align:center;
}



}