/*三國志武将用デザイン*/
	
	div.main h3 {
		text-align: center;
		font-family: ＭＳ Ｐ明朝,細明朝体;
	}
	
	div.main h4.name{
		font-size: 150%;
		border-top: solid 2px blue;
		border-bottom: solid 2px blue;
		text-align: center;
		font-family: ＭＳ Ｐ明朝,細明朝体;
	}
	
	div.main h4.santitle {
		border-style: solid;
		border-color: blue;
		border-width: 0px 1em 0px 1em;
		width: 5em;
		text-align: center;
	}
	
	div.main h4.retuden {
		font-family: ＭＳ Ｐ明朝,細明朝体;
		border-top: solid 2px blue;
		border-bottom: solid 2px blue;
		padding-bottom: 3px;
		padding-top: 3px;
		text-align: center;
	}
	
	div.main p {
		line-height: 2em;
		font-size: 95%;
	}
	
	div.main p.douitu a {
		text-decoration: none;
	}
	
	div.main hr {
		color: blue;
	}
	
	/*三國志レイアウト*/

	/*col*/
		div.col li {
			text-align: center;
		}
		
		div.main p.douitu {
			text-align: center;
			font-size: 100%;
		}