/*リセット*/
*{
	margin: 0;
	padding: 0;
}
html {
	height : 100%;
}
body {
	height : 100%;
}

/*リンクアンダーライン消去　リンク色*/
a{
	text-decoration:none;
	color: #3333CC;
}
/*リンクマウスオーバー色*/
a:hover {
	color: #FF0000;
}

/** **/
input,textarea,select,option{
	font-size: 95%;
	font-weight: normal;
}

/*メニュー1*/
#menu1 {
	margin: 0px auto;
	padding: 0px;
	width: 200px;
}
#menu1 ul {
	margin: 0;
	padding :0;
	list-style-type : none;
}
#menu1 li {
	padding :0;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	left: 20px;
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	width: 195px;
	text-align: left;
}
#menu1 a {
	background-image: url(../base_images/9pixtri.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:72%;
	color:#666666;
	margin:1px 0px;
	background-position: 5px 4px;
	display: block;
	height: 150%;
	line-height: 20px;
}
#menu1 a:hover {
	display:block;
	background-image: url(../base_images/9pixtrired.gif);
	background-repeat:no-repeat;
	font-size:72%;
	color:#FF3300;
	margin:1px 0px;
	background-position: 5px 4px;
	height: 150%;
	line-height: 20px;
}



/*リスト1*/
#list1 {
	margin-left: 30px;
}
#list1 ul {
	margin: 0;
	padding :0;
	list-style-type : disc;
}
#list1 li {
	padding :0;
	margin:0;
	font-family: "ＭＳ Ｐゴシック","Osaka" 'Hiragino Kaku Gothic Pro';
}

/*リスト2*/
#list2 {
	margin-left: 30px;
}
#list2 ul {
	margin: 0;
	padding :0;
	list-style-type : decimal;
}
#list2 li {
	padding :0;
	margin:0;
	font-family: "ＭＳ Ｐゴシック","Osaka" 'Hiragino Kaku Gothic Pro';
}

/*OYASAIトップ頁関連*/

/*トップコンテナ*/
#topcontainer {
	height: 100%;
	width: 96%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
		}
/*トップヘッダ*/
#tophead {
	background-color: #FFFFFF;
	height: 50px;
	background-attachment: scroll;
	background-image: url(../base_images/tophead.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
	width: 100%;
}
/*アカウント背景*/
.accback {
	color: #006600;
	background-attachment: scroll;
	background-image: url(../base_images/accback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #CCCCCC;
}
/*トップヘッドタイトル*/
.headti1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	color: #006600;
	width: 70%;
	position: absolute;
	top: 30px;
	left: 230px;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
}
/*トップヘッド下のバー*/
#hvartop {
	color: #333333;
	position: absolute;
	top: 50px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 100%;
}
/*トップ入れ子「内側」コンテンツbox幅*/
#unittop {
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
		}
/*トップ右カラム*/
#righttop {
	right : 15px;
	width : 250px;
	margin-right: 0px;
	float: right;
	position: absolute;
	padding-top: 60px;
	top: 10px;
	text-align: center;
	margin-bottom: 0px;
	bottom: 0px;
}

/*トップコンテンツタイトル*/
.topti1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	color: #333333;
	width: 60%;
	position: absolute;
	top: 80px;
	left: 60px;
}
/*トップコンテンツbox*/
#contbox{
	padding-right: 260px;
	padding-left: 40px;
	padding-top: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-attachment: scroll;
	background-image: url(../base_images/heidegray.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
		}
/*トップコンテンツbox2*/
#contbox2{
	background-color: #FFFFFF;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-attachment: scroll;
	background-image: url(../base_images/heidegray.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
		}
/*トツプ頁メニュー*/
#umenu {
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	color: #FFFFFF;
	line-height: 150%;
	text-align: center;
	clear: left;
}

/*トップフッダ*/
#fodatop1{
	background-color: #666666;
	height: 20px;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	clear: left;
	bottom: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
}



/*日誌コンテンツ関連*/

/*日誌コンテナ*/
#blgcontainer {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../base_images/haiblg200pix.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: 10px;
	position: absolute;
	left: 5px;
	width: 98%;
		}
/*日誌ヘッダ*/
#headblg {
	background-color: #FFFFFF;
	height: 50px;
	background-attachment: fixed;
	background-image: url(../base_images/head2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}
/*左カラム日誌*/
#leftb{
	width: 200px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../base_images/haiblg200pix.jpg);
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	height: 100%;
	margin-bottom: 0px;
		}

/*日誌メインカラム*/
#mainblg {
	height: 100%;
	margin-left: 200px;
	padding-left: 20px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}


/*OYSASAIコンテンツ関連*/

/*コンテナ*/
#container {
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../base_images/hai200pix.gif);
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-right: 5px;
	position: absolute;
	left: 5px;
	width: 98%;
		}
/*1カラム用コンテナ*/
#container1c {
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../base_images/heidegray.jpg);
	margin-left: 5px;
	margin-right: 5px;
	width: 98%;
	position: absolute;
	left: 5px;
	background-color: #FFFFFF;
		}


/*ヘッダ*/
#head {
	background-color: #FFFFFF;
	height: 50px;
	background-attachment: fixed;
	background-image: url(../base_images/head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	text-align: left;
}



/*左カラム*/
#left{
	float: left;
	width: 200px;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../base_images/hai200pix.gif);
}




/*メインカラムテキスト左揃え*/
#main {
	margin-left: 220px;
	padding-right: 20px;
	text-align: left;
}
/*メインカラムテキスト左揃え*/
#main2 {
	margin-left: 220px;
	padding-right: 20px;
	text-align: center;
}
/*1カラム用メイン*/
#main1c {
	padding-right: 55px;
	padding-left: 55px;
}

/*右カラム*/
#right{
	width: 135px;
	float: right;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 100%;
}

/*メニュー背景1*/
#meb1 {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../base_images/meb1.jpg);
}

/*メニュー背景2*/
#meb2 {
	background-attachment: scroll;
	background-image: url(../base_images/meb2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*メニュー背景3*/
#meb3 {
	background-attachment: scroll;
	background-image: url(../base_images/meb3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*メニュー背景4*/
#meb4 {
	background-attachment: scroll;
	background-image: url(../base_images/meb4.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*メニュー背景5*/
#meb5 {
	background-attachment: scroll;
	background-image: url(../base_images/meb5.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*色分け広告上部タイトルbox1*/
.barbox1 {
	border: 5px solid #CCCCCC;
	background-color: #CCCCCC;
	top: 2px;
}
/*色分け広告上部タイトルbox2*/
.barbox2 {
	border: 5px solid #999999;
	background-color: #999999;
	top: 2px;
}
/*色分け広告上部タイトルbox3*/
.barbox3 {
	border: 5px solid #cbe541;
	background-color: #cbe541;
	top: 2px;
}
/*色分け広告上部タイトルbox4*/
.barbox4 {
	border: 5px solid #99cc00;
	background-color: #99cc00;
	top: 2px;
}
/*色分け広告上部タイトルbox5*/
.barbox5 {
	border: 5px solid #999900;
	background-color: #999900;
	top: 2px;
}
/*上部タイトル*/
.adbar2 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	color: #333333;
	font-size: 75%;
	text-align: left;
}
/*広告上部タイトル*/
.adbar {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	color: #333333;
	font-size: 75%;
	text-align: left;
}


/*タブメニュー横1*/
ul#globalNavi {
	margin: 15px 0px 0px;
	padding: 0;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 /* for MacIE5.x \*//*/
 overflow: hidden;
 /* end */
}

ul#globalNavi::after {
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
}

ul#globalNavi li {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	margin: 1px 0px 1px 4px;
	float: left;
	list-style-type: none;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(../base_images/smenu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 1;
	white-space: nowrap;
	font-size: 11px;
 /* for MacIE5.x \*//*/
	width: 15%;
 /* end */
}

ul#globalNavi li a {
	padding: 0.4em 1em;
	display: block;
	position: relative;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #999999;
}

ul#globalNavi li a:hover {
	color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF3300;
}

/*タブメニュー横2*/
ul#globalNavi2 {
	margin: 15px 0px 0px;
	padding: 0;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 /* for MacIE5.x \*//*/
 overflow: hidden;
 /* end */
}

ul#globalNavi2::after {
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
}

ul#globalNavi2 li {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	margin: 1px 0px 1px 4px;
	float: left;
	list-style-type: none;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(../base_images/smenu2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 1;
	white-space: nowrap;
	font-size: 11px;
 /* for MacIE5.x \*//*/
	width: 15%;
 /* end */
}

ul#globalNavi2 li a {
	padding: 0.4em 1em;
	display: block;
	position: relative;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #999999;
}

ul#globalNavi2 li a:hover {
	color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF3300;
}



/*テキストbox幅570*/
#txtbox1 {
	width: 570px;
	background-position: center;
	padding-top: 5px;
	height: 100%;
	position: absolute;
	visibility: inherit;
	z-index: 1;
		}


/*フッダ1*/
#foda1 {
	background-color: #CCCCCC;
	height: 20px;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 75%;
	color: #333333;
	text-align: center;
	line-height: 150%;
	clear: left;
}
/*フッダ*/
#foda2 {
	background-color: #669900;
	width: 100%;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	line-height: 125%;
	bottom: 0px;
	left: 0px;
	clear: left;
}
/*フッダ3未使用*/
#foda3 {
	background-color: #008000;
	width: 800px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	clear: left;
	line-height: 125%;
}
/*メージ上部へのアンカー*/
#pagere {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	text-align: center;
	line-height: 125%;
	margin-right: auto;
	margin-left: auto;
}



/*フロート*/
.floatl {
	float: left;
		}
.floatr {
	float: right;
}
.clear1 {
	float: none;
}
/*ab右float*/
.floatabr {
	float: right;
	margin-top: -25px;
}

/*絶対値BOX1*/
.abbox1 {
	height: 100%;
	position: absolute;
	left: 220px;
		}
/*メニュータイトル*/
.menuti {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 75%;
	line-height: 150%;
	font-weight: bold;
	margin-left: 20px;
	text-align: center;
	color: #006600;
	position: relative;
	top: 10px;
}
/*メニューテキスト*/
.munut1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 70%;
	line-height: 150%;
	font-weight: bold;
	margin-left: 20px;
}
.munut2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 75%;
	line-height: 150%;
	font-weight: bold;
	margin-left: 20px;
}


/*本文テキスト１*/
.body1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 75%;
	color: #333333;
	line-height: 150%;
}


.body2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 70%;
	color: #333333;
	line-height: 150%;
}
.body3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 70%;
	color: #333333;
}

/*ボディ10px*/
.body10px {
	font-size: 10px;
}

/*ボディタイトル*/
.btitle {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	text-align: left;
}
/*テキストアンダーライン１*/
.bodyu1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 70%;
	color: #333333;
	line-height: 150%;
	text-decoration: underline;
}
/*テキストアンダーライン2*/
.bodyu2 {
	text-decoration: underline;
}
/*テキストセンター*/
.txtcen {
	text-align: center;
}
/*テキスト右揃え*/
.txtr {
	text-align: right;
}
/*テキスト左揃え*/
.txtl {
	text-align: left;
}
/*テキスト高さセンター*/
.txthcen {
	vertical-align: middle;
}

/*テキストボールド１*/
.bold1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	line-height: 150%;
	font-weight: bold;
	color: #333333;
}
/*テキストメニューインデント１*/
.indme {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	line-height: 150%;
	padding-left: 15px;
	font-size: 75%;
	color: #333333;
}
/*テキストメニューインデント2*/
.indme2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	line-height: 150%;
	padding-left: 15px;
	font-size: 70%;
	color: #333333;
	text-align: left;
	margin-top: 5px;
}
/*左メニュー内日誌タイトル背景*/
.diaback {
	background-attachment: scroll;
	background-image: url(../base_images/diaback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #CCCCCC;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
/*インデント1em*/
.ind1 {
	margin-left: 1em;
}
/*インデント2em*/
.ind2 {
	margin-left: 2em;
}
/*インデント3em*/
.ind3 {
	margin-left: 3em;
}
/*インデント4em*/
.ind4 {
	margin-left: 4em;
}
/*インデント5em*/
.ind5 {
	margin-left: 5em;
}
/*テキストtop*/
.txttop {
	vertical-align: top;
}
/*キャプション*/
.cap {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 8pt;
	line-height: 135%;
	color: #333333;
}
/*キャプション　Mac　safari 使用含む*/
.txt8{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 8px;
}
.txt9{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 9px;
	line-height: 100%;
}
.txt10{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 10px;
}
.txt12{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	font-size: 12px;
}



/*h1見出し*/
h1 {
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	text-indent: 5px;
	text-align: left;
}
/*h2見出し*/
h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}
/*h3見出し*/
h3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}
/*テキスト色*/
.green2 {
	color: #00CC00;
}
.green3 {
	color: #009900;
}
.green4 {
	color: #006600;
}
.green5 {
	color: #003300;
}
.green6 {
	color: #8dbf2c;
}
.green7 {
	color: #99cc00;
}

.red {
	color: #FF0033;
}
.gray4 {
	color: #333333;
}
.gray3 {
	color: #666666;
}

.orange1 {
	color: #FFCC00;
}
.orange2  {
	color: #FF6600;
}


/*hrライン*/
hr {
	color: #999999;
	height: 1px;
}
/*メニュー用ボーダー*/
.meboder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 40px;
}
/*ボーダー上1px*/
.bodert1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*ボーダー下1px*/
.boderu1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*ボーダー上下1px*/
.bodertu1 {
	border-top: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*ボーダー左1px*/
.boderl1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/*ボーダーメニュー1*/
.boderme1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 100%;
}
/*ボーダーメニュー2*/
.boderme2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*ボーダー0px*/
.boder0 {
	border: 0px;
}
/*ボーダー四方1px*/
.boder1 {
	border: 1px solid #999999;
}


/*dd上下関係調整*/
dd.first{margin-top:-1.7em;}

/*box center*/
.boxcen{
	margin-top:-2em;
}


/*マージンtop-1em*/
.margin-1em {
	margin-top:-1em;
}
/*マージンtop-2em*/
.margin-2em {
	margin-top:-2em;
}


/*マージン*/
.margin0 {
	margin: 0px;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
/*上マージン*/
.margint0 {
	margin-top: 0px;
}
.margint2 {
	margin-top: 2px;
}
.margint5 {
	margin-top: 5px;
}
.margint10 {
	margin-top: 10px;
}
.margint20 {
	margin-top: 20px;
}
.margint25 {
	margin-top: 25px;
}

/*下マージン*/
.marginu0 {
	margin-bottom: 0px;
}
.marginu2 {
	margin-bottom: 2px;
}
.marginu5 {
	margin-bottom: 5px;
}
.marginu10 {
	margin-bottom: 10px;
}



/*左右マージン*/
.marginb10 {
	margin-right: 10px;
	margin-left: 10px;
}

/*マージン右*/
.marginr5 {
	margin-right: 5px;
}
.marginr10 {
	margin-right: 10px;
}
.marginr20{
	margin-right: 20px;
}
/*マージン左*/
.marginl5 {
	margin-left: 5px;
}
.marginl10 {
	margin-left: 10px;
}
.marginl20{
	margin-left: 20px;
}
.marginl25{
	margin-left: 25px;
}
.marginl50{
	margin-left: 50px;
}

/*余白*/
.padding4 {
	padding: 4px;
}
.paddinglr4 {
	padding-right: 4px;
	padding-left: 4px;
}
.padding5 {
	padding: 5px;
}
.paddinglr5 {
	padding-right: 5px;
	padding-left: 5px;
}

.padding10 {
	padding: 10px;
}
.paddinglr10 {
	padding-right: 10px;
	padding-left: 10px;
}
.paddingt20 {
	padding-top: 20px;
}
.paddingt25 {
	padding-top: 25px;
}
.width85 {
	width: 85px;
}
.width80 {
	width: 80px;
}
.width95 {
	width: 95px;
}
.width90 {
	width: 90px;
}
.width100 {
	width: 100px;
}
.width110 {
	width: 110px;
}
.width150 {
	width: 150px;
}
.width160 {
	width: 160px;
}
.width170 {
	width: 170px;
}
.width180 {
	width: 180px;
}
.width190 {
	width: 190px;
}
.width200 {
	width: 200px;
}
.width210 {
	width: 210px;
}
.width220 {
	width: 220px;
}
.width240 {
	width: 240px;
}
.width280 {
	width: 260px;
}
.width300 {
	width: 300px;
}
.width350 {
	width: 350px;
}
.width360 {
	width: 360px;
}
.width370 {
	width: 370px;
}
.width400 {
	width: 400px;
}
.width420 {
	width: 420px;
}
.width430 {
	width: 430px;
}
.width450 {
	width: 450px;
}
.width480 {
	width: 480px;
}
.width500 {
	width: 500px;
}
.width570 {
	width: 500px;
}
.width590 {
	width: 500px;
}
.width600 {
	width: 600px;
}
.width620 {
	width: 620px;
}
.width640 {
	width: 640px;
}
.width720 {
	width: 720px;
}
.width740 {
	width: 740px;
}
.width760 {
	width: 760px;
}
.width800 {
	width: 800px;
}
.width850 {
	width: 850px;
}
.width900 {
	width: 900px;
}
.width70par {
	width: 70%;
}
.width90par {
	width: 90%;
}
.widthfull {
	width: 100%;
}
.hei30 {
	height: 30px;
}
.hei50 {
	height: 50px;
}
.hei100 {
	height: 100px;
}
.hei150 {
	height: 150px;
}
.hei200 {
	height: 200px;
}
.hei250 {
	height: 250px;
}
.hei300 {
	height: 300px;
}
.hei350 {
	height: 350px;
}
.hei400 {
	height: 400px;
}
.hei500 {
	height: 500px;
}
.heif {
	height: 100%;
}

.boxcen {
	text-align: center;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
.boxwhite {
	background-color: #ffffff;
}

.boxgray1 {
	background-color: #CCCCCC;
}
.boxgray2 {
	background-color: #999999;
}
.boxgray3 {
	background-color: #cbe541;
}
.boxgray4 {
	background-color: #99cc00;
}
.boxgr1 {
	background-color: #AED29D;
}
.boxgr2 {
	background-color: #E7FADF;
}

/*topテーブル1*/
table.toptablet1{
 font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
 border-collapse:collapse;
 border-spacing:0;
 background-color:#ffffff;
 empty-cells:show;
 font-size: 75%;
 line-height: 150%;
 border-top-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-left-style: solid;
 border-top-color: #999999;
 border-left-color: #999999;
 color: #333333;
}

.toptablet1 th{
 border-right:1px solid #999999;
 border-bottom:1px solid #999999;
 color:#333333;
 background-color:#ebebeb;
 background-position:left top;
 padding:0.3em 0.5em;
 text-align:center;
 vertical-align: top;
 /*white-space: nowrap;*/
}
.toptablet1 td{
 border-right:1px solid #999999;
 border-bottom:1px solid #999999;
 padding:0.3em 0.5em;
 text-align: left;
 vertical-align: top;
}

/*テーブル1*/
table.table1{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size: 75%;
	line-height: 150%;
}

.table1 th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#333333;
	background-color:#ebebeb;
	background-position:left top;
	padding:0.3em 0.5em;
	text-align:center;
	/*white-space: nowrap;*/
}
.table1 td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:0.3em 0.5em;
	text-align: left;
}
/*テーブル1-1*/
table.table1-1{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size: 90%;
	line-height: 150%;
}

.table1-1 th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#333333;
	background-color:#ebebeb;
	background-position:left top;
	padding:0.3em 0.5em;
	text-align:center;
	/*white-space: nowrap;*/
}
.table1-1 td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:0.3em 0.5em;
	text-align: left;
}




/*テーブル1b*/
table.table1b{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size: 70%;
	line-height: 150%;
}
.table1b th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#333333;
	background-color:#ebebeb;
	background-position:left top;
	padding:0.3em 0.5em;
	text-align:center;
	/*white-space: nowrap;*/
}
.table1b td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:0.3em 0.5em;
}
/*テーブル2*/
table.table2{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size: 75%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	line-height: 150%;
}
.table2 th{
	border-bottom:1px solid #999999;
	color:#333333;
	background-color:#ebebeb;
	background-position:left top;
	text-align:left;
	padding: 0.5em;
}
.table2 td{
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*テーブル3*/
table.table3{
	font-family: "ＭＳ Ｐゴシック", "Osaka" 'Hiragino Kaku Gothic Pro';
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size: 75%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 150%;
}
.table3 th{
	color:#333333;
	background-position:left top;
	text-align:left;
	padding: 0.5em;
	background-color: #ebebeb;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.table3 td{
	padding-right: 1em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


.double {
width:50px;
}

.width25 {
	width: 25px;
}
.width30 {
	width: 30px;
}
.width35 {
	width: 35px;
}
.width40 {
	width: 40px;
}
.width45 {
	width: 45px;
}
.width50 {
	width: 50px;
}
.width55 {
	width: 55px;
}
.width60 {
	width: 60px;
}
.width65 {
	width: 65px;
}
.width70 {
	width: 70px;
}
.width75 {
	width: 75px;
}

/* my profile */
#ProfileIntro {
  width: 320px;
  height: 200px;
}
#ProfileIntroSetting {
  padding: 8px 0 5px;
  text-align: left;
}

/* twitter settings */
.twitter-status {
  padding: 30px 10px;
  font-size: 90%;
}

/* graph settings */
.camera-src-list {
  margin-top: 30px;
}

/* graph detail */
.tab-graph-title {
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
}

/* album view */
.image-nav {
  font-size: 85%;
  padding-bottom: 10px;
}
#ImageTables {
  position: relative;
}
.image-table {
  text-align: left;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
}
.image-title,
.image-body {
  font-size: 80%;
}
.image-title {
  padding: 5px 0;
}
.image-body {
  padding: 8px 0;
}
.image-body-text {
  height: 200px;
  overflow: auto;
}

/* diary */
.diary-title {
  color: #333 !important;
}
.diary-title:hover {
  text-decoration: underline;
}
.diary-menu {
  padding-top: 3px;
  padding-bottom: 8px;
}
.diary-menu ul {
  padding-left: 15px;
}
.diary-project {
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 2px;
}
.diary-menu ul li {
  line-height: 150%;
}
.diary-pager {
  font-size: 80%;
  text-align: center;
}
.diary-menu-active {
  color: black;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
