@charset "UTF-8";

body {font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif}


/*　サイト名　*/
.site h1 a {color: #000000;
		text-decoration: none}


.site h1	{margin: 0;
		font-size: 30px}


/*　ナビゲーション　*/
.menu ul	{margin: 0;
		padding: 0;
		list-style: none}

.menu li a	{display: block;
		padding: 5px;
		color: #000000;
		font-size: 14px;
		text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.menu ul:after	{content: "";
		display: block;
		clear: both}

.menu li	{float: left;
		width: auto}

/*　記事　*/
.kiji h1	{margin-top: 0;
		margin-bottom: 20px;
		font-size: 36px}

.kiji p	{margin-tpo: 0;
		margin-bottom: 20px}

.kiji img	{max-width:100%;
		height: auto}

/*コピーライト*/
.copyright p	{margin:0;
			color: #666666;
			font-size:14px}

/*boxA横並び*/

.boxA:after	{content:"";
		display: block;
		clear: both}


.box11	{float: left;
		width: 50%}

.box12	{float: left;
		width: 50%}

/*boxB横並び*/

.boxA:after	{content:"";
		display: block;
		clear: both}


.box21	{float: left;
		width: 33.3333%}

.box22	{float: left;
		width: 33.3333%}

.box23	{float: left;
		width: 33.3333%}


/*boxC横並び*/

.boxB:after	{content:"";
		display: block;
		clear: both}


.box31	{float: left;
		width: 33.3333%}

.box32	{float: left;
		width: 33.3333%}

.box33	{float: left;
		width: 33.3333%}


