/*  */
/* General styles */
    body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	color:#333333;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Hidragino Kaku Gothic Pro",Osaka,Arial,Helvetica,sans-serif;
    }

    h1 {
    margin:-0.2em 0 0 0;
    padding:0;
	font-size:100%;
	line-height:250%;
	font-weight:normal;
    }
	
	h2, h3 {
    margin:-0.2em 0 0 0;
    padding:0;
	font-size:100%;
	line-height:250%;
	font-weight:normal;
    }
	
    p, div, ul, li {
    margin:0;
    padding:0;
    }
	/* DIV CLASS以外の↑ */
	
	.boximg {
	margin:0px 0;
	border:0;
	}
	
	.keisen {
	letter-spacing:-2px;
	}

/* hover left column */
	#menu a {
   	color:#333;
	border:0;
	}

	#menu a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #666666;
	}

/* right coulumn */
	#rightContent {
/*		margin:-20px 0px 0px 300px;
		padding:0px 0px;
*/	}

	#rightContent a{
	   	color:#333;
		border:0;
		margin:0;
		padding:0;
		display:inline-block;
	}

	#rightContent a:hover {
		color:#fff;
		text-decoration:none;
		background-color: #666666;
	}

	#rightContent img{
	    margin:0;
	    _margin:0px;
		padding:0;
		border:0;
		background-color: #ffffff;
	}
	
	#rightContent a:hover img{
		background-color: #ffffff;
		/*モダンブラウザ用*/
		opacity:0.8;
		/*IE7以下用*/
		filter:alpha(opacity=80);
		/*IE8用*/
		-ms-filter:"alpha(opacity=80)";
	}
	
	#prevnext a{
		display:inline-block;
		height:9px;
		margin:0;
		padding:0;
		line-height:100%;
		text-decoration:none;
		font-size:xx-small;
		background-color:#CCCCCC;
	}
	
	/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	}
	
	/* 2 column left menu settings */
	.leftmenu {
	background:#fff;
	background-image: url(/blog/images/logoshigatsu.jpg);
	background-repeat: no-repeat;
	}
	
    .leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
    }
	
    .leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
	}
	
	/* right column */
	.leftmenu .col1 {
	margin:40px 40px 0 405px;
	position:relative;
	right:100%;
	overflow:hidden;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Hidragino Kaku Gothic Pro",Osaka,Arial,Helvetica,sans-serif;
	font-size:78%;
	line-height:250%;
	letter-spacing:0.3em;
    }
	
	.leftmenu .col1 li{
	list-style-image: none;
	list-style-type: none;
	}
	
    .leftmenu .col2 {
	float:left;
	width:235px;
	position:relative;
	right:185px;
	text-align: right;
	margin-top: 40px;
    }
	
	.leftmenu .col2 ul{
	margin-top:-0.3em;
	}
	
	.leftmenu .col2 li{
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Hidragino Kaku Gothic Pro",Osaka,Arial,Helvetica,sans-serif;
	font-size:65%;
	line-height:300%;
	list-style-image: none;
	list-style-type: none;
	letter-spacing:0.1em;
	}

