/* Edited with EditCSS */
/**** Inline STYLE-tag style sheet ****/

<!--
/*  カウントダウンタイマーサンプルCSS  */
	div.timer_1	{
		width: 600px;
		margin: 30px auto;
		font-size: 20pt;
		font-weight: bold;
		color: #F00;
		border: solid 2px #00A;
		background-color: #000;
		text-align: center;
		padding: 10px;
	}
	div.timer_2	{
		width: 400px;
		margin: 30px auto;
		font-size: 10pt;
		font-weight: bold;
		color: #000;
		border: solid 2px #00A;
		background-color: #EEE;
		text-align: center;
		padding: 10px;
	}

/*  期限切れメッセージサンプルCSS  */
	div.msg_1	{
		width: 600px;
		margin: 30px auto;
		font-size: 10pt;
		color: #F00;
		text-align: center;
		padding: 10px;
	}

-->


/**** LINK-tag style sheet styles-site.css ****/

/* Edited with EditCSS */
/**** Inline STYLE-tag style sheet ****/

<!--
/*  カウントダウンタイマーサンプルCSS  */
	div.timer_1	{
		width: 600px;
		margin: 30px auto;
		font-size: 20pt;
		font-weight: bold;
		color: #F00;
		border: solid 2px #00A;
		background-color: #000;
		text-align: center;
		padding: 10px;
	}
	div.timer_2	{
		width: 400px;
		margin: 30px auto;
		font-size: 10pt;
		font-weight: bold;
		color: #000;
		border: solid 2px #00A;
		background-color: #EEE;
		text-align: center;
		padding: 10px;
	}

/*  期限切れメッセージサンプルCSS  */
	div.msg_1	{
		width: 600px;
		margin: 30px auto;
		font-size: 10pt;
		color: #F00;
		text-align: center;
		padding: 10px;
	}

-->


/**** LINK-tag style sheet styles-site.css ****/

/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	margin : 0;
	text-align: center;
	color:#333;
	font-size: 14px;
	line-height: 150%;
background-color: #78c7e7;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}

/* strongの色 */
strong {font-weight: normal;}


/* 画像の属性 */
img {border: none; margin: 0;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #0033FF;text-decoration: underline;}
a:hover {color:#FF3300;text-decoration: none;}

/* 基本設定*/

#base{
	width: 800px;
	margin: 0 auto;
	background: url("http://www.toranoana-juku.com/7ki/img/bace4.png") repeat-y;
	text-align: center;
}

#wrapper{
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

.yellow{background:#ffff00; font-size: 14px;}

.style1 {
color: #200000;
font-weight: bold;
font-size:14px;
}

.style2 {
color: #d3000e;
font-weight: bold;
font-size:14px;
}


.style3 {
color: #cc0000;
font-weight: bold;
font-size:14px;
}

.style4 {
color: #cc0000;
font-weight: bold;
font-size:22px;
}

.style5 {
color: #cc0000;
font-weight: bold;
font-size:14px;
}

.style6 {
color: #000000;
font-weight: bold;
font-size:14px;
}
/*ヘッダー*/
#header	{
	margin : 0;
	padding: 0;
	height : 880px;
	text-align: left;	
	background: url("http://www.toranoana-juku.com/7ki/img/header23.png") no-repeat top left;
	border-bottom: 3px solid #fff;

text-indent:-2000px;
}

#header h1 {
	position: absolute;
	top : 0px;
	left: 15px;
	color: #FFF;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
}

#header .des {
	position: absolute;
	left: 15px;
	top: 125px;
	color: #CCC;
	font-size: 12px;
	text-align: left;
}

/*  パンくずリスト  */
.navi {
	margin : 0;
	font-size: 10px;
	color:#666;
}

/*コンテンツ*/
#content {
	margin: 0 auto;
	width: 640px;
	text-align: left;
}
				
#content h2	{
	margin: 10px 0 0 0;
	font-size: 128%;
	color: #272675;
	font-weight: bold;
	line-height: 150%;
	border-bottom:1px solid #000099;
	border-left: 12px solid #000099;
       padding-left:10px;
}

#content h3 {
	margin: 0px 0 0 0;
	display: block;
	font-size:118%;
	font-weight: bold;
	color : #333366;
        text-align: left;
	background-image: url("http://www.toranoana-juku.com/7ki/img/h3.jpg");
	background-repeat: repeat-y;
        padding-left:20px;
        height:35px;
        line-height: 220%;
}

#content h4	{
	margin: 10px 0 0 0;
	font-size: 117%;
	color: #FF0000;
	font-weight: bold;
	line-height: 150%;
}

#content h6 {
	margin: 10px 0 0 0;
	display: block;
	font-size:108%;
	font-weight: bold;
	color : #333366;
	line-height: 300%;
	text-align: left;
	background-image: url("http://www.ricp.jp/u-can5/img/h6-bar.gif");
	background-repeat: repeat-y;
       padding-left:20px;
       height:48px;
}

/*問合わせボタン*/
.toiawase a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://www.toranoana-juku.com/6kisei/img/button11.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

/*詳細ボタン*/
.shousai a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://www.toranoana-juku.com/6kisei/img/button12.gif") no-repeat top left;
	display: block;
 	outline: 0;
}

/*購入ボタン*/
.kounyu a{
	margin: 0 auto;
	width: 310px;
	height: 60px;
	font-size: 100%;
	text-indent: -2000px;
	background: url("http://www.toranoana-juku.com/6kisei/img/button13.gif") no-repeat top left;
	display: block;
 	outline: 0;
}


/*記事枠*/
#content .doc{
	margin: 10px 10px 15px 10px;
	text-align: left;
	line-height: 150%;
}

#content .doc p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://www.ricp.jp/gakuhi/img/note_line.gif);
	margin-right: 30px;
	margin-left: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
width:580px;
overflow: hidden;
}


#content  ul{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height:120%;
	list-style-image : url("http://www.toranoana-juku.com/6kisei/img/list.gif");
}

#content  li{
	margin-left:15px;
}


#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*フッター*/
#footer{
	clear: both;
	margin: 0;
	height: 50px;
	color: #FFF;
	padding: 0;
	background: #00305f;
	}
	
#footer p{
	margin: 0;
	padding: 13px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}

#footer a:link, #footer a:visited, #footer a:active {color: #e6f5ee;text-decoration: underline;}
#footer a:hover {color:#fff;text-decoration: none;}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px;
	text-align: left;
}
/* テーブルの属性*/
table {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-collapse:collapse;
}

caption {
text-align:left;
padding-bottom:8px;
font-size:14px;
font-weight:bold;
color:#a52a2a;
}
td,
th {
padding:5px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
text-align:left;
}

th {
background:#cce9fa;
}

#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}

#content .img3 {
	float:right;
	margin: 0px 10px 0px 0px;
}


.sample{
background-image: url(img/ya-ya2.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 12pt;
padding: 5px 0px 4px 10px;
font-weight:bold;
padding-left:13px;
}



