@charset "UTF-8";
@import "../../plugins/tinymce-advanced/css/tadv-mce.css";
/*
Theme Name: TPO COMPANY
Theme URI: http://www.tpodesign.com/
Description: TPO COMPANY 企画・デザイン部テンプレート
Version: 1.0
Author: TPO COMPANY
Author URI: http://www.tpo-company.com/
*/
/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin: 0;
padding: 0;
}

html {
	overflow-y:scroll;
	background: #333;
	min-width: 950px;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	background: #FFF url(./img/body-bg.jpg) repeat;
	line-height: 1.8em;
	min-width: 950px;
}

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

.content span {
	padding: 0;
	margin: 0;
	color: #666;
}

ul,ol,dl{
	margin: 0px;
}

a {
	text-decoration: none;
	overflow:hidden;
	outline:none;
	color: #7a0631;
}
a:hover {
	text-decoration: underline;
	color: #F1A63B;
}

/* ========================================  #page ページ外枠 */
#page {
	width: 920px;
	margin: 0 auto;
}

#page_outside {
	width: 100%;
}

/* ========================================  #header 画面上部 */
#header {
	position: relative;
	width: 100%;
	text-align: center;
	background: url(./img/header-bg.jpg);
}

#header_title {
	z-index: 9;
	position: absolute;
	width: 100%;
	text-align: center;
}

#header_title h1 {
	font-size: 1.2em;
	font-weight: normal;
}

#header_img {
	z-index: 8;
	position: relative;
	width: 100%;
	text-align: center;
}

#header img {
	vertical-align: bottom;
	}

/* ========================================  #menu 上部メニュー */
#menu {
	padding: 55px 0 5px 0;
	border-bottom: #999 solid 1px;
}

#menu a { 
	color: #534741;
	text-decoration: none;
	}
#menu a:hover { 
	color: #ED891E;
	text-decoration: none;
	}

#menu ul{
	padding-left: 5px;
	margin: 0px 0px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin-right: 25px;
	font-size: 1.4em;
	text-align: center;
}

#menu ul li.last{
	float: left;
	margin-right: 0px;
}

#menu ul li a{
	display: block;
}

#menu ul li ul li{
	font-size: 1em;
	text-align: left;
}

/* ========================================  #icon_area 上部メニュー */
#icon_area {
	float: right;
	width: 194px;
	padding-top: 50px;
	background: url(./img/icon_area-bg.gif) no-repeat;
	text-align: right;
}

/* ========================================  #content ページの本文 */
#content {
	float: right;
	width: 620px;
	margin: 0px;
}

#content h1 {
	padding: 0px;
	margin: 0px;
	color: #0B7A8E;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
}

#content h3.subtitle {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	border-bottom: #999 solid 1px;
}

#content h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.6em;
}


/* ========================================  menuL 右サイドメニュー */
#sidebar {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	text-align: center;
}

.banner_img {
	border: #999 solid 1px;
	margin-bottom: 10px;
}

#category {
	margin-top: 20px;
	padding: 20px 10px;
}

#sidebar ul {
	list-style: none;
	padding: 10px 5px 15px 15px;
	}

#sidebar li {
	margin: 3px 0px 3px 0px;
	padding: 0;
	font-size: 1.4em;
	}

#sidebar ul li ul {
	list-style: none;
	padding: 0px 5px 15px 5px;
	}

#sidebar li ul li {
	padding-left: 15px;
	font-size: 1em;
	background: url(./img/list-bg.gif) no-repeat left center;
	}

#sidebar h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #2C1212;
	border-bottom: #2C1212 dashed 1px;
	}

#sidebar a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#mailmaga {
	text-align: left;
	position: relative;
	width: 297px;
	height: 250px;
	background: url(./img/side_mailmaga.gif) no-repeat;
	border: #999 solid 1px;
}

#mailmaga form {
	position: absolute;
	top: 167px;
	left: 55px;
}

/* ========================================  menuL ページトップ画像 */
#top_img {
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
}


/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0px;
	visibility: hidden;
}

/* ========================================  searchform ページトップ画像 */
#searchform {
	margin-bottom: 10px;
	}


/* ========================================  #footer 画面下部 */
#footer {
	margin-top: 30px;
	width: 100%;
	color: #EEE;
}

#footer p { font-size: 1.2em; }

#footer a { color: #DDD; }

#footer a:hover { color: #FFF; }

#top_link {
	width: 920px;
	text-align: right;
	margin: 0 auto;
}

#sitemap_out {
	width: 100%;
	background: #4D4D4D;
}

#sitemap {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: left;
}

#sitemap td {
	vertical-align: top;
	width: 36%;
}

#sitemap td.list {
	border-right: #AAA solid 1px;
	width: 17%;
}

#sitemap td.list2 {
	border-right: #AAA solid 1px;
	width: 30%;
}


#sitemap ul {
	list-style: none;
	padding: 0px 5px 0px 10px;
	}

#sitemap ul li ul {
	list-style: none;
	padding: 0px 5px 15px 5px;
	}

#sitemap li {
	margin: 3px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	}

#sitemap li ul li {
	padding-left: 15px;
	font-size: 1em;
	background: url(./img/list-bg.gif) no-repeat left center;
	}

#sitemap p.adress {
	padding: 0px 10px 0px 20px;
	}

#copyright_out {
	width: 100%;
	background: #333;
}

#copyright {
	width: 920px;
	margin: 0 auto;
	padding: 5px 0px;
	text-align: left;
}

/* ========================================  そのほか個別設定 */
.box {
	margin: 20px 0px 10px 40px;
}

.link {
	border: #5399C9 1px solid;
}

.box dl {
	margin: 0;
	padding: 0;
}

.box dt {
	margin-bottom: 5px;
}

.box dd {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
}

dt.subtitle img {
	vertical-align:text-bottom;
}

dt.subtitle {
	font-size: 2.4em;
	line-height: 1.4em;
	color: #534741;
}

dt.subtitle span {
	font-size: 0.6em;
	color: #666;
}

dd.center {
	text-align: center;
	}

dd.title_text {
	line-height: 1.4em;
	padding: 0 0 10px 0;
	font-size: 1.4em;
	color: #534741;
	}

th.subtitle {
	text-align: left;
	font-size: 1.8em;
	color: #534741;
	padding:10px 0 5px 25px;
	background: url(./img/subtitle-bg.gif) no-repeat left center;
	font-weight: normal;
	border-bottom: #999 solid 1px;
}

.pagenavi {
	font-size: 1.2em;	
}

/* ========================================  トップthumb */
#new_works {
	width: 285px;
	float: left;
	}

#new_blog {
	width: 285px;
	float: right;
	}

/* ========================================  トップthumb */
.indexthumb {
	margin:10px 5px 20px 5px;
	padding: 15px;
	}

.indexthumb small {
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	}

.indexthumb a h2 {
	padding: 0;
	margin: 0;
	}

.indexthumb p {
	font-size: 1.4em;
	}

.indexthumb a:hover h2 {
	text-decoration: underline;
	}


/* ========================================  content */
.content {
	margin: 0;
	padding: 0;
	color: #534741;
	font-size: 1.4em;
	}
	
.content p {
	line-height: 1.6em;
	margin: 20px 0;
	}

.content li {
	padding: 5px 0 5px 15px;
	list-style: none;
	background: url(./img/content_list-bg.gif) no-repeat left top;
	}

/* ========================================  archive */
.meta {
	font-size: 1.4em;
	margin: 8px 0 10px 0;
	color: #666;
}

.meta a {
	color: #DDD;
	text-decoration: none;
	}

.meta a:hover {
	color: #FFF;
	text-decoration: underline;
	}

table {
	width: 100%;
}

td.archive_left {
	color: #534741;
	vertical-align: top;
	font-size: 1.2em;
	padding: 10px 0 0 10px;
	width: 30%;
	}

td.archive_left img {
	border: 1px solid #999;
}

td.archive_left a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

td.archive_right {
	color: #534741;
	vertical-align: top;
	padding: 10px 10px 0px 10px;
	font-size: 1.2em;
	}
	
.archive_right p { margin: 0; }
	
.archive_right a { color: #333; }

.archive_right a:hover { color: #999;}

td.next {
	padding: 0px 10px 0px 290px;
	vertical-align: top;
	text-align: right;
	background:url(./img/next-bg.gif) no-repeat right top;
}

td.next p {
	font-size: 1.2em;
}

td.next a { text-decoration: none;}
td.next a:hover { text-decoration: underline;}

/** search form */

#search {
	width: 115px;
	padding: 5px;
	color: #2C1212;
	border: 1px solid #2C1212;
}

#search-submit {
	font-size: 12px;
	width: 85px;
	margin: 0 auto;
	padding: 5px 0px;
	background: #2C1212;
	color: #fff;
	border: 0;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.comment strong { font-size: 1.4em;}
.comment small { font-size: 1.4em;}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	font-size: 1.4em;
	margin: 0 0 0px 0;
}

input.text {
	width: 250px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #2C1212;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #2C1212;
}

input.submit {
	width: auto;
	margin-top: 10px;
	padding: 5px;
	background: #2C1212;
	color: #FFF;
	border: 0;
}


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

.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.clear {
	clear:both;
}

/** wordpress css */

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

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

.wp-caption p.wp-caption-text {
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.home_img a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

