@charset "utf-8";
/*  
Theme Name: Crf2
Theme URI: http://www.cr-fund.jp
Author: Studio Kan
Author URI: http://www.kan-web.ne.jp
Creation date: 23.04.2008 
*/

/* Base Theme ============================================================= */

html,div,
ul,ol,li,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
    margin:0;
    padding:0;
}
a:link, a:visited {
		color: #0033FF;
    text-decoration: none;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
}
table {
    border-spacing:0;
}
p, pre, blockquote, fieldset {
    margin-bottom: 10px;
}

h4 {
	font-weight: normal;
	font-size: 16px;
}
ul { list-style:none; }
ol { list-style: decimal outside; }
caption,th {
    text-align:left;
}
a img,:link img,:visited img {
    border:none;
}
blockquote {
	margin-left: 20px;
	background-repeat: repeat-y;
	margin-right: 20px;
}
hr {
    border:0;
    height:1px;
    background-color:#666666;
    color:#999999;
}
fieldset,img,abbr,acronym {
    border:0;
} 
q:before,q:after {
    content:'';
}
address {
    font-style:normal;
}
cite {
	font: normal 13px verdana, helvetica, sans-serif;
}
code {
	margin-left: 15px;
}
form p {
	margin-left: 15px;
}

/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/top-3bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto 0px; /* center on everything else */
	width: 840px;
	position: relative;
}
#container-inner {
	text-align: left;
	position: static;
	width: 840px;
}
#header, #content, #main, #sidebar, #gamma {
    position: relative;
}
#header {
	overflow: hidden;
	text-align: left;
	height: 90px;
}
#main, #sidebar, #gamma {
	float: left;
	position: relative;
}
#header-inner, #content-inner,
#main-inner, #sidebar-inner, #gamma-inner {
    position: static;
		overflow: hidden;
}
#content {
	width: 840px;
	clear: both;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#content-inner {
	width: 840px;
}

/* Thin-Wide */

#main {
    left: 200px;
    width:630px;
}
#sidebar {
	width: 200px;
	right: 630px;
	padding-left: 10px;
}
#main-inner {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
#sidebar-inner {
	padding-top: 15px;
	width: 170px;
}
#gamma {
	width: 190px;
	padding-top: 10px;
}
#gamma-inner {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* Thin-Wide-Thin */
.twt #main {
    left: 200px;
    width: 440px;
}
.twt #main-inner {
	padding: 10px;
}
.twt #sidebar {
	left: -440px;
}


/* Header ----------------------------------------------------------------- */

.head-left, .head-right {
	float: left;
}
.head-left {width: 380px;}
.head-right {
	width: 440px;
}
.head-right h1 {
	margin-top: 5px;
	font-size: 12px;
	color: #333333;
	text-align: right;
	font-weight: normal;
	line-height: 130%;
}
#header a { color: #666666; text-decoration: none; }
#header a:hover { color: #FF6600; }
.banner {
	width: 820px;
	margin: 10px;
}
.banner2 {
	background-color: #CCCCCC;
	padding-bottom: 10px;
}



/* Footer ----------------------------------------------------------------- */

#content-footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#content-footer h4 {
	font-size: 12px;
	font-weight: normal;
}
#content-footer a:link, #content-footer a:visited {
	color: #666666;
}
#footer {
	position: relative;
	width: 840px;
}
#footer-inner {
	text-align: center;
	position: static;
	padding-bottom: 10px;
	padding-top: 5px;
}

#footer p {
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}


/* Content ---------------------------------------------------------------- */

.post-header {
	margin-bottom: 15px;
	width: 600px;
}
.cat-header {
	font-size: 18px;
}
.cat-header h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.post-header h2 {
	font-size: 18px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sub-header {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #FF9900;
}
.post-header a:link, .post-header a:visited {
	color: #666666;
}

.entry {
	margin-bottom: 10px;
	overflow: hidden;
	position: static;
	clear: both;
	font-size: 13px;
	line-height: 160%;
}
.entry .cr-page {
	font-size: 13px;
	line-height: 160%;
	margin-right: 20px;
	margin-left: 20px;
}

.topcenter .entry {
	font-size: 13px;
	line-height: 140%;
}
.entry h1 {
	line-height: 130%;
	font-size: 19px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
.entry h2 {
	font-size: 18px;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #666666;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 5px;
}
.entry h3 {
	font-size: 15px;
	line-height: 130%;
}
.entry h4 {
	margin-bottom: 10px;
	color: #FF3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.entry a {
	text-decoration: underline;
}

.entry ul {
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 25px;
}
.entry ul li {
	list-style-type: disc;
}
.entry .list-dot li {
	list-style-type: disc;
	margin-bottom: 5px;
	line-height: 140%;
	margin-left: 13px;
}

.entry ul li a {
	text-decoration: none;
}


.entry ol {
	margin-bottom: 10px;
}
.entry ol li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

.entry ol li ul li {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
}
#post-7 .entry ul {
	margin-left: 0px;
	width: 580px;

}
#post-7 .entry li {
	background-image: url(images/icon_ha1.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
#post-7 .entry h3 {
	padding-left: 0px;
	color: #666666;
	margin-bottom: 10px;
}
.entry-meta {
	padding-top: 5px;
	font-weight: normal;
	display: block;
	border-top: 1px solid #ccc;
	text-align: right;
	padding-right: 10px;
	clear: both;
	margin-top: 10px;
}
.entry-meta,
.comment-footer a {
    font-weight: normal;
}
.entry-meta,
.comment-footer,
.trackback-footer {
	color: #666666;
	font-size: 11px;
}
.comments-header {
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.category-head {
	margin-bottom: 20px;
}
.category-content{
	line-height: 140%;
	font-size: 13px;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 30px;
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.category-img {
	float: left;
	margin-right: 20px;
}
.category-body {
	float: left;
}

.category-content  h3 {
	font-size: 14px;
	line-height: 125%;
	color: #CC3333;
	margin-bottom: 5px;
}
.category-content p {
	margin-bottom: 5px;
	margin-top: 0px;
}

#commentform #comment {
	width: 500px;
}
ol .commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ol .commentlist li {
	width: 490px;
	padding: 5px;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

ol .commentlist li.alt {
	border: solid 1px #ddd;
}

ol .commentlist li p, ol .commentlist li .alt p {
	margin: 3px 10px 10px 10px;
}
.navigation {
	padding: 0;
	margin-left: 0;
	margin-bottom: 15px;
	display: block;
	font-size: 11px;
}

.navigation .alignleft {
	float: left;
	text-align: left;
	padding-left: 25px;
	margin: 0;
}


.navigation .alignright {
	float: right;
	text-align: right;
	padding: 0;
}

/* Left Parts --------------------------------------- */

#wp-calendar {
	width: 180px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}


/* Side bar ----------------------------------------------- */

#sidebar ul, #sidebar li {
	list-style-type: none;
}

#sidebar ul li ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#sidebar ul li p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}

#sidebar li li a {
	display: block;
	padding-left: 20px;
	width: 150px;
	height: 12px;
	background-image: url(images/left_bg1.gif);
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sidebar li li a:link, #sidebar li li a:visited {
	color: #666666;
}
#sidebar li li a:hover, #sidebar li li a:active {
	color: #FF3300;
}
#sidebar li h2 {
	font-size: 13px;
	height: 22px;
	font-weight: bold;
	padding-top: 3px;
	background-color: #8FD982;
	display: block;
	padding-left: 10px;
	color: #666666;
}
#sidebar .crm h2 {
	text-indent: -9999px;
}
#sidebar .crm2 a {
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 170px;
}


#sidebar .s-inner {
	padding: 10px;
}

#cm1 a {
	background-image: url(images/left_crm01.jpg);
	height: 25px;
	width: 170px;
}
#cm1 a:hover {
	background-image: url(images/left_crm01_1.jpg);
}
#cm2 {
	background-image: url(images/left_crm02.jpg);
}
#cm5 {
	background-image: url(images/left_crm05.jpg);
}
#cm10 {
	background-image: url(images/left_crm10.jpg);
}
#cm14 a {
	background-image: url(images/left_crm14.jpg);
}
#cm15 a {
	background-image: url(images/left_crm15.jpg);
}
#cm16 a {
	background-image: url(images/left_crm16.jpg);
}



#cl3 a {
	background-image: url(images/left_crm03.jpg);
}
#cleft3 a:hover {
	background-image: url(images/left_crm03_1.jpg);
}
#cl4 a {
	background-image: url(images/left_crm04.jpg);
}
#cleft4 a:hover {
	background-image: url(images/left_crm04_1.jpg);
}

#cl5 a:hover {
	background-image: url(images/left_crm05_1.jpg);
}
#cleft6 a {
	background-image: url(images/left_crm06.jpg);
}
#cleft6 a:hover {
	background-image: url(images/left_crm06_1.jpg);
}
#cleft7 a {
	background-image: url(images/left_crm07.jpg);
}
#cleft7 a:hover {
	background-image: url(images/left_crm07_1.jpg);
}
#cleft8 a {
	background-image: url(images/left_crm08.jpg);
}
#cleft8 a:hover {
	background-image: url(images/left_crm08_1.jpg);
}
#cleft9 a {
	background-image: url(images/left_crm09.jpg);
}
#cleft9 a:hover {
	background-image: url(images/left_crm09_1.jpg);
}

#cleft11 a {
	background-image: url(images/left_crm11.jpg);
}
#cleft11 a:hover {
	background-image: url(images/left_crm11_1.jpg);
}
#cleft12 a {
	background-image: url(images/left_crm12.jpg);
}
#cleft12 a:hover {
	background-image: url(images/left_crm12_1.jpg);
}
#cleft13 a {
	background-image: url(images/left_crm13.jpg);
}
#cleft13 a:hover {
	background-image: url(images/left_crm13_1.jpg);
}

#cleft14 a:hover {
	background-image: url(images/left_crm14_1.jpg);
}

#cleft15 a:hover {
	background-image: url(images/left_crm15_1.jpg);
}
#cleft16 a {
	background-image: url(images/left_crm16.jpg);
}
#cleft16 a:hover {
	background-image: url(images/left_crm16_1.jpg);
}

#searchform {
	margin: 0px 0px 5px;
	padding: 0px;
	text-align: center;
	}

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

.sidebar #searchsubmit {
	padding: 1px;
	}

/* Custom Styles Detail --------------------------------------------------- */

.border {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.bread {
	text-align: right;
	margin: 0px;
}
.img-l {
	margin-right: 10px;
	float: left;
}
.img-r {
	margin-left: 10px;
	float: right;
}
.author {
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
}
.clearboth {
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

.line {
	clear: both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.mgbtm5 {
	margin-bottom: 5px;
}
.mgbtm10 {
	margin-bottom: 10px;
}
.mgbtm20 {
	margin-bottom: 20px;
}

.red {
	color: #FF0000;
}
.f12 {
	font-size: 12px;
}
.font12 {
	font-size: 12px;
	line-height: 130%;
}
.font14 {
	font-size: 14px;
	line-height: 150%;
}
.small {
	font-size: 12px;
	font-weight: normal;
}

.cnt-navigation {
	text-align: right;
}
.table-pro {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	line-height: 130%;
	margin-bottom: 10px;
}

.table-pro td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	padding-right: 10px;
}
.table-pro th {
	font-weight: normal;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.table-pro ul {
	margin-left: 10px;
	list-style-type: disc;
}
.entry-left {
	float: left;
	width: 260px;
}
.entry-right {
	float: left;
	width: 300px;
	font-size: 13px;
	line-height: 150%;
}

/* Top page --------------------------------- */

#topimg {
	height: 340px;
	width: 600px;
	background-image: url(images/topimg1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.topcenter h2 {
	font-size: 17px;
}
.center-center {
	width: 380px;
	overflow: hidden;
}

.center-center h2 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 15px;
	line-height: 130%;
}
.center-center p {
	font-size: 13px;
	line-height: 140%;
}
#gamma-inner p {
	font-size: 13px;
	line-height: 140%;
}
#gamma-inner h2 {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 130%;
	color: #666666;
}
#gamma-inner h3 {
	font-size: 13px;
	line-height: 130%;
	color: #666666;
	margin-bottom: 5px;
}


/* Soshiki --------------------------------*/

#soshikimap {
	background-image: url(images/soshiki_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 140%;
	width: 550px;
	margin-left: 20px;
}
.so-left, .so-left2 {
	width: 240px;
	float: left;
}
.so-right, .so-right2 {
	float: left;
	width: 240px;
	margin-left: 70px;
}
.so-right {
	height: 420px;
}

#soshikimap .jirei {
	width: 200px;
	padding-left: 30px;
	margin-top: 40px;
}
#soshikimap ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#soshikimap li {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
#soshikimap .small {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
}
#soshikimap h2 {
	font-size: 16px;
	line-height: 130%;
}
#soshikimap a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 140%;
}
.jirei li {
	list-style-image: url(../img/soshiki_sankaku.gif);
	list-style-type: none;
}
.margin {
	margin-left: 20px;
	margin-right: 20px;
}
.entry .margin {
	width: 560px;
}

.sub-header h2 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 130%;
}
.entry .dot-list li {
	background-image: url(images/dot_green.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 5px;
	margin-right: 20px;
	display: block;
	list-style-type: none;
}
.sqlink-list li {
	background-image: url(images/sq_ya.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 5px;
	margin-right: 20px;
}
.subtitle, .subtitle2, .subtitle3 {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	margin-bottom: 10px;
	height: 25px;
	padding-top: 4px;
}
.subtitle {
	background-image: url(images/sub1_bg1.jpg);
	background-repeat: no-repeat;
}
.subtitle2 {
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(images/sub1_bg2.jpg);
	background-repeat: no-repeat;
}
.subtitle3 {
	background-image: url(images/sub2_gr.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table-club {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.table-club td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
}
/* About -------------------------------*/

.gaiyo {
	margin-bottom: 10px;
	margin-left: 20px;
	width: 560px;
	font-size: 13px;
	line-height: 130%;
}
.gaiyo td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.gaiyo dl {
	clear: both;
	margin: 0px;
}
.gaiyo dt {
	float: left;
	width: 80px;
	clear: both;
}
.gaiyo dd {
	display: block;
	float: left;
	width: 460px;
	padding: 0px;
	margin: 0px;
}

/* CR-fund system --------------------------------*/

#system {
	font-size: 13px;
	line-height: 130%;
	margin-left: 20px;
	width: 550px;
}
#system li {
	list-style-type: disc;
}
#system td {
	vertical-align: top;
}
#sys1 {
	background-image: url(images/jigyo_2.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#sys2 {
	background-image: url(images/jigyo_4.gif);
	background-repeat: repeat-y;
}
#sys3 {
	background-image: url(images/jigyo_6.gif);
}
#sys2 .sys-left {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 25px;
	width: 210px;
}
#sys2 .sys-right {
	width: 210px;
	padding-right: 15px;
	padding-left: 23px;
}
#sys3 .sys-left {
	padding-right: 25px;
	padding-left: 20px;
}
#sys3 .sys-right {
	vertical-align: top;
	padding-left: 18px;
	padding-right: 17px;
}
#gamma-inner .topnews li {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
