/* === Layout === */

* {
	margin:0;
	padding:0;
	color:#000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",  Arial, Helvetica, sans-serif;
}

body {
	background:#fa5bad url(common/images/body_bg.gif) repeat-x;
	text-align:center;
	font-size:14px;
	line-height:1.3em;
}

img {
	border:0;
	vertical-align:top;
}


/* -------------------------------------------------- link elements */
a {
	color: #ff0f8b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a:focus{
	outline:none;
}


/* -------------------------------------------------- container */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width:800px;
	position:relative;
	background:#fff;
}

h1 {
	width: 800px;
	height:141px;
}

h1 a {
	width: 800px;
	height:141px;
	text-indent:-9999px;
	font-size:1px;
	display:block;
	background:url(common/images/h1.gif) no-repeat 0 0;
}	



/* main */
#main {
	margin:0;
	padding:0 15px;
}


/* contents */
#contents {
	float:left;
	width:550px;
	margin:0;
}

#contents #bread {
	font-size:12px;
	margin-bottom:15px;
}

#contents h2.archive-title {
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
	border-left:8px solid #ff0f8b;
	padding:2px 5px;
	color:#ff0f8b;
}

#contents .content-nav {
	text-align:center;
	margin-bottom:30px;
}

#contents ul {
	list-style:none;
}

#contents ul li {
	background:url(common/images/icon_04.gif) no-repeat 0 0.5em;
	padding-left:5px;
	margin-bottom:3px;
}

/* archive-list */
.archive-individual {
	margin-bottom:15px;
}



/* entry */
.entry-box {
	margin-bottom:30px;
}

.entry-box .entryTitle {
	background:#000;
	padding:3px;
}

.entry-box .entryTitle h2 {
	border-left:5px solid #ff0f8b;
	padding-left:5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.entry-box .entry-box-inner {
	margin-top:10px;
}

.entry-box .photo-right .entryBody {
	float:left;
	width:365px;
}

.entry-box .photo-right .entryPhoto {
	float:right;
	width:170px;
	font-size:12px;
}

.entry-box .photo-right .entryPhoto img {
	margin:0 0 10px 0 !important;
}

.entry-box .photo-right .entryPhoto p {
	margin-bottom:10px;
	color:#666;
}


.entry-box .entryFooter {
	clear:both;
	margin-top:15px;
	border-top:1px dotted #000;
	padding-top:3px;
	font-size:12px;
}

.entry-box .entryHeader {
	/*clear:both;*/
	margin:5px 0;
	border-bottom:1px solid #000;
	padding-bottom:3px;
	font-size:12px;
	/*text-align:right;*/
}

.entry-box .entryHeader .categoryList {
	float:left;
	width:340px;
}

.entry-box .entryHeader .dateLink {
	float:right;
	width:200px;
	text-align:right;
}


/* lmenu */
#lmenu {
	float:right;
	width:190px;
	margin:0;
}



.link-box {
	margin-bottom:3px;
	background:#000 url(common/images/box_bg.gif) no-repeat 0 100%;
	padding:7px 10px 9px 10px;
}

.link-box p, .link-box li, .link-box a, .link-box th, .link-box td {
	color:#fff;
	font-size:12px;
	line-height:1.2em;
}

.link-box ul {
	list-style:none;
}

.link-box ul li {
	background:url(common/images/icon_02.gif) no-repeat 0 0.5em;
	padding-left:5px;
	margin-bottom:3px;
}


.link-box h2 {
	font-size:1px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}	


/*search*/
#search h2 {
	width:83px;
	height:15px;
	background:url(common/images/h2_search.gif) no-repeat 0 0;
}

#search form {
	margin:0;
}

#search form input#search-input {
	width:120px;
	font-size:12px;
	padding:1px;
}



/*profile*/
#profile h2 {
	width:113px;
	height:15px;
	background:url(common/images/h2_profile.gif) no-repeat 0 0;
}

#profile .photo {
	text-align:center;
	margin-bottom:7px;
}

#profile .text {

}

/*new*/
#new h2 {
	width:113px;
	height:15px;
	background:url(common/images/h2_new.gif) no-repeat 0 0;
}

/*category*/
#category h2 {
	width:53px;
	height:15px;
	background:url(common/images/h2_category.gif) no-repeat 0 0;
}

/*archives*/
#archives h2 {
	width:98px;
	height:15px;
}

#archives h2 a {
	width:98px;
	height:15px;
	display:block;
	text-indent:-9999px;
	background:url(common/images/h2_archives.gif) no-repeat 0 0;
}


/*calender*/
#calender h2 {
	width:69px;
	height:15px;
	background:url(common/images/h2_calender.gif) no-repeat 0 0;
}

#calender h3 {
	/*background:url(common/images/icon_03.gif) no-repeat 0 0.5em;*/
	padding-left:8px;
	/*padding-bottom:4px;
	border-bottom:1px solid #fff;*/
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

#calender table {
	margin-top:7px;
	width:170px;
}

#calender table th,
#calender table td {
	text-align:center;
}

/* page top */
.page-top {
	margin-top:10px;
	margin-right:15px;
	text-align:right;
}

.page-top a {
	font-size:12px;
	background:url(common/images/icon_pagetop.gif) no-repeat 100% 0;
	padding-right:15px;
}


/* footer */
#footer {
	margin-top:7px;
	text-align:center;
	background:#000;
	padding-bottom:15px;
}

#footer ul {
	padding-top:10px;
	list-style:none;
	margin-left:150px;
	text-align:center;
}

#footer ul li {
	float:left;
	font-size:12px;
	padding-right:7px;
	border-right:1px solid #f8f8f8;
	margin-right:7px;
	line-height:1.1em;
}

#footer ul li.lastItem {
	padding-right:0;
	border-right:none;
	margin-right:0;
}


#footer ul li a {
	color:#fff;
}

#footer #copyright {
	margin:13px 0 0 0;
	height:12px;
	font-size:1px;
	text-indent:-9999px;
	background:url(common/images/copyright.gif) no-repeat 50%;
}

#footer #parco-city {
	margin:15px auto 0 auto;
	text-align:center;
	width:147px;
}

#footer #parco-city a {
	width:147px;
	height:32px;
	display:block;
	text-indent:-9999px;
	background:url(common/images/banner_parcocity.gif) no-repeat;
}



/* -------------------------------------------------- margin */
.tMargin005 {
	margin-top:5px;
}

.tMargin01 {
	margin-top:10px;
}

.tMargin015 {
	margin-top:15px;
}

.tMargin02 {
	margin-top:20px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.clear {
	clear:both;
}

/* -------------------------------------------------- table */

table td, table th{
	line-height:1.2;
	font-size:12px;
	vertical-align:top;
	}

table th{
	font-weight:normal;
	text-align:left;
	}

