@import "./common.css";
@import "./sub.css";


/*=================================================
	for headers
=================================================*/



/*=================================================
	for bodies
=================================================*/


	body {
		background : #000;
		color : #fff;
	}


	.group {
		float : left;
		width : 128px;
		margin : 1ex 5px;
	}

	.group img {
		width : 130px;
		height : 84px;
		border : none;
	}

	.group p {
		line-height : 110%;
	}
	.group p:first-letter {
		padding-left : 0px;
	}

	.indent {
		max-width : 800px;
	}


	#group_top {
		display : none;
	}

	#group_iraq {
		display : block;
	}

	pre {
		display : none;
	}


	#group_caption {
		margin : 1ex 3em;
		width : 80%;
		padding : 0.5ex 2em;
		font-size : smaller;

		color:#000;
		background : #ccc;
		max-width : 600px;
	}


	#photo_group {
		margin : 0px 1ex 1ex;
	}


	#photo_navi {
		clear : left;
		width : 250px;
		height : 450px;
		overflow : auto;
		float : left;
		margin : 0px 1ex 1ex 0px;
	}

	#photo_navi div div {
		padding : 0px 1ex;
	}


	#photo_indent {
		max-width : 90%;
		margin : auto;
	}


	#photo_table {
		height : 450px;
		max-width : 800px;
		margin : 1ex 0px 50%;
	}

	#photo_table #caption {
		width : 250px;
		color : #f00;
		font-size : smaller;
	}

	#photo_table td {
		vertical-align : top;
	}


/*=================================================
	for navigators
=================================================*/
/*
	#navi li {
		border : solid 1px #fff;
	}

	a:link {
		color : #ccf;
	}
	a:visited {
		color : #ccf;
	}
	a:hover {
		color : #66f;
	}
	a:active {
		color : #ccf;
	}


*/


/*=================================================
	for footers
=================================================*/

