@charset "UTF-8";

/* //////////////////////////////////////////////////
/////////////////////////////////////////////////////
[Base] 
/////////////////////////////////////////////////////
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	background:#F90;
	color: #332200;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1;
	*font-size: 82%; /* for ie6/7 */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body.osMac {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

body.osWin {
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

.bold{
	font-weight:bold;
}

a:link {
	color: #f57619;
	text-decoration:underline;
}

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

a:hover,
a:active  {
	color: #f57619;
	text-decoration:underline;
}

#order a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

p {
	font-size:124%;
	color:#333333;
	letter-spacing:0.5px;
	line-height:1.5em;
	padding:0 0 10px 0;
}

h1{
	font-size:262%;
}

h2{
	font-size:185%;
	border-bottom:dashed 1px;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}


h3{
	background-color:#F90;
	font-size:139%;
	color:#FFF;
	margin:0 0 10px 0;
	padding:5px;
}

h4 {
}

/* --------------------------------------------------
	3. List
-------------------------------------------------- */

ul{letter-spacing: -.40em;}/*←改行のスペースを消す*/

li{
	list-style: none;
	letter-spacing: normal;/*←改行のスペースを消す*/
}


/* --------------------------------------------------
	4. Table
-------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}


/* --------------------------------------------------
	5. Form
-------------------------------------------------- */

fieldset { border: none; }

input, textarea, select, label {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
}
label { cursor: pointer; }

textarea { overflow: auto; }


/* --------------------------------------------------
	6. Other
-------------------------------------------------- */

img {
	border: none;
	vertical-align: bottom;/*画像下部のスペースを消す*/
	-ms-interpolation-mode: bicubic; 
}

object {
	vertical-align: middle;
	outline: none;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

q:before, q:after { content: ''; }

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

code, pre { font-family: monospace; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

hr { display: none; }


/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }


/* //////////////////////////////////////////////////
/////////////////////////////////////////////////////
[Layout]
/////////////////////////////////////////////////////
////////////////////////////////////////////////// */


/* --------------------------------------------------
	0. Container
-------------------------------------------------- */

#container {
	margin: 0 auto;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
	background:#FFF;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */

/* header
----------------------------------- */
#header {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content{
	width:1000px;
	margin: 0 auto;
}

#side{
	float:left;
	width: 250px;
}

#main{
	float:right;
	width:700px;
}

#box{
	width:700px;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}


/* //////////////////////////////////////////////////
/////////////////////////////////////////////////////
[Module]
/////////////////////////////////////////////////////
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */

/* title
----------------------------------- */

.ttl1 {
}

.ttl2{
}

.ttl3{
}

.ttl4{
}

.ttl5{
}



/* textType
----------------------------------- */

.textTypeCenter {
	text-align:center;
}

.textTypeRight {
	text-align:right;
}

.textRed{
	color:#F00;
	font-weight:bold;
}

.textBlack{
	color:#000;
	font-weight:bold;
}

.textSize10 {font-size:77%;}
.textSize12 {font-size:93%;}
.textSize14 {font-size:108%;}
.textSize18 {font-size:139%;}

 /* section
----------------------------------- */
.section10 {margin-bottom: 10px;}
.section20 {margin-bottom: 20px;}
.section30 {margin-bottom: 30px;}
.section40 {margin-bottom: 40px;}
.section50 {margin-bottom: 50px;}
.section60 {margin-bottom: 60px;}

 /* position
----------------------------------- */

.clear {clear: both;}
.migi {text-align: right;}
.hidari {text-align: left;}
.naka {text-align:center;}
.imgLeft {float: left;}
.imgRight {float: right;}

.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}



/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
