@charset "utf-8";




html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite, code,
del, em, font, img, ins, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
}



ol, ul {
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}



/*=body
===================*/
body{
	position: relative;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D0CAD0;
	margin-top: 10px;
}


/*=branding
===================*/
div#top_branding{
	overflow: hidden;
	background-image: url(../images/top02_bg.jpg);
	background-repeat: no-repeat;
	height: 362px;
	width: 720px;

}

div#top_branding h1 {
	position: absolute;
	top: 100px;
	right: 45px;
}


div#branding{
	background-color: #EFEDEF;
	height: 440px;
	background-image: url(../event/images/kikuchan_label.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 30px;

}

div#branding h1 {
	margin-bottom: 30px;
}


div#branding_company {
	background-image: url(../company/images/company_header_img.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 175px;
}

div#branding_company h1 {
	position: absolute;
	top: 140px;
}





/*=top global_navigation
===================*/

div#top_global_navigation {
	overflow: hidden;
	background-image: url(../images/top01_bg.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 720px;

}

div#top_global_navigation {
	clear: both;
}

div#top_global_navigation ul#top_gnavi_left {
	float: left;
	display: block;
	margin-left: 3px;
}

div#top_global_navigation ul#top_gnavi_left li{
	display: inline;
	margin-left: 3px;
	padding-left: 20px;
	background-image: url(../images/common/icon_w.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

div#top_global_navigation ul#top_gnavi_right {
	float: right;
	margin-right: 5px;
}

div#top_global_navigation ul#top_gnavi_right li{
	list-style-type: none;
	padding-left: 20px;
	background-image: url(../images/common/icon_y.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}


/*=global_navigation
===================*/
div#global_navigation {
	overflow: hidden;
	background-repeat: no-repeat;
	height: 74px;
	width: 720px;
	background-image: url(../event/images/ev01_bg.jpg);

}

div#global_navigation {
	clear: both;
}

div#global_navigation ul#gnavi_left {
	float: left;
	display: block;
	margin-left: 3px;
}

div#global_navigation ul#gnavi_left li{
	display: inline;
	margin-left: 3px;
	padding-left: 20px;
	background-image: url(../images/common/icon_w.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

div#global_navigation ul#gnavi_right {
	float: right;
	margin-right: 5px;
}

div#global_navigation ul#gnavi_right li{
	list-style-type: none;
	padding-left: 20px;
	background-image: url(../images/common/icon_y.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}


/*=休暇のお知らせ
===================*/
.kyuka{
	margin-left: 5px;
	margin-top: 5px;
	color: #993300;
	font-size: 85%;
	line-height: 1.5em;
}

.kyuka2{
	margin-top: 10px;
	color: #CC3300;
	line-height: 1.5em;
	margin-bottom: 5px;
}



/*=common
===================*/
.mg10 {
	margin-bottom: 10px;
}

.mg20 {
	padding-bottom: 20px;
}


ul {
	margin-bottom: 10px;
}

ul li {
	list-style-type: none;
	margin-bottom: 3px;
}


div#site_information {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

div#site_information ul {
	display: block;
}

div#site_information ul li {
	display: inline;
}




/*=top
===================*/
/*=original_info
===================*/

div#original_info {
	background-image: url(../images/top03_bg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-color: #1D001C;
}

div#original_info img {
	margin-left: 45px;

}

div#original_info p {
	margin-right: 45px;
	margin-left: 45px;
	
}


div#original_info p#nakamura {
	text-align: right;
	margin-right: 55px;
	margin-top: 3px;

}

div#original_info p#label_text{
	margin-bottom: 15px;
	margin-left: 240px;
	line-height: 0.5em;
}


/*=main
===================*/

div#top_main {
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 20px;

}

div#recipe {
	overflow: hidden;
}

div#media {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}

div#media dl.left{
	float: left;
}

div#media dl.left dt{
	float: left;
}

div#media dl.left dd{
	float: right;
}

div#media dl.right{
	float: right;
}

div#media dl.right dt{
	float: left;
	margin-right: 10px;
}

div#media dl.right dd{
	float: left;
}

div#top_main h2{
	padding-top: 10px;
	padding-bottom: 10px;
}

div#top_main h3{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

div#recipe dl#recipe_left ,div#media dl{
	float: left;
	width: 320px;

}

div#recipe dl#recipe_right {
	float: right;
	width: 320px;

}

div#recipe dl#recipe_left dt , div#recipe dl#recipe_right dt ,div#media dt{
	list-style-image: url(../images/common/icon_p.gif);
	list-style-type: none;
}

div#recipe dl#recipe_left dd , div#recipe dl#recipe_right dd ,div#media dd{

}

div#showcase {
	overflow: hidden;
	border: 1px solid #A677A6;
	margin-top: 10px;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#showcase ul.pd_naiyou{
	float: left;
	width: 370px;
	margin-top: 10px;
}


div#showcase ul.pd_naiyou li {
	list-style-type: none;
	margin-bottom: 5px;

}

div#showcase ul#pd_img{
	float: right;
	margin-right: 10px;
}

div#showcase ul#pd_img li{
	list-style-type: none;
}


div#order {
	width: 674px;
}

#tb_order_form {
	border-collapse: collapse;
	border: 1px solid #A677A6;
}

#tb_order_form td {
	border-collapse: collapse;
	padding: 8px;
	border: 1px solid #A677A6;
}

#tb_order_form th {
	border-collapse: collapse;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #A677A6;
	background-color: #E6D9E6;
	width: 200px;
}

#tb_order_form th img {
	vertical-align: middle;
	margin-left: 5px;

}

#form_btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

div#process {
	padding-bottom: 30px;
}


div#process ol {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 8px;
}

div#process ol li {
	list-style-type: none;
	margin-bottom: 20px;
	vertical-align: middle;
}

div#process ol li#n1 {
	background-image: url(../images/v_n1.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 22px;
	padding-top: 3px;

}

div#process ol li#n2 {
	background-image: url(../images/v_n2.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;

}

div#process ol li#n3 {
	background-image: url(../images/v_n3.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
	padding-top: 3px;

}

div#process ol li img {
	vertical-align: middle;
	padding-right: 10px;
}

dl#deliver {
	margin-bottom: 10px;
	margin-top: 20px;
}

dl#deliver dt {
}

dl#deliver dd {
	margin-bottom: 20px;
}


#tb_souryou {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

#tb_souryou td {
	border-collapse: collapse;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

#tb_souryou caption {
	padding-bottom: 5px;
}





/*=sub_event
===================*/
div#sub_main {
	padding-bottom: 20px;
	background-color: #EFEDEF;
	width: 674px;
	padding-right: 23px;
	padding-left: 23px;

}


div#site_img {
	text-align: center;
}


div#outlin {
	margin-top: 20px;
}

div#outlin ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}

div#outlin ul li {
	list-style-type: none;
	margin-bottom: 15px;
	background-image: url(../images/common/icon_p.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 120%;
}


div#event_order {
	margin-top: 30px;
}

div#event_order ol {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}

div#event_order ol li#p1 {
	vertical-align: middle;
	list-style-type: none;
	background-image: url(../event/images/p1.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}

div#event_order ol li#p1 ul {
	border: 1px solid #B34040;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

div#event_order ol li#p1 ul li {
	padding: 5px;
	font-size: 120%;
	font-weight: bold;

}


div#event_order ol li#p2 {
	vertical-align: middle;
	list-style-type: none;
	background-image: url(../event/images/p2.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	height: 25px;
}

div#event_order ol li#p3 {
	vertical-align: middle;
	list-style-type: none;
	background-image: url(../event/images/p3.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
	margin-bottom: 10px;
}


div#banner_space {
	text-align: center;
	margin-top: 50px;
}

div#banner_space img {
	margin-right: 3px;
	margin-left: 3px;
}

.original_title{
	color: #996600;
	font-weight: bold;
	margin-bottom: 5px;
}


/*=sub_model
===================*/
div#model{
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

div#model p.original_img{
	text-align: center;
	margin-top: 30px;
}

div#model p.original_img img{
	margin-right: 30px;
	margin-left: 30px;
}


/*=sub_company
===================*/

div#company_date {
	padding-bottom: 50px;

}

div#company_date dl{
	overflow: hidden;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#company_date dl dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 110px;
	float: left;
}

div#company_date dl dd {
	float: right;
	width: 553px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

div#maker {
	padding-bottom: 50px;

}

div#maker dl{
	overflow: hidden;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#maker dl dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 110px;
	float: left;
}

div#maker dl dd {
	float: right;
	width: 553px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


div#torihiki_date {
	padding-bottom: 50px;

}

div#torihiki_date dl{
	overflow: hidden;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#torihiki_date dl dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	float: left;
	background-color: #C0B9C1;
	padding-left: 5px;
	margin-bottom: 1px;
}

div#torihiki_date dl dd {
	float: right;
	width: 478px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1px;
	padding-left: 10px;
}

div#torihiki_date dl dt#size110 {
	height: 100px;
}

div#torihiki_date dl dd#size110{
	height: 100px;
}

div#torihiki_date dl dt#size80 {
	height: 80px;
}

div#torihiki_date dl dd#size80{
	height: 80px;
}

div#torihiki_date dl dt#size420 {
	height: 420px;
}

div#torihiki_date dl dd#size420{
	height: 420px;
}

div#torihiki_date dl dt#size420 dl{

}

div#torihiki_date dl dd#size420 dl dt{
	background-color: #EFEDEF;
	border-bottom-color: #EFEDEF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#torihiki_date dl dd#size420 dl dd{
	background-color: #EFEDEF;
	border-bottom-color: #EFEDEF;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 20px;
}




/*=footer
===================*/
#agency {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}


#footer_info {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/aura_logo.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}

#footer_info p {
	line-height: 1.3em;

}


#footer {
	margin-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	padding-top: 3px;
	font-size: 80%;
	padding-bottom: 10px;
}

#footer p#a_link{
	text-align: right;

	
}

/*=support link
===================*/

div#support_link {
	text-align: right;
}

div#support_link ul{

}

div#support_link ul li {
	display: inline;
	margin-left: 3px;
}
