body	{
		margin: 30px 0 0;
		padding: 0;
		font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "Lucida Grande", geneva, verdana, sans-serif;
	}

body#index	{
		margin-top: 80px;
		margin-left: 30px;
	}

img	{
		border: none;
		margin: 0;
	}

#wrapper	{
		width: 790px;
		margin: 0 auto;
		background: url(img/pic_side.gif) 2px 0px repeat-y;
	}

#container	{
		background: url(img/pic_side.gif) right top repeat-y;
	}

#index #wrapper,#index #container	{
		background-image: none;
	}

#topics #contents	{
		float: right;
		width: 480px;
		margin-right: 140px;
		font-size: 80%;
		line-height: 1.6;
	}

/* Color of Font */
#header h1,
#indexTopics h2,
#footer	{
		color: #2E922F;
	}

#contents h2	{
		color: #8B14A6;
	}

.entry-header, .entry-header a	{
		color: #8B14A6;
	}

.entry-body a	{
		color: #000;
	}

/* Header */
#header	{
	}

#header h1	{
		margin: 0;
	}

/* Index Main Menu */
#indexMain,#index #menu ul	{
		width: 410px;
	}

#indexMain	{
		position: absolute;
		left: 50%;
		top: 226px;
	}

/* PageTitle */
#contents	{
		margin-top: 14px;
	}

/* Entry */
.entry	{
		clear: both;
		padding-top: 4px;
		padding-bottom: 12px;
		background: url(img/pic_dotline3.gif) repeat-x;
		text-decoration: none;
	}

#contents h3	{
		margin-bottom: 2px;
	}

.entry a	{
		text-decoration: none;
	}

.entry a:hover	{
		text-decoration: underline;
	}

.useImage .entry-header, .useImage .entry-content	{
		float: right;
		width: 330px;
	}

.entry-body p	{
		margin-top: 0;
	}

.entry img	{
		float: left;
		padding: 24px 24px 20px 0px;
	}

.entry-body img	{
		float: none;
		padding: 0px;
	}

#team6	{
		margin: 0 auto;
	}

/* Trackback & comment */
.trackbacks, #comments	{
		padding-top: 4px;
		background: url(img/pic_dotline3.gif) repeat-x;
	}


/* Menu */
#menu	{
		width: 130px;
		background-color: #FFF;
		padding-bottom: 1px;
	}

#menu ul	{
		margin: 0;
		padding: 0;
		list-style: none;
		font-size:14px;
		font-weight: bold;
	}

#menu ul li	{
		margin: 0;
		padding: 0;
		line-height: 0.7;
	}

#menu ul li a	{
		margin: 0;
		padding: 0;
		text-decoration: none;
	}


/* Menu for Index */
#index #menu	{
		width: 100%;
	}

#index #menu ul li	{
		float: left;
		height: 50px;
	}

/* Topics for Index */
#indexTopics 	{
		padding-bottom: 10px;
		background: url(img/index_topic2.gif) bottom left no-repeat;
	}

#indexTopics h2 	{
		margin-bottom: 4px;
	}

#indexTopics ul	{
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 70%;
	}

#indexTopics ul li	{
		margin-left: 6px;
		padding: 2px 0 2px 18px;
		background: url(img/icon_uzu0.gif) no-repeat;
	}

#indexTopics a	{
		color: #000;
		text-decoration: none;
	}

#indexTopics a:hover	{
		text-decoration: underline;
	}

/* Footer */
#footer	{
		clear: both;
		padding-top: 10px;
		text-align: center;
		font-size: 70%;
		font-weight: bold;
	}

#index #footer	{
		margin-right: 8px;
		padding-top: 0px;
		text-align: right;
	}

#copyright	{
		margin: 2px 0 0;
		padding-bottom: 18px;
	}

.footer-left { float:left; width:118px; font-size: 90%; padding: 0px 5px 0px 4px; }
.footer-center { float:left; width:150px; font-size: 90%; color: #0a0; }
.footer-right { float:right; width:93px; font-size: 90%; padding: 0px 10px 0px 0px; }
.footer-both { clear:both; } 

/* Hack for IE6 */
* html #topics #contents {
		margin-right: 70px;
	}

* html #menu	{
		padding-bottom: 22px;
	}

* html #indexMain	{
		top:240px;
	}

* html #indexTopics h2	{
		margin-top: 0;
	}

* html h3	{
		font-size: 90%;
		margin-top: 24px;
	}


/* Hack for IE7 */
*+html h3	{
		font-size: 90%;
		margin-top: 24px;
	}

*+html #menu	{
		padding-bottom: 22px;
	}

*+html #indexMain	{
		top:240px;
	}

*+html #indexTopics h2	{
		margin-top: 0;
	}

*+html #menu ul li	{
		line-height: 0.8;
	}

/* Hack (clearfix) */
.entry:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.entry {display: inline-block;}

/* Hides from IE-mac \*/
* html .entry {height: 1%;}
.entry {display: block;}
/* End hide from IE-mac */

