/* 折りたたみ設定 */
#oritatami ul.open{display:block}
#oritatami ul.close{display:none}
#oritatami li.open{width;90%;overflow:hidden;white-space:nowrap}
#oritatami li.close{width;90%;overflow:hidden;white-space:nowrap}
#oritatami li.nochild{}
#oritatami li{}
/* /折りたたみ設定 */


body{
	line-height: 1.6;
	font-size: 75%;
	font-family: sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	color: #7575FF;
/*	background: #FFC8C8;
*/
	background: url(./img/bg_sima_04.gif) #ffffff fixed;
}


/* リンク */
a {
/*	text-decoration: none; */
	border: 0px;
/*	color: #FF3535;
*/
}

/* カーソルを置いたとき */
/*
a:hover {
	color: #FF0000;
}

a:visited {
    color: #FF7575;
}

a:active {
    color: #FF0000;
}
*/

/* イメージリンク */
a img {
  border : 2px solid;
}

hr {
    background-color: #7575FF; 
    color: #A4A4FF; 
    border: none; 
    height: 3px; 
}


/* タイトル */
#title {
	width : 700px; /* 幅 */
	height : 200px; /* 高さ */
	margin-left: 0px; /* 左余白 */
	border: 0px solid #dcdcdc; /* 枠線 */
	font-size: 11px; /* 文字サイズ */
	background: url(./title2.gif) #ffffff right top no-repeat;

}



/* 外枠 */
#container {
	position:relative;
	width:770px;

	margin-left: 0px;
	margin-top:  20px;
/*	background: #FFC8C8;
	background: #ffffff;
*/
}

/* メイン */
#main {
	margin: 20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}


.crayon_red {
    padding : 0px 10px 0px 10px;
	background: url(./img/crayon_red.gif) left top  no-repeat;
}

.shadow {
    width : 100%;
	filter:shadow(color=white,direction=120);
}

.glow {
    width : 100%;
    filter: glow(color=red, strength=3);
}

/* サイトタイトル */
.site_title {
         color : #ffffff;
         font-size: 28px; /* 文字サイズ */
         font-weight: bold; /* 太字 */
         text-align: right;
         text-shadow: black 2px 3px 4px;
         padding-right: 10px; /* 左余白 */
}


/* 記事タイトル */
.main_title {

	border: 0;

	font-size: 130%;
	font-weight: bold;

	color: #FFFFFF;
/*	background: #ff0196 url(./img/title_bg2.gif) repeat-x left top;
*/
	background: #7575ff;
}

.main_title2 {
/*	width: 770px;
*/
    padding: 0px 5px 0px 10px;
	background: url(./img/body_title_bg_top_w770.gif) #7575ff left top no-repeat;

}


/* リンク */
.main_title a {
	text-decoration: none;
	border: 0px
	color: #ffffff;
}

.main_title a:hover {
	border: 0px; /* 枠線 */
         color: #dcdcdc;
}


/* 記事部分等本文囲み */
.main_body {
/*
    width: 770px;
*/
	padding: 5px 5px 5px 5px;
    font-family: "ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3",Osaka;
	background: url(./img/body_bg_side_w770.gif) left top repeat-y;
	background-color: #EGEGFF;
}


/* 記事部分等本文囲み-リンク */
.main_body h1 {
	font-size: 100%;         
}

/* 記事部分等本文囲み下端 */
.main_bottom {
/*	width: 770px;
*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(./img/body_bg_bottom_w770.gif) left bottom no-repeat;
	background-color: #EGEGFF;

}


/* 記事内 */
.kiji_title {
	margin-bottom: 2px;
	padding-left: 0px;
	font-size: 100%;
	font-weight: bold;
}

.kiji_main {
	margin-bottom: 2px;
	padding-left: 5px;
	font-size: 100%;

}

/* 横幅指定成形用 */
/* main-body内に置く場合、width+margin = 760px 以下で */
.box750 {
	width: 750px;
	margin-left: 5px;
	padding-bottom: 5px;
}

.quote {
        margin-top:2px;
        margin-bottom:2px;
        padding-left:8px;
        font-size:100%;
        font-weight:bold;
}
