/* Ｏちゃんのワールドスクウェア　メイン設定　*/

/* 基本設定 */
body {
	background-color : #FFFFFA;
	color : #000000;
	font-size : 12px;
	line-height : normal;
	letter-spacing : normal;
	text-align : left;
	font-family : "MS UI Gothic"
}
body,td {
	font-size : 12px;
	line-height : 150%
}


/* リンク設定 */
a:link {
	color : #000099;
	text-decoration : underline
}
a:visited {
	color : #0055ff;
	text-decoration : underline
}
a:active {
	color : #ff8800;
	text-decoration : underline
}
a:hover {
	color : #ff0000;
	text-decoration : underline
}


/* タイトル設定 */
.pagetitle {
	color : #003300;
	font-size : 18px;
	text-align : center;
	font-weight : bold
}

.subtitle_l {
	color : #990099;
	font-size : 16px;
	text-align : left;
	font-weight : bold
}

.subtitle_c {
	color : #990099;
	font-size : 16px;
	text-align : center;
	font-weight : bold
}

.koumoku {
	color : #000000;
	font-size : 14px;
	text-align : left;
	font-weight : bold
}


/* 文字飾り設定 */
.warning {
	color : #ff0000;
	font-size : 11px;
	font-weight : bold;
	text-align : left
}
.warning2 {
	color : #ff0000;
	font-size : 11px;
}
.navimenu {
	color : #000000;
	font-size: 10px;
	text-align : right
}


/* 項目バーの色設定（文字設定含む） */
.bar_koumoku {
	background-color : #CCFF99;
	font-size : 14px;
	text-align : left;
	font-weight : bold
}


/* 文字サイズの設定 */
.max {  font-size: large; line-height: 150%}
.maxb {  font-size: large; font-weight: bold; line-height: 150%}
.max125 {  font-size: large; line-height: 125%}
.maxb125 {  font-size: large; font-weight: bold; line-height: 125%}

.medium {  font-size: medium; line-height: 150%}
.mediumb {  font-size: medium; font-weight: bold; line-height: 150%}
.medium125 {  font-size: medium; line-height: 125%}
.mediumb125 {  font-size: medium; font-weight: bold; line-height: 125%}

.normal {  font-size: small; line-height: 150%}
.normalb {  font-size: small; font-weight: bold; line-height: 150%}
.normal125 {  font-size: small; line-height: 125%}
.normalb125 {  font-size: small; font-weight: bold; line-height: 125%}

.xsmall { font-size: x-small; line-height: 150%}
.xsmallwh { font-size: x-small; COLOR: #FFFFFF; line-height: 150%}
.xsmall175 {  font-size: x-small; line-height: 175%}
.xsmallb {  font-size: x-small; font-weight: bold; line-height: 150%}
.xsmall125 {  font-size: x-small; line-height: 125%}
.xsmallb125 {  font-size: x-small; font-weight: bold; line-height: 125%}

.xsmall125tp {  font-size: x-small; COLOR: #CC0000; line-height: 125%}

.xxsmall {  font-size: xx-small; line-height: 150%}
.xxsmallwh {  font-size: xx-small; COLOR: #FFFFFF; line-height: 150%}
.xxsmallb {  font-size: xx-small; font-weight: bold; line-height: 150%}
.xxsmall125 {  font-size: xx-small; line-height: 125%}
.xxsmallb125 {  font-size: xx-small; font-weight: bold; line-height: 125%}

.nlink {  font-size: x-small; line-height: 125%; COLOR: #3333CC}
