@charset "utf-8";

/* @group Theme Color */

body.index{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1;
	background: #EEEBDB;
}

body.tiny_mce_class {
	background: #ffffff;
	padding:5px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.5;
}

#header {
	background: #e6edf2;
	border-top-color: #5a423c;
	text-shadow: -1px -1px 0 #fff;
}

#header h1 {
	color: #49575b;
}

#header .image_wrap {
	background-color: #C4D54E;
}

#wrapper #bread,
#wrapper #bread a {
	color: #000;
}

#content h1,
#content h2 {
	color: #49575b;
	border-bottom: 1px dotted #49575b;
}

#content h2.pg_ttl {
	background-color: #EDEDED;
}

#content h3 {
	color: #49575b;
}

#content .share {
	background: #EDEDED;
}

#sidebar.aside1 {
	background: #EFF7D2;
}

#sidebar.aside1 a {
	color: #49575b;
}

#sidebar.aside1 .category_list h6,
#sidebar.aside1 .entry_list h6 {
	border-top-color: #5a423c;
	text-shadow: -1px -1px 0 #fff;
}

#footer {
	background: #EDEDED;
}

/* @end */


.tiny_mce_class h2 {
	width: 625px;
	margin: 0 0 0 1em;
	padding: 10px 0 10px 15px;
	font-size: 16px;
}


.tiny_mce_class h3 {
	border-left:7px solid #9b59b6;  
	border-bottom:1px solid #9b59b6;  
	padding: 1px 0 1px 7px;
	margin-bottom:7px;
	font-size:120%;
}

.tiny_mce_class h4 {
	color:white;
	background: #16A6B6 url("/fip/template/default/images/white-check.png") no-repeat scroll 4px -2px;
	margin:0 0 10px 0;
	padding:3px 35px;
	width: 580px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:120%;
}

h5 {
	color:white;
	background: #16A6B6 url("/fip/template/default/images/white-check.png") no-repeat scroll 4px -2px;
	margin:0 0 10px 0;
	padding:4px 50px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:110%;

}

.tiny_mce_class table{
	border-collapse: collapse;
	min-width:80px;
}

.tiny_mce_class table.table_type1{
	border-collapse: collapse;
	border: solid 1px #b3b3b3;
	min-width:100px;
}

.tiny_mce_class table.table_type1 th, .tiny_mce_class table.table_type1 td{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	border: solid 1px #b3b3b3;
	padding: 2px;
}

.tiny_mce_class table.table_type1 th{
	background-color: #f3f3f3;
	font-weight:bold;
}

.tiny_mce_class ul{
	margin-left:2em;
}


/* ショートプロモーションメッセージ */
.tiny_mce_class div.short_promotion_message{
	font-size:130%;
	margin-left: 20px;
	color:#666;
	font-weight:bold;
}

/* プロモーションメッセージ */
.tiny_mce_class div.promotion_message{
	font-size:130%;
	margin-left: 20px;
	color:#666;
}

/* 黄色蛍光ペン */
.tiny_mce_class .marker_yellow { background: linear-gradient(transparent 60%, #ffff00 65%); }

/* 黄緑色蛍光ペン */
.tiny_mce_class .marker_lime { background: linear-gradient(transparent 60%, #66ffcc 65%); }

/* 水色蛍光ペン */
.tiny_mce_class .marker_water { background: linear-gradient(transparent 60%, #66ccff 65%); }

/* 桃色蛍光ペン */
.tiny_mce_class .marker_pink { background: linear-gradient(transparent 60%, #ff66ff 65%); }

/* グレーボックス */
.tiny_mce_class div.gray_box {
	border: solid 1px #333;
	background-color: #eeeeee;
	font-size:95%;
	padding: .5em;
	color: #333333;
	font-weight:bold;
}


/* @group Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { 
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a,a:visited{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color:#0066cc;
}

a:hover {
	text-decoration: underline;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* @end */

/* @group Header */


#header {
	padding: 0 0 15px 0;
	border-top-width: 4px;
	border-top-style: solid;
}

#header h1 {
	width: 925px;
	margin: 0 auto;
	padding: 17px 0 0;
	font-size: 24px;
}

#header .tagline {
	width: 925px;
	margin: 0 auto;
	padding: 10px 0 15px;
	font-size: 11px;
	font-weight: normal;
	text-indent: 2px;
}

#header img {
	display: block;
	margin: 0 auto;
}

/* @end */

/* @group Content */

#wrapper {
	position: relative;
	width: 950px;
	margin: -2px auto 0;
	padding: 0 8px;
	overflow: hidden;
}

#content {
	position: relative;
	float: left;
	width: 640px;
	border-left: 15px solid #fff;
}

#wrapper_head {
	margin: 7px auto 0;
}

#wrapper #bread {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 9px;
}

#content .entry {
	padding: 20px 0 10px;
	margin-bottom: 20px;
}

#content .entry:last-child {
	margin-bottom: 0;
}

#content h1 {
	width: 640px;
	margin: 0 auto 10px;
	padding: 0 0 10px 0;
	font-size: 20px;
}

#content h2 {
	width: 625px;
	margin: 0 auto 1em;
	padding: 10px 0 10px 15px;
	font-size: 16px;
}

#content h3 {
	width: 640px;
	margin: 2em auto 1em;
	font-size: 14px;
}

#content p {
	width: 640px;
	margin: 0 auto 0.5em;
	font-size: 14px;
	line-height: 1;
}

#content .share {
	width: 630px;
	margin: 40px 0 0;
	padding-left: 10px;
	border-bottom: 5px solid #fff;
	overflow: auto;
}

#content .share .twitter,
#content .share .facebook {
	float: left;
	padding: 7px 5px;
}

#content .share .facebook {
	margin: 0 0 0 -40px;
}

#wrapper_foot {
	margin: 0 auto 15px;
}

/* @end */

/* @group Sidebar */

#sidebar.aside1 {
	float: right;
	width: 270px;
	margin: 20px 0 0 15px;
	padding: 0 0 15px;
	font-size: 12px;
}

#sidebar.aside1 .wrap {
	width: 922px;
	margin: 0 auto;
}

#sidebar.aside1 li {
	list-style: none;
	line-height: 1.3;
}

#sidebar.aside1 .category_list {
	width: 270px;
}

#sidebar.aside1 .category_list h6 {
	padding: 10px 0 0;
	font-size: 12px;
	border-top-width: 4px;
	border-top-style: solid;
	text-align: center;
}

#sidebar.aside1 .category_list ul {
	margin: 10px 10px 0 0;
	padding: 15px 0 20px;
}

#sidebar.aside1 .category_list li {
	margin: 0 0 8px 10px;
	padding: 0 0 0 19px;
	min-height: 16px;
}

#sidebar.aside1 .entry_list {
	width: 270px;
}

#sidebar.aside1 .entry_list h6 {
	padding: 10px 0 0;
	font-size: 12px;
	border-top-width: 4px;
	border-top-style: solid;
	text-align: center;
}

#sidebar.aside1 .entry_list ul {
	margin: 15px 10px 0 0;
	padding: 15px 0 20px;
}

#sidebar.aside1 .entry_list li {
	margin: 0 0 8px 10px;
	padding: 0 0 0 19px;
	min-height: 16px;
}

#sidebar.aside1 .share {
	position: relative;
	width: 250px;
	height: 30px;
	padding: 15px 10px 5px;
}

#sidebar.aside1 .share .twitter {
	position: absolute;
	top: 10px;
	left: 35px;
}

#sidebar.aside1 .share .facebook {
	position: absolute;
	top: 10px;
	left: 135px;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding: 10px 0;
	border-top: 50px solid #fff;
	text-align: center;
	font-size: 12px;
}

/* @end */

/* @group Images */

#content h2 {
	background: url(/fip/template/default/images/h2_bullet.png) no-repeat 0 10px;
}

#header .image_wrap {
	background-image: url(/fip/template/default/images/header_bg.png);
	background-position:  center bottom;
	background-repeat: repeat-x ;
}

#header .shadow {
	width: 1004px;
	height: 124px;
	background: url(/fip/template/default/images/header_shadow.png);
}

.category_list li  {
	background: url(/fip/template/default/images/icon_category.png) no-repeat 0 0;
}

.entry_list li {
	background: url(/fip/template/default/images/icon_entry.png) no-repeat 0 0;
}

#sidebar .share,
#sidebar .category_list ul,
#sidebar .entry_list ul {
	background: url(/fip/template/default/images/sidebar_line.png) no-repeat top center;
}

#wrapper_foot {
	width: 966px;
	height: 10px;
	background: url(/fip/template/default/images/wrapper_bg_foot.png);
}

#wrapper_head {
	width: 966px;
	height: 10px;
	background: url(/fip/template/default/images/wrapper_bg_head.png);
}

#wrapper {
	background: url(/fip/template/default/images/wrapper_bg.png) repeat-y;
}

/* @end */

