/* CSS Document */

/* 主なタグを定義 */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font: 75%/160% "Hiragino Kaku Gothic Pro W3", "MS P Gothic",sans-serif;
}
th,td {
	vertical-align: top;
	text-align: left;
	color: #000000;
}
div {
	text-align: left;
}
p,ul,ol,form {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
	border:none;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 160%;
}
input,select {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

/* 共通ブロックを定義 */

#container {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 115px;
	padding-right: 6px;
	padding-left: 10px;
}
#header h1 {
	position: absolute;
	left: 12px;
	top: 30px;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	padding-left: 3px;
}
#header h2 {
	position: absolute;
	top: 48px;
}
#menu {
	position: absolute;
	left: 384px;
	top: 67px;
}
#menu li {
	float: left;
}
#contents {
	width: 580px;
	float: right;
	padding-right: 10px;
}
#navigation {
	float: left;
	width: 181px;
	padding-left: 10px;
}
.navi_menu {
	margin-bottom: 22px;
}
.itembanner {
	margin-bottom: 8px;
}
.item_banner li {
	margin-bottom: 10px;
}
.banner li {
	margin-bottom: 10px;
}
#footer {
	background-image: url(../../img/bg_footer.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: center top;
	width: 788px;
	clear: both;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 16px;
}
#credit {
	position: absolute;
	left: 12px;
	top: 27px;
}
#footer_menu {
	text-align: right;
	padding: 78px 16px 20px 460px;
}
#totop {
	position: absolute;
	left: 679px;
	top: 11px;
}

/* ホームを定義 */

#mainflash {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 14px;
}
#home #contents {
	width: 580px;
	float: left;
	padding-left: 10px;
}
#home #navigation {
	float: right;
	width: 180px;
	padding-right: 10px;
}
#home #business ul,#home #personal ul {
	padding-left: 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	line-height: 180%;
}
#home #business ul li,#home #personal ul li {
	background-image: url(../../img/mark_link1.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: left 8px;
}
#home #business ul li a,#home #personal ul li a {
	color:#333333;
	text-decoration:none;
}
#home #business ul li a:hover,#home #personal ul li a:hover {
	color:#666666;
	text-decoration:underline;
}
#home #topic ul {
	padding-left: 8px;
	padding-bottom: 12px;
	padding-top: 4px;
}
#home #topic ul li {
	background-image: url(../../img/mark_link2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	line-height: 180%;
}
#home #topic ul li a:link {
	color:#990000;
}
#home #topic ul li a:visited {
	color:#990000;
}
#home #topic ul li a:hover {
	color:#ff0000;
}
#home #topic ul li a:active {
	color:#ff0000;
}

/* コンテンツブロックを定義 */

.column_main {
	clear: both;
}
.column_left {
	clear: both;
	float: left;
	width: 279px;
}
.column_right {
	float: right;
	width: 279px;
}
#sub #contents p {
	margin-bottom: 16px;
}
#sub #contents .inner {
	padding-left: 20px;
}
#sub #contents h3 {
	margin-top: 15px;
	margin-bottom: 20px;
}
#sub #contents h4 {
	margin-bottom: 16px;
}
#sub #contents h5.block {
	margin-bottom: 20px;
}

/* リストスタイルを定義 */

ol.point {
	padding-bottom: 24px;
	padding-left: 20px;
}
ol.point li {
	padding-left: 80px;
	padding-bottom: 12px;
}
ol.point li.one {
	background-image: url(../../img/mark_p1.gif);
	background-repeat: no-repeat;
}
ol.point li.two {
	background-image: url(../../img/mark_p2.gif);
	background-repeat: no-repeat;
}
ol.point li.three {
	background-image: url(../../img/mark_p3.gif);
	background-repeat: no-repeat;
}
ol.point li.four {
	background-image: url(../../img/mark_p4.gif);
	background-repeat: no-repeat;
}
ol.point li.five {
	background-image: url(../../img/mark_p5.gif);
	background-repeat: no-repeat;
}
ul.disk {
	list-style: disc;
	margin-left: 18px;
}

/* 共通リンクを定義 */

a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}

/* よく使うものを定義 */

.right {
	float: right;
}
.left {
	float: left;
}
.tcenter {
	text-align: center;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tmiddle {
	vertical-align: middle;
}
.tbottom {
	vertical-align: bottom;
}
.base {
	vertical-align: baseline;
	line-height: 18px;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.t10 {
	margin-top: 10px;
}
.u10 {
	margin-bottom: 10px;
}
.r10 {
	margin-right: 10px;
}
.l10 {
	margin-left: 10px;
}
.t24 {
	padding-top: 24px;
}
#sub #contents .box {
	text-align: center;
	width: 550px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	height: 100%;
}
#sub #contents .box p {
	background-image: url(../../img/bg_box.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 150%;
	height: 100%;
}
#sub #contents .box ol.number {
	background-image: url(../../img/bg_box.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	line-height: 150%;
	height: 100%;
	list-style: decimal;
}
#sub #contents .box ol.number li {
}
#sub #contents .box .box_footer {
	font-size: 6px;
	line-height: 6px;
	height: 6px;
}
#sub #contents .navi_page {
	padding-top: 8px;
	border-top: 1px solid #999999;
	text-align: right;
}
#sub #contents .navi_page a {
	background-image: url(../../img/mark_link3.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

/* 個別ページスタイルを定義 */

#food .item {
	padding-bottom: 16px;
	padding-top: 8px;
	height: 100%;
}
#food .item_left {
	float: left;
	width: 370px;
	height: 100%;
}
#food .item_right {
	float: left;
	width: 190px;
	padding-left: 20px;
	height: 100%;
}
#food .item h5 {
	margin-bottom: 16px;
}
#sub #contents #food .item p {
	line-height: 130%;
}
#coffee {
	border-top: 1px dotted #333333;
}
#coffee .item {
	border-bottom: 1px dotted #333333;
	padding-top: 16px;
	height: 100%;
}
#coffee .item_left {
	float: left;
	width: 150px;
	padding-right: 12px;
	padding-bottom: 16px;
}
#coffee .item_right {
	float: left;
	width: 398px;
}
#coffee .item h5 {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	color: #990000;
}
#drink1 .topitem {
	border-bottom: 1px dotted #333333;
	height: 100%;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
#drink1 .topitem_left {
	float: left;
	width: 94px;
	padding-right: 6px;
}
#drink1 .topitem_right {
	float: left;
	width: 460px;
}
#drink1 .topitem h5 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 8px;
}
#drink1 .topitem table {
	margin-top: 16px;
	margin-left: 8px;
}
#drink1 .topitem th {
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	font-weight: normal;
}
#drink1 .topitem td {
	padding: 3px;
}
#drink1 .item {
	float: left;
	padding-bottom: 16px;
	padding-right: 8px;
}
#drink1 .item_left {
	float: left;
	width: 65px;
	padding-right: 5px;
}
#drink1 .item_right {
	float: left;
	width: 193px;
	background-color: #F2F2F2;
	padding: 6px 4px;
	height: 120px;
}
#sub #contents #drink1 .item p {
	margin-bottom: 0px;
}
#drink2 {
	border-top: 1px dotted #333333;
}
#drink2 .item {
	padding-bottom: 16px;
	border-bottom: 1px dotted #333333;
	padding-top: 16px;
	height: 100%;
}
#drink2 .item_left {
	float: left;
	width: 128px;
	padding-right: 24px;
}
#drink2 .item_right {
	float: left;
	width: 408px;
}
#drink2 .item h5 {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	color: #990000;
}
#sub #contents .button {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
ol.point li a{
	background-image: url(../../img/mark_link3.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
.company_table {
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 20px;
}
.company_table th {
	width: 80px;
	padding: 2px 12px 2px 4px;
	border-bottom: 1px solid #999999;
}
.company_table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 4px 2px 0px;
}
.company_table .c th,.company_table .c td {
	background-color: #EEEEEE;
}
.company_table a{
	background-image: url(../../img/mark_link3.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
.itemlist li {
	float: left;
}
.box_shop_right {
	float: left;
	width: 274px;
	height: 100%;
}
.box_shop {
	color: #336633;
	margin-bottom: 24px;
	height: 100%;
}
.box_shop_left {
	float: left;
	width: 274px;
	padding-right: 12px;
	height: 100%;
}
.red {
	color: #CC0000;
}
.box_shop form select {
	margin-top: 12px;
}
#list .shop {
	margin-bottom: 16px;
	clear: both;
}
#list .shop .shop_left {
	float: left;
	width: 220px;
	padding-right: 12px;
}
#list .shop .shop_right {
	float: left;
	width: 328px;
}
#list h5.green {
	background-image: url(../../company/list/shop/img/bg_shoplist1.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 120%;
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 2px;
	margin-bottom: 12px;
	clear: left;
}
#list h5.black {
	background-image: url(../../company/list/shop/img/bg_shoplist2.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 120%;
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 2px;
	margin-bottom: 12px;
	clear: left;
}
a.point {
	background-image: url(../../img/mark_link3.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
#sub #contents #network .listbox {
	background-color: #FFE7CE;
	float: left;
	width: 275px;
	margin-bottom: 12px;
}
#sub #contents #network .listbox_right {
	background-color: #FFE7CE;
	float: right;
	width: 275px;
	margin-bottom: 12px;
}
#sub #contents #network .listbox p,#sub #contents #network .listbox_right p {
	padding: 0px 8px;
	margin: 0px;
	text-align: left;
}
.listbox_footer {
	font-size: 6px;
	line-height: 6px;
	height: 7px;
}
#network h5.green,#network2 h5.green {
	font-size: 120%;
	padding-left: 16px;
	padding-top: 3px;
	margin-bottom: 12px;
	background-color: #D0E8D0;
	padding-bottom: 3px;
}
#network h5.blue,#network2 h5.blue {
	font-size: 120%;
	padding-left: 16px;
	padding-top: 3px;
	margin-bottom: 12px;
	background-color: #C0E0E0;
	padding-bottom: 3px;
}
.history_table {
	width: 100%;
}
.history_table th {
	width: 84px;
	padding: 2px 12px 2px 0px;
	font-weight: normal;
}
.history_table td {
	padding: 2px 0px;
}
ol.point_box {
	padding-left: 10px;
	background-image: url(../../img/bg_box.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	margin: 0px;
	text-align: left;
	padding-right: 10px;
}
ol.point_box li {
	padding-left: 74px;
	background-image: url(../../about_ucoffee/original_method/img/mark_point.gif);
	background-repeat: no-repeat;
	padding-bottom: 16px;
	margin: 0px;
}
#sub #contents #about2 .column_l {
	float: left;
	width: 340px;
	padding-bottom: 16px;
}
#sub #contents #about2 .column_r {
	float: left;
	width: 200px;
	padding-bottom: 16px;
	padding-left: 20px;
}
#sub #contents #about3 .column_l {
	float: left;
	width: 153px;
	padding-bottom: 24px;
}
#sub #contents #about3 .column_r {
	float: left;
	width: 427px;
	padding-bottom: 24px;
}
#sub #contents #about4 .column_l {
	float: left;
	width: 172px;
	padding-bottom: 24px;
	padding-left: 20px;
	padding-right: 20px;
}
#sub #contents #about4 .column_r {
	float: left;
	width: 368px;
	padding-bottom: 24px;
}
#sub #contents #about4 .column_r p {
	line-height: 130%;
	margin-bottom: 12px;
}
#sub #contents #various1 .column_l {
	float: left;
	width: 270px;
	padding-bottom: 12px;
	padding-right: 20px;
}
#sub #contents #various1 .column_r {
	float: left;
	width: 270px;
	padding-bottom: 12px;
}
#sub #contents #various1 .column_footer {
	font-size: 6px;
	line-height: 6px;
	height: 9px;
}
#sub #contents #various1 .column_l p.green,#sub #contents #various1 .column_r p.green {
	padding-right: 6px;
	padding-left: 6px;
	height: 100%;
	background-color: #d0e8d0;
	margin: 0px;
}
#sub #contents #various1 .column_l p.blue,#sub #contents #various1 .column_r p.blue {
	padding-right: 6px;
	padding-left: 6px;
	height: 100%;
	background-color: #c0e0e0;
	margin: 0px;
}
#sub #contents #various1 .column_l strong,#sub #contents #various1 .column_r strong {
	font-size: 120%;
	color: #336600;
}
h6.green {
	font-size: 120%;
	background-color: #c0e0e0;
	margin: 0px 0px 12px;
	padding: 2px;
}
h6.blue {
	font-size: 120%;
	background-color: #d0e8d0;
	margin: 0px 0px 12px;
	padding: 2px;
}
#sub #contents #various2 h5.green {
	font-size: 120%;
	background-color: #c0e0e0;
	margin: 0px 0px 12px;
	padding: 2px;
}
#sub #contents #various2 h5.blue {
	font-size: 120%;
	background-color: #d0e8d0;
	margin: 0px 0px 12px;
	padding: 2px;
}
#sub #contents #various3 h5.green {
	font-size: 120%;
	background-color: #c0e0e0;
	margin: 0px 0px 12px;
	padding: 2px;
}
#sub #contents #various3 h5.blue {
	font-size: 120%;
	background-color: #d0e8d0;
	margin: 0px 0px 12px;
	padding: 2px;
}
#sub #contents #various3 h6 {
	margin-bottom: 6px;
}
#sub #contents #director {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#sub #contents #director th {
	width: 105px;
	font-weight: normal;
	border-style: none;
	padding: 0px 12px 0px 0px;
}
#sub #contents #director td {
	border-style: none;
	padding: 0px;
}


/* お問い合わせ */

#inq table {
	width: 100%;
	border-top: 1px solid #c8c9be;
	border-left: 1px solid #c8c9be;
	margin-bottom: 24px;
}
#inq table th {
	padding: 3px 8px 3px 6px;
	border-right: 1px solid #c8c9be;
	border-bottom: 1px solid #c8c9be;
	background-color: #efefef;
	width: 150px;
	font-weight: normal;
}
#inq table td {
	border-right: 1px solid #c8c9be;
	border-bottom: 1px solid #c8c9be;
	padding: 3px 6px;
}
#inq input,#inq select {
	margin-top: 2px;
	margin-bottom: 2px;
}
#inq .none {
	font-size: 120%;
	color: #CC0000;
}
