@charset "utf-8";
/*
Theme Name: CELA net
Theme URI: http://wordpress.org/
Description: Theme for CELA-net
Version: 1.0
Author: Motokazu Tsuchiya
Author URI: http://www.smoopy.net/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background: url('images/kubrickheader.jpg') no-repeat top center;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	background: url(../../../img/logo.png) no-repeat 10px 10px;
	margin: 8px 9px 0;
	height: 192px;
	width: 740px;
	}

.description {
	margin: 105px 10px 0;
	font-size: 1.2em;
	text-align: right;
	}

#logo a {
	display: block;
	width: 210px;
	height: 170px;
	float: left;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 500px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}
.even, .alt {
	border-left: 1px solid #ddd;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 0 10px;
	margin-left: 545px;
	width: 190px;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 60px;
	clear: both;
	}

#maclogo {
	float: right;
	margin: 10px 30px 0 0;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1em;
	text-align: right;
	padding: 8px 0 0;
	margin: 0 10px;
	}

h2 {
	font-size: 1.6em;
	margin: 20px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 20px;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-size: 1.3em;
	padding: 5px;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
	
h3.green a, h3.blue a {
	color: #FFF;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

/* End Typography & Colors */



/* Structure */
.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft, img.fl  {
	float: left
	}
/* End Images */



/* Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#sidebar li.page_item a {
	background: #FFCCCC;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
	font-size: 1.2em;
	}
#sidebar li.page_item a:hover {
	background: #FF99CC;
	}

/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar form {
	margin: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
/*	text-align:center;*/
	margin-left: 45px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
.navforsingle {
	height: 2em;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* CELA */
#gnavi {
	width: 450px;
	float: right;
	margin-top: 20px;
	}
	
#gnavi li {
	width: 110px;
	float: left;
	text-align: center;
	list-style: none outside;
	}

#gnavi li.page-item-2 {
	background: url(../../../img/bg/gnavcela.png);
	}
#gnavi li.page-item-3 {
	background: url(../../../img/bg/gnavshop.png);
	}
#gnavi li.page-item-5 {
	background: url(../../../img/bg/gnavcon.png);
	}
#gnavi li.page-item-467 {
	background: url(../../../img/bg/gnavmac.png);
	}

#gnavi li a {
	display: block;
	width: 110px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	}
	
#news {
	width: 400px;
	background: #FFC;
	border: 3px solid #ff6600;
	height: 180px;
	margin-top: 30px;
	overflow: auto;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#news h2 {
	margin:0 15px;
}
#news p {
	margin: 0 5px;
}
#news li {
	padding: 0px 10px;
	background: url(../../../img/newsdot.png) no-repeat 5px 5px;
	text-indent: 15px;
	font-size:smaller;
}
#newsu {
	background-image: url(../../../img/news_u.png);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width: 384px;
}

#cat_index {
	margin: 0;
	padding-left: 30px;
	}
#cat_index li {
	width: 300px;
	height: 50px;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	list-style-type: none;
	}
#cat_index li img.alignleft {
	padding: 0;
	margin: 0 10px 0 0;
	}
.category-gourmet h3 {
	background: orange;
	}
.category-it h3 {
	background: violet;
	}
.category-fashion h3 {
	background: tomato;
	}
.category-bridal h3 {
	background: hotpink;
	}
.category-budd h3 {
	background: green;
	}
.category-life h3 {
	background: lightgreen;
	}
.category-health h3 {
	background: mediumseagreen;
	}
.category-public h3 {
	background: olive;
	}
.category-school h3 {
	background: lightseagreen;
	}
.category-local h3 {
	background: darkkhaki;
	}
.category-const h3 {
	background: skyblue;
	}
.category-travel h3 {
	background: purple;
	}
.category-travel h3 a {
	color: #FFF;
	}
.category-beauty h3 {
	background: magenta;
	}
.category-hobby h3 {
	background: chocolate;
	}
.category-car h3 {
	background: mediumturquoise;
	}

/* CELA */
h3.blue {
	color: white;
	background: #009;
	clear: both;
	}
h3.orange {
	color: #fff;
	background: #F60;
	}
h3.brown {
	color: white;
	background: #600;
	}
h3.brown a {
	color: #FFF;
}
h3.green {
	color: #FFF;
	background: #393;
	}
h3.oolong {
	color: #FFF;
	background: #C96;
	}
h3.pink {
	color: #FFF;
	background: #F9C;
	}
h3 img {
	padding: 0;
}
h4.new {
	color: navy;
	background: #66CCFF;
	padding: 3px;
	}
h4.brown {
	border: 1px solid brown;
	color: #660000;
	padding: 0.4em;
	}

p.caption {
	font-size: 0.9em;
	padding-left: 1em;
	margin: 0;
	}
.pagetop {
	text-align: right;
	}
.redtext {
	color: red;
	}
.blue {
	color: blue;
	}
.orange {
	color: #FF3300;
	}
.oolong {
	color: #CC9966;
	}
.pink {
	color: #F6C;
	}
.normal {
	font-weight: normal;
	}
/* face clip */	
#facepic {
	background: navy;
	text-align: center;
	color: white;
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	}
/* talk */
.btalkpic {
	background: #F9C;
	text-align: center;
	color: #FFF;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	}
.ltalkpic {
	background: #C96;
	text-align: center;
	color: #FFF;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	}
.btalkpic span, .ltalkpic span {
	font-size: 1.3em;
	line-height: 1.4em;
	}
/* newshop */
.pic240l {
	width: 240px;
	float: left;
	margin: 0 10px 10px 0;
}
.pic240r {
	width: 240px;
	float: right;
	margin: 0 0 10px 10px;
}
.pic240l p, .pic240r p, .pic240r li {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 2px 5px;
}
.pic240r li {
	list-style: inside circle;
}
.menu {
	margin: 5px;
	padding: 5px;
	border: 1px solid navy;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu li {
	list-style: inside disc;
	line-height: 1em;
}

/* Cover Special */
#navforcover {
	background: url(../../../img/hnavig.png) repeat-x;
	width: 740px;
	height: 20px;
	margin: 0 10px 0.5em;
	padding: 0;
	list-style-type: none;
	}
#navforcover li {
	width: 100px;
	float: left;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../../../img/hnavigra.png);
	}
	
.cover {
	width: 761px;
	clear: both;
	margin-bottom: 20px;
	position: relative;
	}
.cover h2 {
	color: green;
	margin: 15px 0;
	text-align: center;
	}
p.intro {
	font-size: 14px;
	color: green;
	text-align: center;
	line-height: 1.4em;
	}
.cover img {
	margin: 5px 0;
	}
.gourmet #sp1, .hairsalon #sp1 {
	width: 360px;
	background: #FFF;
	float: left;
/*	margin: 340px 0 15px;
	position: relative;
*/
}
.gourmet #sp2, .hairsalon #sp2 {
	width: 360px;
	background: #FFF;
	margin: 0 10px 15px 380px;
	}
.gourmet #sp4 {
	 width: 360px;
	 float: right;
 }
.about img.map {
	float: left;
	margin: 0 10px 0 0;
	background: #FFF;
	}
.cover h3 {
	font-size:13px;
	line-height: 20px;
	text-align: center;
	background: #C36;
	color: #FFFFFF;
	margin: 0;
	}
#sp1 h3, #sp4 h3, {
	font-size:13px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	}
.cover h4 {
	margin-top: 0;
	padding: 4px;
	font-size: 14px;
	color: #096;
	line-height: 20px;
	}
.cover h4 .smaller {
	font-size: 11px;
	}
.cover p {
	margin: 5px 10px;
	}
/* vol126 */
#post-387 {
	background: #FFF;
}
#post-387 p {
	margin: 5px 10px;
	line-height: 1.4em;
}
#post-387 p.intro {
	color: #666;
	text-align: left;
	padding: 0 35px;
	font-size: smaller;
}
#post-387 p.menu {
	color: #603;
	background: #FFC;
	border: 1px solid brown;
	margin: 0 20px 5px;
	padding: 5px;
}
#post-387 h3 {
	font-size:13px;
	line-height: 20px;
	text-align: center;
	color: brown;
	margin: 15px 0 0;
	border-top: dotted medium silver;
}
#post-387 h4.shop {
	font-size: 1.4em;
	padding: 5px 10px;
	margin: 0;
	background: #FC3;
}
#post-387 h4.shop .smaller {
	font-size: smaller;
}
#post-387 .about {
	margin: 0 0 15px;
}
#post-387 .map {
	border: 1px solid #FF3;
}
/* gourmet, hairsalon, esthe */
.gourmet, .hairsalon, .esthe {
width: 740px;
margin-left: 10px;
}
.gourmet h2, .hairsalon h2 {
	margin: 0;
}
.gourmet h3 {
	background: #096;
	color: #FFF;
}
.gourmet h3 span {
	background: #F36;
	color: #FFF;
	padding: 5px;
	margin-right: 10px;
}
.gourmet h4 {
	color: #F39;
	margin: 0;
}
.gourmet .menu {
	border: 1px solid pink;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.gourmet .menu h4 {
	color:  magenta;
}
.gourmet .about {
	width: 360px;
	height: 121px;
	margin-bottom: 15px;
}
.gourmet .aboutL {
	margin-bottom: 15px;
	clear: both;
}
.hairsalon .boxleft {
	float: left;
	width: 360px;
	margin-right: 10px;
}
.hairsalon h3 {
	background: #630;
	color: white;
}
.hairsalon h3 span {
	background: #C00;
	padding: 5px;
	margin-right: 10px;
}
.hairsalon h4 {
	color: #630;
	font-weight: bold;
}
.hairsalon .menu {
	border: 1px solid brown;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding: 0 5px;
}
.hairsalon p.caption {
	margin: 0;
}
.hairsalon .about {
	border: 1px dashed orange;
	margin-bottom: 10px;
	clear: right;
	height: 125px;
}
.hairsalon .about .alignright {
	margin: 0;
	padding: 0;
}
.esthe h3 {
	background: #F9C;
	color: white;
	clear: both;
}
.esthe h3 span {
	background: #3C9;
	padding: 5px;
	margin-right: 10px;
}
.esthe h4 {
	color: #F9C;
	font-weight: bold;
}
.esthe .menu {
	border: 1px solid #F9C;
	margin: 5px 0 0 5px;
	width: 320px;
}
.esthe .menu h5 {
	color: #F9C;
	margin: 5px;
}
.esthe .menu .price {
	color: #F6C;
	font-weight: bolder;
}
.gourmet p, .hairsalon p, .esthe p {
	margin-top: 10px;
}
.gourmet .picl, .hairsalon .picl, .esthe .picl {
	width: 400px;
	float: right;
	margin-left: 10px;
}
.gourmet .menu h4, .hairsalon .menu h4, .hairsalon .about h4, .esthe .menu h4, .esthe .about h4 {
	clear: none;
	margin: 0px;
}
.gourmet .menu p, .hairsalon .menu p, .esthe .menu p {
	margin: 5px;
}
.menu p.menuleft {
	float: left;
	width: 165px;
}
.gourmet .sub {
	width: 360px;
	height: 170px;
}
.gourmet .about h4, .hairsalon .about h4, .esthe .about h4 {
	padding: 0;
}
.gourmet .about p, .hairsalon .about p, .esthe .about p, {
	margin: 5px 5px 0;
}
.gourmet .infos {
	width: 350px;
	float: left;
	margin-right: 5px;
}

/*　マック株式会社　*/
#page_mac {
	width: 780px;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	background: #FFF;
	}
#page_mac #header {
	width: 780px;
	height: 150px;
	background: url(../../../macfuji/images/head_03.gif) no-repeat right top;
	}
#page_mac #content {
	clear: both;
	background: #FFF;
	}
#page_mac h2.pagetitle {
	border-left: thick solid navy;
	background: #CFF;
	text-align: left;
	text-indent: 1em;
	width: 75%;
	}
#page_mac .post {
	width: 510px;
	margin-left: 20px;
	float: left;
	}
#page_mac #footer {
	width: 780px;
	clear: both;
	background: #FFF;
	border-bottom: 1px solid #CCC;
	}
#page_mac #sidebar h2 {
	background: #DFD;
	padding: 4px;
	}
#page_mac #sidebar li.page_item a {
	background: #FFF;
	text-indent: 0;
	}
#page_mac #sidebar li.products li.page_item a {
	background: #FFF;
	height: 20px;
	line-height: 20px;
	text-indent: 0;
	}


/*　広告料金　*/
#price_basic, #price_free, #price_new {
	width: 470px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}
#price_basic caption, #price_free caption, #price_new caption {
	padding: 0.5em;
	font-weight: bolder;
	text-align: left;
}
#price_basic th, #price_new th, #price_basic td, #price_new td {
	border-bottom: 1px solid #FFF;
}
#price_free th, #price_free td {
	border-bottom: 1px solid #ddd;
}
#price_basic .price, #price_free .price, #price_new .price {
	text-align: right;
	padding: 0.5em;
	font-weight: bolder;
}

#price_basic {
	background: #FDD;
}
#price_free {
	background: #DFF;
}
#price_new {
	background: #FDD;
}

/*　設置場所　*/
ul.place {
	margin: 0 0 0 20px;
}
ul.place li {
	float: left;
	margin: 0 0 0 10px;
	width: 230px;
	line-height: 1.5em;
}

/*　マックニュース　*/
#macnewsinfo li {
	list-style: outside circle;
}
#macnewspriceinfo li {
	list-style: outside square;
}
#macprice {
	width: 100%;
	background: #9CC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#macprice th {
	background: #FFF;
}
#macprice td {
	text-align: right;
	font-size: larger;
	width: 108px;
	background: #FFF;
}
#macprice td.center {
	text-align: center;
}
